From 639554d5393c18843c807f03db84c906e8a44936 Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 5 Nov 2015 00:53:22 +0100 Subject: [PATCH 1/2] crap --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index a8f18f9..55de0de 100644 --- a/README.rst +++ b/README.rst @@ -100,4 +100,3 @@ LdapCherry is published under the MIT Public License. .. image:: https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/python-powered.png .. image:: https://raw.githubusercontent.com/kakwa/ldapcherry/master/docs/assets/cherrypy.png - From 621445f1b626746b7d0a42f1f63a30424fe3c7a4 Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 5 Nov 2015 01:22:21 +0100 Subject: [PATCH 2/2] 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