Advertisement
Guest User

Untitled

a guest
Sep 14th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. hosts = localhost
  2. dn = cn=dovecot,dc=example,dc=net
  3. dnpass = *password*
  4. ldap_version = 3
  5. base = ou=people,dc=example,dc=net
  6. scope = subtree
  7. auth_bind = yes
  8.  
  9. user_attrs = homeDirectory=home,mailbox=mail
  10. user_filter = (&(objectClass=posixAccount)(|(uid=%u)(maildrop=%u)))
  11.  
  12. pass_attrs = uid=user, userPassword=password
  13. pass_filter = (&(objectClass=posixAccount)(|(uid=%u)(maildrop=%u)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement