We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c25278 commit 641d604Copy full SHA for 641d604
Doc/reference/ldap.rst
@@ -226,6 +226,9 @@ the following option identifiers are defined as constants:
226
SASL options
227
::::::::::::
228
229
+Unlike most other options, SASL options must be set on an
230
+:py:class:`LDAPObject` instance.
231
+
232
.. py:data:: OPT_X_SASL_AUTHCID
233
234
.. py:data:: OPT_X_SASL_AUTHZID
@@ -234,7 +237,8 @@ SASL options
237
235
238
.. py:data:: OPT_X_SASL_NOCANON
236
239
- If set to zero SASL host name canonicalization is disabled.
240
+ If set to zero, SASL host name canonicalization is disabled. This is the only
241
+ SASL option that can be set globally.
242
243
.. py:data:: OPT_X_SASL_REALM
244
0 commit comments