mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[doc] add auth class docstring
This commit is contained in:
parent
a4deeec52f
commit
2b17b2c9d5
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue