I recently upgraded to 3.1 from 3.0 and lowercase-comparison is no longer available.
What happened to it and what can I do to ensure case sensitivity when using an ldap server for authentication ?
|
I recently upgraded to 3.1 from 3.0 and lowercase-comparison is no longer available. What happened to it and what can I do to ensure case sensitivity when using an ldap server for authentication ? |
||||
|
I found one way of making sure that case sensitivity is used during the login process. I added caseExactMatch to the search filter. I have pasted in a portion of my ldap-authentication-provider below to assist other people with same issue.
|
|||
|
|
lowercase-comparisonswas about matching incoming request URLs to defined patterns and was removed because we now haveRequestMatcherinterface which encapsulates that behaviour, and which can be set independently using the namespace, so having both doesn't make sense. Either way I don't see a connection with LDAP authentication. – Luke Taylor Jan 20 at 16:52