Advertisement
Guest User

Untitled

a guest
May 30th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. LOGIN:
  2. driver = plaintext
  3. server_prompts = Username:: : Password::
  4. server_set_id = ${lookup ldapdn{user=LDAP_BINDDN \
  5. pass=LDAP_PASS \
  6. ldap:///LDAP_BASEDN??sub?(&(objectClass=person)(sAMAccountName=${quote_ldap_dn:$auth1}))} \
  7. {$value}fail \
  8. }
  9. server_condition = ${if ldapauth{user="${lookup ldapdn{user=LDAP_BINDDN \
  10. pass=LDAP_PASS \
  11. ldap:///LDAP_BASEDN??sub?(&(objectClass=person)(sAMAccountName=${quote_ldap_dn:$auth1}))} \
  12. {$value}fail}" \
  13. pass=${quote:$auth2} \
  14. ldap:///} \
  15. {true}{false}}
  16. server_advertise_condition = ${if def:tls_cipher }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement