Skip to content

Commit a5ff993

Browse files
author
stroeder
committed
added missing docs for SASL bind convenience LDAPObject methods
1 parent f6ab8c0 commit a5ff993

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

Doc/ldap.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. % $Id: ldap.rst,v 1.39 2017/08/16 12:17:18 stroeder Exp $
1+
.. % $Id: ldap.rst,v 1.40 2017/09/04 15:02:29 stroeder Exp $
22
33
********************************************
44
:py:mod:`ldap` LDAP library interface module
@@ -678,11 +678,26 @@ and wait for and return with the server's result, or with
678678
be :py:const:`AUTH_SIMPLE`.
679679

680680

681-
.. py:method:: LDAPObject.sasl_interactive_bind_s(who, auth) -> None
681+
.. py:method:: LDAPObject.sasl_interactive_bind_s(who, auth[, serverctrls=None [, clientctrls=None [, sasl_flags=ldap.SASL_QUIET]]]) -> None
682682
683683
This call is used to bind to the directory with a SASL bind request.
684684

685685

686+
.. py:method:: LDAPObject.sasl_non_interactive_bind_s(who, auth[, serverctrls=None [, clientctrls=None [, sasl_flags=ldap.SASL_QUIET [, authz_id='']]]]) -> None
687+
688+
This call is used to bind to the directory with a SASL bind request.
689+
690+
691+
.. py:method:: LDAPObject.sasl_external_bind_s([serverctrls=None [, clientctrls=None [, sasl_flags=ldap.SASL_QUIET [, authz_id='']]]]) -> None
692+
693+
This call is used to bind to the directory with a SASL bind request with mechanism EXTERNAL.
694+
695+
696+
.. py:method:: LDAPObject.sasl_gssapi_bind_s([serverctrls=None [, clientctrls=None [, sasl_flags=ldap.SASL_QUIET [, authz_id='']]]]) -> None
697+
698+
This call is used to bind to the directory with a SASL bind request with mechanism GSSAPI.
699+
700+
686701
.. py:method:: LDAPObject.cancel( cancelid, [, serverctrls=None [, clientctrls=None]]) -> None
687702
688703
Send cancels extended operation for an LDAP operation specified by *cancelid*.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy