forked from bofh/fetsite
omniauth_secrets.example
This commit is contained in:
@@ -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>'
|
||||||
Reference in New Issue
Block a user