Return a couple more attrs by default
authorHoward Chu <hyc@symas.com>
Thu, 19 Sep 2013 00:10:07 +0000 (17:10 -0700)
committerNadezhda Ivanova <nivanova@symas.com>
Tue, 24 Sep 2013 01:40:25 +0000 (18:40 -0700)
Seems to want name and distinguishedName to always be returned.

Signed-off-by: Howard Chu <hyc@symas.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
source4/dsdb/samdb/ldb_modules/simple_ldap_map.c

index 451c7a1c666d95ec613cc14905c5d40b86032ec4..918c1bd51ea35928a0bd61622e633ee1ab2caa5f 100644 (file)
@@ -476,6 +476,8 @@ static const char * const entryuuid_wildcard_attributes[] = {
        "usnCreated",
        "usnChanged",
        "memberOf",
+       "name",
+       "distinguishedName",
        NULL
 };