[doc] add auth.search and auth.update docstring

This commit is contained in:
Laurent Peuch 2017-08-12 13:57:21 +02:00
parent 2b17b2c9d5
commit 5bb9e1e6ab

View file

@ -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). 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 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. 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 Updating a user in LDAP
------------------------- -------------------------