I have configured Open LDAP and Microsoft Active Directory for my system. I have observed that OpenLDAP and Microsoft-AD both are case insensitive to the user id. To make case sensitive login for OpenLDAP users, I have configured "p:filter="uid:caseExactmatch:=%u" which works fine but for Microsoft-AD "p:filter="sAMAccountName:caseExactMatch:=%u" doesn't work.
How can I make the AD users login with case-sensitive user id ?