mirror of
https://github.com/samba-team/samba.git
synced 2025-03-22 02:50:28 +03:00
r16062: objectCategory is a DN, and needs to be matched as such.
Andrew Bartlett (This used to be commit 1a868b451a47798dc539e0754ab2b075813ed368)
This commit is contained in:
parent
629d6ad3cf
commit
5c3cbdbb13
@ -166,6 +166,7 @@ int ldb_setup_wellknown_attributes(struct ldb_context *ldb)
|
||||
{ "dn", LDB_SYNTAX_DN },
|
||||
{ "ncName", LDB_SYNTAX_DN },
|
||||
{ "distinguishedName", LDB_SYNTAX_DN },
|
||||
{ "objectCategory", LDB_SYNTAX_DN },
|
||||
{ "cn", LDB_SYNTAX_DIRECTORY_STRING },
|
||||
{ "dc", LDB_SYNTAX_DIRECTORY_STRING },
|
||||
{ "ou", LDB_SYNTAX_DIRECTORY_STRING },
|
||||
|
Loading…
x
Reference in New Issue
Block a user