Guest User

Untitled

a guest
May 25th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. [auth]
  2. backend = ldap
  3. ldapuri = ldap://localhost:390
  4.  
  5. ldap_timeout = -1
  6. ldap_use_pool = true
  7. ldap_pool_size = 100
  8.  
  9. use_tls = false
  10.  
  11. bind_user = "cn=admin,dc=mozilla"
  12. bind_password = admin
  13.  
  14. admin_user = "cn=admin,dc=mozilla"
  15. admin_password = admin
  16.  
  17. users_root = "ou=users,dc=mozilla"
  18.  
  19. sqluri = mysql://sync:sync@localhost/sync
  20. pool_size = 100
  21. pool_recycle = 3600
  22.  
  23. cache_servers = 127.0.0.1:11211
Add Comment
Please, Sign In to add comment