You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><code>auth_id</code> - accept a certificate without <code>xmpp_addrs</code> and use the user identity from the authentication request.</li>
5870
5948
</ul>
5871
5949
<p>This option allows you to list the enabled ones in the order of preference (they are tried until one succeeds or the list is exhausted).</p>
5950
+
<divclass="admonition note">
5951
+
<pclass="admonition-title">Note</p>
5952
+
<p>There is another possibility: a custom verification module that you can implement using <ahref="https://github.com/esl/MongooseIM/blob/master/src/sasl/cyrsasl_external_verification.erl">cyrsasl_external_verification</a> as an example.
5953
+
After including the module in your MongooseIM release, you can put its name in the list of values of the <code>sasl_external</code> option.</p>
<li><strong>Syntax:</strong> positive integer or string <code>"infinity"</code>, representing maximum amount of users that can be registered in a domain</li>
@@ -5880,6 +5963,22 @@ <h3 id="authmax_users_per_domain"><code>auth.max_users_per_domain</code><a class
5880
5963
<pclass="admonition-title">Warning</p>
5881
5964
<p>The limit only works for the following authentication methods: <code>internal</code>, <code>rdbms</code> and <code>ldap</code>.</p>
5882
5965
</div>
5966
+
<h2id="sasl-external-common-name-options">SASL External common name options<aclass="headerlink" href="#sasl-external-common-name-options" title="Permanent link">¶</a></h2>
5967
+
<p>These options are only effective for the <code>SASL EXTERNAL</code> mechanism using <code>common_name</code> (see <ahref="#authsasl_external"><code>sasl_external</code></a>).</p>
0 commit comments