case insensitive LDAP searches

梦想与她 提交于 2019-11-28 12:16:19

(uid=miXedCaseUSer) will match a uid of mixedcaseuser.

Accoriding to the OID Description for 0.9.2342.19200300.100.1.1 - Userid userId is defined to have EQUALITY MATCHING RULE caseIgnoreMatch

Which means it is one of the attribute definitions that employ case insensitive matching by default.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!