Hi Ryan/Team,
I am trying to onfigure OpenLdap with ODL (Beryllium version).
I have done below changes in shiro.ini file
ldapRealm = org.opendaylight.aaa.shiro.realm.ODLJndiLdapRealmAuthNOnly
ldapRealm.userDnTemplate = uid={0},ou=people,dc=<my-Domain>,dc=<my-TLD>
ldapRealm.contextFactory.url = ldap://<url>:389
But I am not able to login to ODL. I am getting below logs in karaf.
2018-04-10 13:44:26,360 | DEBUG | qtp501175937-730 | TokenAuthRealm | 211 - org.opendaylight.aaa.shiro - 0.3.4.Beryllium-SR4
| Authentication attempt using org.opendaylight.aaa.basic.HttpBasicAuth
2018-04-10 13:44:26,360 | DEBUG | qtp501175937-730 | IdmLightProxy | 222 - org.opendaylight.aaa.idmlight - 0.3.4.Beryllium-SR4
| get domain
2018-04-10 13:44:26,367 | DEBUG | qtp501175937-730 | AbstractStore | 221 - org.opendaylight.aaa.h2-store - 0.3.4.Beryllium-SR4
| Table DOMAINS already exists
2018-04-10 13:44:26,367 | DEBUG | qtp501175937-730 | DomainStore | 221 - org.opendaylight.aaa.h2-store - 0.3.4.Beryllium-SR4
| query string: prep15: SELECT * FROM DOMAINS WHERE domainid = ? {1: 'sdn'}
2018-04-10 13:44:26,367 | DEBUG | qtp501175937-730 | IdmLightProxy | 222 - org.opendaylight.aaa.idmlight - 0.3.4.Beryllium-SR4
| check user / pwd
2018-04-10 13:44:26,367 | DEBUG | qtp501175937-730 | UserStore | 221 - org.opendaylight.aaa.h2-store - 0.3.4.Beryllium-SR4
| getUsers for: matrix in domain sdn
2018-04-10 13:44:26,372 | DEBUG | qtp501175937-730 | AbstractStore | 221 - org.opendaylight.aaa.h2-store - 0.3.4.Beryllium-SR4
| Table USERS already exists
2018-04-10 13:44:26,372 | DEBUG | qtp501175937-730 | UserStore | 221 - org.opendaylight.aaa.h2-store - 0.3.4.Beryllium-SR4
| query string: prep17: SELECT * FROM USERS WHERE userid = ? {1: 'matrix@sdn'}
2018-04-10 13:44:26,373 | INFO | qtp501175937-730 | ODLJndiLdapRealm | 211 - org.opendaylight.aaa.shiro - 0.3.4.Beryllium-SR4
| AAA LDAP connection from matrix
2018-04-10 13:44:26,373 | DEBUG | qtp501175937-730 | Accounter | 211 - org.opendaylight.aaa.shiro - 0.3.4.Beryllium-SR4
| AAA LDAP connection from matrix
2018-04-10 13:44:26,376 | DEBUG | qtp501175937-730 | AuthenticationListener | 211 - org.opendaylight.aaa.shiro - 0.3.4.Beryllium-SR4
| Unsuccessful authentication attempt by matrix from <URL>
Please help me out in this.
Regards,
Harshit Kaushik