diff options
author | Simo Sorce <idra@samba.org> | 2006-11-25 15:41:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:28:32 -0500 |
commit | ac6fec2f866c9ec1ce4585d1216bef47db560aa4 (patch) | |
tree | a1eb261f98a18b820fafb9d23ea5b4e98d27f416 | |
parent | 6d074bcd4b869b3ff65cb999bf3c10d4affa17f7 (diff) | |
download | samba-ac6fec2f866c9ec1ce4585d1216bef47db560aa4.tar.gz samba-ac6fec2f866c9ec1ce4585d1216bef47db560aa4.tar.bz2 samba-ac6fec2f866c9ec1ce4585d1216bef47db560aa4.zip |
r19886: ncName is specific to samba, not the generic ldb engine
(This used to be commit 505afb18fb8ba427bc3d03f41eb309b27bad68f7)
-rw-r--r-- | source4/lib/ldb/common/ldb_attributes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_attributes.c b/source4/lib/ldb/common/ldb_attributes.c index 26c1aac5a5..61dd624c25 100644 --- a/source4/lib/ldb/common/ldb_attributes.c +++ b/source4/lib/ldb/common/ldb_attributes.c @@ -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 }, |