Advertisement
Guest User

Untitled

a guest
Mar 5th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ldap_default_servers = ldap.server.example.com
  2.  
  3. plain:
  4. driver = plaintext
  5. public_name = PLAIN
  6. server_prompts = :
  7. server_advertise_condition = ${if def:tls_cipher}
  8. server_condition = ${if and{{
  9. !eq{}{$auth2} }{
  10. ldapauth{
  11. user="uid=${quote_ldap_dn:$auth2},ou=people,o=example.org"
  12. pass=${quote:$auth3}
  13. ldap://ldap.example.org/} }} }
  14. server_set_id = uid=$auth2,ou=people,o=example.org
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement