Moisés Barba Pérez wrote:
Hi,The syntax of mail is IA5 String. If you have mail: TUser0@xxxxxxxxxxxthen this command line returns the expected result. That is, not case sensitive. ldapsearch [...] -b 'dc=example,dc=com' "(mail=tuser0@xxxxxxxxxxx)" mail Currently, the syntax of nsViewFilter is IA5 String, which does not allow non-ascii characters. attributeTypes: ( 2.16.840.1.113730.3.1.3023 NAME 'nsViewFilter' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'Netscape Directory Server' ) Indeed, it'd be a needless restriction for nsViewFilter. Please open a ticket at https://fedorahosted.org/389/newticket. In the meantime, could you replace 1.3.6.1.4.1.1466.115.121.1.26 with 1.3.6.1.4.1.1466.115.121.1.15, and try? nsslapd-allidsthreshold is replaced with nsslapd-idlistscanlimit in 389-ds-base. Not like nsslapd-allidsthreshold, nsslapd-idlistscanlimit is used just by the search operation and you can dynamically change the value. If the IDlist length is larger than the nsslapd-idlistscanlimit value, DS gives up generating the IDlist and uses ALLID, which scans all the entries in the primary database.
|
-- 389 users mailing list 389-users@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/389-users