From 2b17b2c9d50eb54a6ed260ee1e8f86ff84ae46cb Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 12 Aug 2017 13:57:06 +0200 Subject: [PATCH] [doc] add auth class docstring --- doc/ldap.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/ldap.rst b/doc/ldap.rst index efb9e24e..39683123 100644 --- a/doc/ldap.rst +++ b/doc/ldap.rst @@ -60,6 +60,15 @@ LDAP, so you need to declare your function this way: 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 =================