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