r6759: let us have a wildcard attribute so that we can set a default for all attributes
authorSimo Sorce <idra@samba.org>
Thu, 12 May 2005 14:39:03 +0000 (14:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:41 +0000 (13:16 -0500)
commit62ccaf2d86c269acd7fb39bc83793577ab1c05f4
tree39bda9ba700d2500ba1efc6a02e14396d7caa116
parent15a8f0ff0ad6104505f5275a901cf0cf8eb8f9b9
r6759: let us have a wildcard attribute so that we can set a default for all attributes

example:

*: CASE_INSENSITIVE

by placing it in the @ATTRIBUTES object you make all the matching be case insensitive
to make an excepion to the general rule now you just need to create an entry like:

name: CASE_SENSITIVE

the key CASE_SENSITIVE currently does not exist but has the effect of making the code
ignore the wildcard default flag and being ldb case sensitive by default it let the
"name" attribute be case sensitive again

Tridge, can you look at this commit?
Should we introduce a CASE_SENSITVE/BINARY flag and handle it in the code ?

Simo.
(This used to be commit 5f10707e8ac36db03f3aa3e1ee1c40a9d9da2016)
source4/lib/ldb/ldb_tdb/ldb_cache.c