Skip to content

Commit

Permalink
Added serverctrls and clientctrls arguments to LDAPObject.simple_bind…
Browse files Browse the repository at this point in the history
…() etc.
  • Loading branch information
stroeder committed Jun 5, 2015
1 parent 136ddaf commit d071d81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/ldap.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. % $Id: ldap.rst,v 1.27 2012/01/10 23:28:08 stroeder Exp $
.. % $Id: ldap.rst,v 1.28 2015/06/05 20:49:04 stroeder Exp $
********************************************
:py:mod:`ldap` LDAP library interface module
Expand Down Expand Up @@ -649,9 +649,9 @@ and wait for and return with the server's result, or with
.. py:method:: LDAPObject.bind_s(who, cred, method) -> None
.. py:method:: LDAPObject.simple_bind([who='' [, cred='']]) -> int
.. py:method:: LDAPObject.simple_bind([who='' [, cred='' [, serverctrls=None [, clientctrls=None]]]]) -> int
.. py:method:: LDAPObject.simple_bind_s([who='' [, cred='']]) -> None
.. py:method:: LDAPObject.simple_bind_s([who='' [, cred='' [, serverctrls=None [, clientctrls=None]]]]) -> None
After an LDAP object is created, and before any other operations can be
attempted over the connection, a bind operation must be performed.
Expand Down

0 comments on commit d071d81

Please sign in to comment.