1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

Return a couple more attrs by default

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>
This commit is contained in:
Howard Chu 2013-09-18 17:10:07 -07:00 committed by Nadezhda Ivanova
parent 2a452f2374
commit bc1503a966

View File

@ -476,6 +476,8 @@ static const char * const entryuuid_wildcard_attributes[] = {
"usnCreated",
"usnChanged",
"memberOf",
"name",
"distinguishedName",
NULL
};