Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. [ldap]
  2. url = ldap://localhost
  3. tree_dn = dc=wikimedia,dc=org
  4. user_tree_dn = ou=people,dc=wikimedia,dc=org
  5. role_tree_dn = ou=roles,dc=wikimedia,dc=org
  6. tenant_tree_dn = ou=projects,dc=wikimedia,dc=org
  7. user_id_attribute = uid
  8. tenant_id_attribute = cn
  9. user = uid=novaadmin,ou=people,dc=wikimedia,dc=org
  10. password = <snip>
  11.  
  12. [identity]
  13. driver = keystone.identity.backends.ldap.Identity
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement