s4:dsdb Fix attribute being searched for in dereference against Fedora DS
authorAndrew Bartlett <abartlet@samba.org>
Sun, 11 Jul 2010 13:11:09 +0000 (23:11 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 2 Sep 2010 00:40:34 +0000 (10:40 +1000)
The problem here is that these attributes are not mapped in the
simple_ldap_map, and they were changed a while back.

Andrew Bartlett

source4/dsdb/samdb/ldb_modules/extended_dn_out.c

index 92ce328eb2d2331ea2bf26e751571ad254f1e9c7..07c0bff6d5b16df285694347553f9b1c2647ffca 100644 (file)
@@ -826,7 +826,7 @@ static int extended_dn_out_fds_init(struct ldb_module *module)
 {
        static const char *attrs[] = {
                "nsUniqueId",
-               "objectSID",
+               "sambaSID",
                NULL
        };