8

What't the syntax for performing a case-insensitive match on a 'uid' attribute? If attribute definition matters then how would that be changed? In particular I am using ApacheDS for my LDAP store.

4

2 回答 2

10

(uid=miXedCaseUSer)将匹配混合大小写用户的 uid。

根据 0.9.2342.19200300.100.1.1 的OID 描述 - Userid userId 定义为EQUALITY MATCHING RULE caseIgnoreMatch

这意味着它是默认情况下采用不区分大小写匹配的属性定义之一。

于 2010-01-07T00:33:18.293 回答
4

I think they are case insensitive by default, unless its a password attribute.

于 2010-01-06T23:38:55.583 回答