Hi guys, I use my realm, which extends ActiveDirectoryRealm to authenticate my users via an Active Directory. I did only override the method dogetAuthorizaion() which provides my roles out of my database.
I didn't touch dogetAthentication() ! So here is the problem: If I use the right credentials --> It works, and I can enter If I use the right username, but wrong password --> it works, and doesn't let me pass If i use a username, that doesn't exist in the AD in combination with or without a passwort --> I can enter !!! That shouldn't happen -.- Does somebody has an idea? what's my mistake? where could it be? Thank you for any help :-) -- View this message in context: http://shiro-user.582556.n2.nabble.com/Authentication-with-AD-LDAP-problem-tp5701874p5701874.html Sent from the Shiro User mailing list archive at Nabble.com.
