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