Changeset 274 for branches/samba-3.3.x/source/passdb/pdb_ldap.c
- Timestamp:
- Jun 17, 2009, 2:19:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/passdb/pdb_ldap.c
r221 r274 560 560 } 561 561 562 if (!(username = smbldap_talloc_s ingle_attribute(priv2ld(ldap_state),562 if (!(username = smbldap_talloc_smallest_attribute(priv2ld(ldap_state), 563 563 entry, 564 564 "uid", … … 3283 3283 3284 3284 if ((rc == LDAP_NAMING_VIOLATION) || 3285 (rc == LDAP_NOT_ALLOWED_ON_RDN) || 3285 3286 (rc == LDAP_OBJECT_CLASS_VIOLATION)) { 3286 3287 const char *attrs[] = { "sambaGroupType", "description", … … 3297 3298 3298 3299 if ((rc == LDAP_NAMING_VIOLATION) || 3300 (rc == LDAP_NOT_ALLOWED_ON_RDN) || 3299 3301 (rc == LDAP_OBJECT_CLASS_VIOLATION)) { 3300 3302 const char *attrs[] = { "sambaGroupType", "description",
Note:
See TracChangeset
for help on using the changeset viewer.