Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

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

    r1 r124  
    789789                                                            share, "?????", 
    790790                                                            cmdline_auth_info.username, lp_workgroup(),
    791                                                             cmdline_auth_info.password, 0,
     791                                                            cmdline_auth_info.password,
     792                                                            cmdline_auth_info.use_kerberos ? CLI_FULL_CONNECTION_USE_KERBEROS : 0,
    792793                                                            cmdline_auth_info.signing_state, NULL))) {
    793794                return c;
Note: See TracChangeset for help on using the changeset viewer.