Advertisement
Guest User

Untitled

a guest
May 27th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. PLAIN:
  2. driver = plaintext
  3. server_prompts = :
  4. server_set_id = ${lookup ldapdn{user=LDAP_BINDDN \
  5. pass=LDAP_PASS \
  6. ldap:///LDAP_BASEDN??sub?(&(objectClass=person)(sAMAccountName=${quote_ldap_dn:$auth2}))} \
  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:$auth2}))} \
  12. {$value}fail}" \
  13. pass=${quote:$auth3} \
  14. ldap:///} \
  15. {true}{false}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement