1
- .. % $Id: ldap.rst,v 1.38 2017/08/16 12:03:33 stroeder Exp $
1
+ .. % $Id: ldap.rst,v 1.39 2017/08/16 12:17:18 stroeder Exp $
2
2
3
3
********************************************
4
4
:py:mod: `ldap ` LDAP library interface module
@@ -740,9 +740,9 @@ and wait for and return with the server's result, or with
740
740
*serverctrls * and *clientctrls * like described above.
741
741
742
742
743
- .. py :method :: extop(extreq[,serverctrls=None [,clientctrls=None ]]]) -> int
743
+ .. py :method :: LDAPObject. extop(extreq[,serverctrls=None [,clientctrls=None ]]]) -> int
744
744
745
- .. py :method :: extop_s(extreq[,serverctrls=None [,clientctrls=None [,extop_resp_class=None ]]]]) -> (respoid,respvalue)
745
+ .. py :method :: LDAPObject. extop_s(extreq[,serverctrls=None [,clientctrls=None [,extop_resp_class=None ]]]]) -> (respoid,respvalue)
746
746
747
747
Performs an LDAP extended operation. The asynchronous
748
748
form returns the message id of the initiated request, and the
@@ -755,7 +755,7 @@ and wait for and return with the server's result, or with
755
755
:py:class: `ldap.extop.ExtendedResponse ` this class is used to return an
756
756
object of this class instead of a raw BER value in respvalue.
757
757
758
- .. py :method :: extop_result(self ,msgid = ldap.RES_ANY ,all = 1 ,timeout = None ) -> (respoid,respvalue)
758
+ .. py :method :: LDAPObject. extop_result(self ,msgid = ldap.RES_ANY ,all = 1 ,timeout = None ) -> (respoid,respvalue)
759
759
760
760
Wrapper method around :py:meth: `result4() ` just for retrieving
761
761
the result of an extended operation sent before.
0 commit comments