Guest User

Untitled

a guest
Jun 3rd, 2013
60
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. - '*':
  4. - linkedin_runner.*
  5.  
  6. rest_cherrypi:
  7. port: 8888
  8. ssl_crt: /etc/pki/tls/certs/localhost.crt
  9. ssl_key: /etc/pki/tls/private/localhost.key
  10. debug: True
  11.  
  12. auth.ldap.basedn: 'dc=example,dc=com'
  13. auth.ldap.binddn: 'linkedin\someuser'
  14. auth.ldap.bindpw: 'password'
  15. auth.ldap.filter: emailAddress={{ username }}
  16.  
  17. auth.ldap.server: ldap-vip.linkedin.com
  18. auth.ldap.port: 389
  19. auth.ldap.tls: True
Advertisement
Add Comment
Please, Sign In to add comment