Windows LDAP Auth issue
Posted: Mon Jan 30, 2012 7:19 pm
Here's an recently discovered issue with the authentication on a Windows LDAP server. I don't know if it's a known issue, but here's what I found.
Looks like Subsonic creates a user each time there's a different uppercase / lowercase letter in the entered username at the login screen. I hope it helps for the next development release!
Dave
- Code: Select all
[1/30/12 1:52:17 PM EST] INFO SubsonicLdapBindAuthenticator User 'Nahoy' successfully authenticated in LDAP. DN: CN=Yohan,cn=Users,dc=windows,dc=ldap
[1/30/12 1:52:17 PM EST] INFO SecurityService Created user Nahoy
[1/30/12 1:52:17 PM EST] INFO SubsonicLdapBindAuthenticator Created local user 'Nahoy' for DN CN=Yohan,cn=Users,dc=windows,dc=ldap
[1/30/12 1:52:17 PM EST] INFO PlayerDao Created player 41.
[1/30/12 1:56:20 PM EST] INFO SubsonicLdapBindAuthenticator User 'nahoy' successfully authenticated in LDAP. DN: CN=Yohan,cn=Users,dc=windows,dc=ldap
[1/30/12 1:56:20 PM EST] INFO SecurityService Created user nahoy
[1/30/12 1:56:20 PM EST] INFO SubsonicLdapBindAuthenticator Created local user 'nahoy' for DN CN=Yohan,cn=Users,dc=windows,dc=ldap
[1/30/12 1:56:21 PM EST] INFO PlayerDao Created player 42.
Looks like Subsonic creates a user each time there's a different uppercase / lowercase letter in the entered username at the login screen. I hope it helps for the next development release!
Dave