On 10/09/2015 12:33 AM, Juan Ramón
Moral wrote:
Hi,
is it possible to change config to make uid case insensitive?
this search return no entries.
ldapsearch -x -D "uid=User01,cn=users,dc=XXX,dc=XXX" -w XXX
-s base -b "cn=users,dc=XXX,dc=XXX"
ldap_bind: No such object (32)
matched DN: cn=users,dc=ujaen,dc=es
but this return one entry
ldapsearch -x -D "uid=user01,cn=users,dc=XXX,dc=XXX" -w XXX
-s base -b "cn=users,dc=XXX,dc=XXX"
...
# numEntries: 1
In my case, what I want is both searches returning the exact same
record.
in 00core.ldif
attributeTypes: ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid'
)
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
X-ORIGIN 'RFC 4519'
X-DEPRECATED 'userid' )
Using 389-ds-base-1.3.3.1-20.el7_1 in centos 7.
This sounds like a bug. It should already be case insensitive.
Please file a ticket at https://fedorahosted.org/389/newticket
Regards
--
--
389 users mailing list
389-users@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/389-users
|
--
389 users mailing list
389-users@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/389-users