Ignore:
Timestamp:
Jun 17, 2009, 2:19:52 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 branch to 3.3.5

File:
1 edited

Legend:

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

    r221 r274  
    560560        }
    561561
    562         if (!(username = smbldap_talloc_single_attribute(priv2ld(ldap_state),
     562        if (!(username = smbldap_talloc_smallest_attribute(priv2ld(ldap_state),
    563563                                        entry,
    564564                                        "uid",
     
    32833283 
    32843284        if ((rc == LDAP_NAMING_VIOLATION) ||
     3285            (rc == LDAP_NOT_ALLOWED_ON_RDN) ||
    32853286            (rc == LDAP_OBJECT_CLASS_VIOLATION)) {
    32863287                const char *attrs[] = { "sambaGroupType", "description",
     
    32973298
    32983299        if ((rc == LDAP_NAMING_VIOLATION) ||
     3300            (rc == LDAP_NOT_ALLOWED_ON_RDN) ||
    32993301            (rc == LDAP_OBJECT_CLASS_VIOLATION)) {
    33003302                const char *attrs[] = { "sambaGroupType", "description",
Note: See TracChangeset for help on using the changeset viewer.