Advertisement
Guest User

Untitled

a guest
Mar 20th, 2013
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.20 KB | None | 0 0
  1. ## LDAP settings
  2. ldap:
  3.   enabled: true
  4.   host: 'localhost'
  5.   base: 'dc=example,dc=com,ou=Users'
  6.   port: 10389
  7.   uid: 'uid'
  8.   method: 'plain'
  9.   bind_dn: 'uid=admin,ou=system'
  10.   password: 'password'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement