mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
c9b0e86a43
This code applies correct ldap standard wildcard matching code
removes WILDCARD matching from tdb @ATTRIBUTES, that's now handled independently
adds some more tests for wildcard matching
fixes dn comparison code in ldb_match
(This used to be commit 4eb5863042
)
12 lines
185 B
Plaintext
12 lines
185 B
Plaintext
dn: @INDEXLIST
|
|
@IDXATTR: uid
|
|
@IDXATTR: objectclass
|
|
|
|
dn: @ATTRIBUTES
|
|
uid: CASE_INSENSITIVE
|
|
|
|
dn: @SUBCLASSES
|
|
top: person
|
|
person: organizationalPerson
|
|
organizationalPerson: OpenLDAPperson
|