Open lftakakura opened 6 years ago
No
java -version
Then, specify:
The .properties file should look like this:
contextSource.providerUrl=ldap\://ldap.forumsys.com\:389 contextSource.userDn=cn\=read-only-admin,dc\=example,dc\=com contextSource.password=password userSearch.searchBase=ou\=mathematicians,dc\=example,dc\=com userSearch.searchFilter=(uid\={0}) populator.convertToUpperCase=false populator.groupRoleAttribute=ou\=Groups,dc\=example,dc\=com populator.groupSearchBase=ou\=mathematicians populator.groupSearchFilter=(member\={0}) populator.rolePrefix= populator.searchSubtree=true allAuthoritiesSearch.roleAttribute=cn allAuthoritiesSearch.searchBase=ou\=Groups,dc\=example,dc\=com allAuthoritiesSearch.searchFilter=(objectClass\=group) allUsernamesSearch.usernameAttribute=cn allUsernamesSearch.searchBase=ou\=Users,dc\=example,dc\=com allUsernamesSearch.searchFilter=objectClass\=Person
Successfull login
Bad credentials exception
I tried with different password encoders and had no luck at all.
Thanks in advance!
Is this a bug report?
No
Environment
java -version
: openjdk version "1.8.0_171"Then, specify:
Steps to Reproduce
The .properties file should look like this:
Expected Behavior
Successfull login
Actual Behavior
Bad credentials exception
I tried with different password encoders and had no luck at all.
Thanks in advance!