1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

r19886: ncName is specific to samba, not the generic ldb engine

(This used to be commit 505afb18fb8ba427bc3d03f41eb309b27bad68f7)
This commit is contained in:
Simo Sorce 2006-11-25 15:41:12 +00:00 committed by Gerald (Jerry) Carter
parent 6d074bcd4b
commit ac6fec2f86

View File

@ -178,7 +178,6 @@ int ldb_setup_wellknown_attributes(struct ldb_context *ldb)
const char *syntax;
} wellknown[] = {
{ "dn", LDB_SYNTAX_DN },
{ "ncName", LDB_SYNTAX_DN },
{ "distinguishedName", LDB_SYNTAX_DN },
{ "cn", LDB_SYNTAX_DIRECTORY_STRING },
{ "dc", LDB_SYNTAX_DIRECTORY_STRING },