Skip to content

Instantly share code, notes, and snippets.

@ivancorrales
Created August 11, 2016 04:18
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ivancorrales/18914b9a342cb6d1b38eea9b708ba7d1 to your computer and use it in GitHub Desktop.
# saslauthd.conf
# for pass through authentication with central IT LDAP
# connection information (here using SSL, adjust accordingly)
ldap_servers: ldap://*******:389/
# where are we looking
ldap_search_base: ou=users,cn=ad,cn=Wesovilabs,dc=com
ldap_filter: (uid=%u)
ldap_bind_dn: uid=admin,ou=People,cn=ad,cn=Wesovilabs,dc=com
ldap_bind_pw: ******
ldap_scope: sub
ldap_use_sasl: no
ldap_start_tls: no
ldap_auth_method: bind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment