From 5bb9e1e6abfebbea2db3777cc22a673326cd622b Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 12 Aug 2017 13:57:21 +0200 Subject: [PATCH] [doc] add auth.search and auth.update docstring --- doc/ldap.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/ldap.rst b/doc/ldap.rst index 39683123..11ce45c2 100644 --- a/doc/ldap.rst +++ b/doc/ldap.rst @@ -107,6 +107,10 @@ value in the dictionary is also a **list** of values. This is not really conveni Apparently if we don't specify the list of attributes it seems that we get all attributes (need to be confirmed). +Here is the method docstring: + +.. automethod:: moulinette.authenticators.ldap.Authenticator.search + Users LDAP schema ----------------- @@ -225,6 +229,10 @@ For example this will update a user :file:`loginShell`: I don't know how this call behave if it fails and what it returns. +Here is the method docstring: + +.. automethod:: moulinette.authenticators.ldap.Authenticator.update + Updating a user in LDAP -------------------------