Changeset 272 for branches/samba-3.2.x/source/passdb/pdb_ldap.c
- Timestamp:
- Jun 16, 2009, 5:52:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/passdb/pdb_ldap.c
r228 r272 3281 3281 3282 3282 if ((rc == LDAP_NAMING_VIOLATION) || 3283 (rc == LDAP_NOT_ALLOWED_ON_RDN) || 3283 3284 (rc == LDAP_OBJECT_CLASS_VIOLATION)) { 3284 3285 const char *attrs[] = { "sambaGroupType", "description", … … 3295 3296 3296 3297 if ((rc == LDAP_NAMING_VIOLATION) || 3298 (rc == LDAP_NOT_ALLOWED_ON_RDN) || 3297 3299 (rc == LDAP_OBJECT_CLASS_VIOLATION)) { 3298 3300 const char *attrs[] = { "sambaGroupType", "description",
Note:
See TracChangeset
for help on using the changeset viewer.