Revert Fedrora DS backend to use extensibleObject.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 15 Jul 2008 10:26:04 +0000 (20:26 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 15 Jul 2008 10:26:04 +0000 (20:26 +1000)
Until I create a samba4openldaptop and samba4fedoratop...

Andrew Bartlett
(This used to be commit 6e232c4ae6dc4151599ab4e57add2ec232d4ac13)

source4/dsdb/samdb/ldb_modules/simple_ldap_map.c

index 05f11003c4d44caab991f6857f862816579b702d..1830e8be7b1e7707e3c33276fb35e12a2a8abcda 100644 (file)
@@ -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;