Skip to content

Commit

Permalink
Document OPT_X_SASL_* differ from others
Browse files Browse the repository at this point in the history
Fixes: #468
  • Loading branch information
mistotebe committed May 10, 2022
1 parent 7c25278 commit 7f30c47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Doc/reference/ldap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ the following option identifiers are defined as constants:
SASL options
::::::::::::

Unlike most other options, SASL options must be set on an
:py:class:`LDAPObject` instance.

.. py:data:: OPT_X_SASL_AUTHCID
.. py:data:: OPT_X_SASL_AUTHZID
Expand All @@ -234,7 +237,8 @@ SASL options
.. py:data:: OPT_X_SASL_NOCANON
If set to zero SASL host name canonicalization is disabled.
If set to zero, SASL host name canonicalization is disabled. This is the only
SASL option that can be set globally.

.. py:data:: OPT_X_SASL_REALM
Expand Down

0 comments on commit 7f30c47

Please sign in to comment.