diff --git a/config/omniauth_secrets.yml.example b/config/omniauth_secrets.yml.example index 3ec8a3d..e1c8f4b 100644 --- a/config/omniauth_secrets.yml.example +++ b/config/omniauth_secrets.yml.example @@ -2,3 +2,11 @@ facebook: appid: "" secret: "" +ldap: + host: "localhost" + port: 389 + method: "plain" + base: "ou=People,dc=local" + uid: 'uid' + bind: '' + password: '' \ No newline at end of file