Skip to content

Instantly share code, notes, and snippets.

@icarocamelo
Created May 1, 2016 01:09
Show Gist options
  • Save icarocamelo/0831034f49ddb3b07525a479e095e24e to your computer and use it in GitHub Desktop.
Save icarocamelo/0831034f49ddb3b07525a479e095e24e to your computer and use it in GitHub Desktop.
shiro.ini configuration
ldapRealm = org.opendaylight.aaa.shiro.realm.ODLJndiLdapRealm
ldapRealm.userDnTemplate = uid={0},ou=<PEOPLE>,dc=<DOMAIN>,dc=<TLD>
ldapRealm.contextFactory.url = ldap://<URL>:<PORT>
ldapRealm.searchBase = dc=<DOMAIN>,dc=<TLD>
ldapRealm.ldapAttributeForComparison = <OBJECTCLASS>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment