From aa7db36efcdaec6a50227968f9f8f97d9d523e01 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 9 Aug 2015 19:38:23 +0200 Subject: [PATCH] using demo backend as an example the demo backend is far simplier than the ldap backend, so it's more logic to use it as an implementation example --- docs/backend_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend_api.rst b/docs/backend_api.rst index 7344769..072ec6d 100644 --- a/docs/backend_api.rst +++ b/docs/backend_api.rst @@ -68,5 +68,5 @@ Example Here is the ldap backend module that comes with LdapCherry: -.. literalinclude:: ../ldapcherry/backend/backendLdap.py +.. literalinclude:: ../ldapcherry/backend/backendDemo.py :language: python