Advertisement
Guest User

Untitled

a guest
Feb 9th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. hosts = ldap.example.net
  2. dn = cn=admin,dc=example,dc=net
  3. dnpass = pass
  4. auth_bind = yes
  5. base = cn=People,dc=example,dc=net
  6. scope = subtree
  7. #user_attrs = homeDirectory=home, uidNumber=uid, gidNumber=gid
  8. user_attrs = %n,%Dd=user
  9. pass_attrs = mail=user, userPassword=password
  10. pass_filter = (&(objectClass=inetOrgPerson)(mail=%u))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement