Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [main]
  2. shiro.loginUrl = /login.jsp
  3. activeDirectoryRealm = org.apache.shiro.realm.activedirectory.ActiveDirectoryRealm
  4. activeDirectoryRealm.systemUsername = admin
  5. activeDirectoryRealm.systemPassword = secret
  6. activeDirectoryRealm.searchBase = DC=company,DC=private
  7. activeDirectoryRealm.url = ldap://url:389
  8.  
  9. javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1 ]
  10.  
  11. protected AuthenticationInfo doGetAuthenticationInfo(AuthenticationToken token){}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement