Show
Ignore:
Timestamp:
07/11/08 01:13:42 (5 months ago)
Author:
psmedley
Message:

Update branch to 3.0.31 release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/utils/net_rpc_join.c

    r134 r140  
    4646        uint32_t neg_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS; 
    4747        enum security_types sec; 
    48         unsigned int conn_flags = NET_FLAGS_PDC; 
     48        unsigned int conn_flags = NET_FLAGS_PDC | NET_FLAGS_ANONYMOUS; 
    4949        struct cli_state *cli = NULL; 
    5050        struct rpc_pipe_client *pipe_hnd = NULL; 
     
    5959                net_use_machine_account(); 
    6060 
    61         } else { 
    62                 /* some servers (e.g. WinNT) don't accept machine-authenticated 
    63                    smb connections */ 
    64                 conn_flags |= NET_FLAGS_ANONYMOUS; 
    6561        } 
    6662