diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-07-15 20:26:04 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-07-15 20:26:04 +1000 |
commit | cc44b10c240e22a7db83c641a9015dad3ec2e0de (patch) | |
tree | f6b3bc865d5236aaffd5be19ffcf070598a096fd /source4/dsdb/samdb | |
parent | 13a498939a7caf574635430271369c214e227a97 (diff) | |
download | samba-cc44b10c240e22a7db83c641a9015dad3ec2e0de.tar.gz samba-cc44b10c240e22a7db83c641a9015dad3ec2e0de.tar.bz2 samba-cc44b10c240e22a7db83c641a9015dad3ec2e0de.zip |
Revert Fedrora DS backend to use extensibleObject.
Until I create a samba4openldaptop and samba4fedoratop...
Andrew Bartlett
(This used to be commit 6e232c4ae6dc4151599ab4e57add2ec232d4ac13)
Diffstat (limited to 'source4/dsdb/samdb')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/simple_ldap_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c b/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c index 05f11003c4..1830e8be7b 100644 --- a/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c +++ b/source4/dsdb/samdb/ldb_modules/simple_ldap_map.c @@ -679,7 +679,7 @@ static int nsuniqueid_init(struct ldb_module *module) struct map_private *map_private; struct entryuuid_private *entryuuid_private; - ret = ldb_map_init(module, nsuniqueid_attributes, NULL, nsuniqueid_wildcard_attributes, "samba4Top", NULL); + ret = ldb_map_init(module, nsuniqueid_attributes, NULL, nsuniqueid_wildcard_attributes, "extensibleObject", NULL); if (ret != LDB_SUCCESS) return ret; |