From 621445f1b626746b7d0a42f1f63a30424fe3c7a4 Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 5 Nov 2015 01:22:21 +0100 Subject: [PATCH] adding configuration of demo backend in default config file --- conf/ldapcherry.ini | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/conf/ldapcherry.ini b/conf/ldapcherry.ini index 2068308..f6ff0f7 100644 --- a/conf/ldapcherry.ini +++ b/conf/ldapcherry.ini @@ -133,6 +133,31 @@ ldap.dn_user_attr = 'uid' ## check server certificate (for tls) #ad.checkcert = 'off' +##################################### +# configuration of demo backend # +##################################### + +## Name of the backend +#demo.module = 'ldapcherry.backend.backendDemo' +## Display name of the Backend +#demo.display_name = 'Demo Backend' +## Groups of admin user +#demo.admin.groups = 'DnsAdmins' +## Groups of basic user +#demo.basic.groups = 'Test 2, Test 1' +## Password attribute name +#demo.pwd_attr = 'userPassword' +## Attribute to use for the search +#demo.search_attributes = 'cn, sn, givenName, uid' +## Login of default admin user +#demo.admin.user = 'admin' +## Password of default admin user +#demo.admin.password = 'admin' +## Login of default basic user +#demo.basic.user = 'user' +## Password of default basic user +#demo.basic.password = 'user' + [ppolicy] # password policy module