From 1058709b388c737473df42f3935c8b58a22cd323 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sat, 26 Oct 2013 14:14:49 +0200 Subject: [PATCH] omniauth_secrets.example --- config/omniauth_secrets.yml.example | 8 ++++++++ 1 file changed, 8 insertions(+) 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