LDB:ldb_attributes.c - handle special attributes (@...) always in the default syntax
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 4 Sep 2012 20:25:04 +0000 (22:25 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 25 Sep 2013 08:31:25 +0000 (10:31 +0200)
commit946732055ca8aadae8f406d17ab61e4bd4115fb3
tree72f9be9f1f29c435883ee0d5dfc697bb2aed5143
parente0418a06c42cb4b7ce4db10670a75da0058e57ee
LDB:ldb_attributes.c - handle special attributes (@...) always in the default syntax

This is a requirement for correct schema syntax comparison.

"lib/ldb/tests/test-tdb-features.sh" demostrates this when adding index
entries and the default syntax is set to INTEGER.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=8929

Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/ldb/common/ldb_attributes.c