mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
r16062: objectCategory is a DN, and needs to be matched as such.
Andrew Bartlett
(This used to be commit 1a868b451a
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
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 },
|
||||
|
Reference in New Issue
Block a user