Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. external_auth:
  2. ldap:
  3. someuser@linkedin.com:
  4. - '*':
  5. - linkedin_runner.*
  6.  
  7. rest_cherrypi:
  8. port: 8888
  9. ssl_crt: /etc/pki/tls/certs/localhost.crt
  10. ssl_key: /etc/pki/tls/private/localhost.key
  11. debug: True
  12.  
  13. auth.ldap.basedn: 'dc=example,dc=com'
  14. auth.ldap.binddn: 'linkedin\someuser'
  15. auth.ldap.bindpw: 'password'
  16. auth.ldap.filter: emailAddress={{ username }}
  17.  
  18. auth.ldap.server: ldap-vip.linkedin.com
  19. auth.ldap.port: 389
  20. auth.ldap.tls: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement