Ignore:
Timestamp:
Jun 16, 2009, 5:52:30 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 to 3.2.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/passdb/pdb_ldap.c

    r228 r272  
    32813281 
    32823282        if ((rc == LDAP_NAMING_VIOLATION) ||
     3283            (rc == LDAP_NOT_ALLOWED_ON_RDN) ||
    32833284            (rc == LDAP_OBJECT_CLASS_VIOLATION)) {
    32843285                const char *attrs[] = { "sambaGroupType", "description",
     
    32953296
    32963297        if ((rc == LDAP_NAMING_VIOLATION) ||
     3298            (rc == LDAP_NOT_ALLOWED_ON_RDN) ||
    32973299            (rc == LDAP_OBJECT_CLASS_VIOLATION)) {
    32983300                const char *attrs[] = { "sambaGroupType", "description",
Note: See TracChangeset for help on using the changeset viewer.