|
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 $ |
2 | 2 |
|
3 | 3 | ********************************************
|
4 | 4 | :py:mod:`ldap` LDAP library interface module
|
@@ -678,11 +678,26 @@ and wait for and return with the server's result, or with
|
678 | 678 | be :py:const:`AUTH_SIMPLE`.
|
679 | 679 |
|
680 | 680 |
|
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 |
682 | 682 |
|
683 | 683 | This call is used to bind to the directory with a SASL bind request.
|
684 | 684 |
|
685 | 685 |
|
| 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 | + |
686 | 701 | .. py:method:: LDAPObject.cancel( cancelid, [, serverctrls=None [, clientctrls=None]]) -> None
|
687 | 702 |
|
688 | 703 | Send cancels extended operation for an LDAP operation specified by *cancelid*.
|
|
0 commit comments