mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
ca4e0c8539
this object properties are now used as multivalue attributes
now all values inserted are checked against a "valid values table"
eg:
this form is now accepted:
dn: @ATTRIBUTES
uid: CASE_INSENSITIVE
uid: WILDCARD
this form is now rejected:
dn: @ATTRIBUTES
uid: CASE_INSENSITIVE WILDCARD
please update your .ldb files if you make use of @ATTRIBUTES
(sam.ldb heavily uses it)
the code passes all make test tests for both tdb and ldap, it also
passes the new test to check for wrong @ATTRIBUTES attribute values
Simo.
(This used to be commit 1295b891a2
)
4 lines
37 B
Plaintext
4 lines
37 B
Plaintext
dn: @ATTRIBUTES
|
|
uid: CASE_INTENSIVE
|
|
|