omniauth_secrets.example

This commit is contained in:
Andreas Stephanides
2013-10-26 14:14:49 +02:00
parent 6c6d1bef33
commit 1058709b38

View File

@@ -2,3 +2,11 @@
facebook: facebook:
appid: "<appid>" appid: "<appid>"
secret: "<secret>" secret: "<secret>"
ldap:
host: "localhost"
port: 389
method: "plain"
base: "ou=People,dc=local"
uid: 'uid'
bind: '<bind dn>'
password: '<passwort>'