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
This commit is contained in:
kakwa 2015-08-09 19:38:23 +02:00
parent 9074501155
commit aa7db36efc
1 changed files with 1 additions and 1 deletions

View File

@ -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