From 768475d5716faaf3e730404d44d68f7a3250d861 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 11 Jul 2010 23:11:09 +1000 Subject: s4:dsdb Fix attribute being searched for in dereference against Fedora DS 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/dsdb/samdb/ldb_modules/extended_dn_out.c b/source4/dsdb/samdb/ldb_modules/extended_dn_out.c index 92ce328eb2..07c0bff6d5 100644 --- a/source4/dsdb/samdb/ldb_modules/extended_dn_out.c +++ b/source4/dsdb/samdb/ldb_modules/extended_dn_out.c @@ -826,7 +826,7 @@ static int extended_dn_out_fds_init(struct ldb_module *module) { static const char *attrs[] = { "nsUniqueId", - "objectSID", + "sambaSID", NULL }; -- cgit