Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/lib/smbldap.c

    r141 r228  
    10241024        bool reopen = False;
    10251025        SMB_ASSERT(ldap_state);
    1026                
    1027 #ifndef NO_LDAP_SECURITY
    1028         if (geteuid() != 0) {
    1029                 DEBUG(0, ("smbldap_open: cannot access LDAP when not root\n"));
    1030                 return  LDAP_INSUFFICIENT_ACCESS;
    1031         }
    1032 #endif
    10331026
    10341027        if ((ldap_state->ldap_struct != NULL) && ((ldap_state->last_ping + SMBLDAP_DONT_PING_TIME) < time(NULL))) {
Note: See TracChangeset for help on using the changeset viewer.