[doc] add auth class docstring

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

View file

@ -60,6 +60,15 @@ LDAP, so you need to declare your function this way:
def somecommand_stuff(auth, ...): def somecommand_stuff(auth, ...):
... ...
auth in the moulinette code
---------------------------
The :file:`auth` object is an instance of :file:`moulinette.authenticators.ldap.Authenticator` class.
Here its docstring:
.. autoclass:: moulinette.authenticators.ldap.Authenticator
Reading from LDAP Reading from LDAP
================= =================