Advertisement
Guest User

Untitled

a guest
Sep 16th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. adRealm = org.apache.shiro.realm.activedirectory.ActiveDirectoryRealm
  2. adRealm.url = ldap://my.ad.url:389
  3. adRealm.principalSuffix=@example.com
  4. adRealm.systemUsername=
  5. adRealm.systemPassword=
  6. adRealm.searchBase = "OU=org,DC=example,DC=com"
  7. adRealm.groupRolesMap = "CN=admins":"admin"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement