@@ -438,13 +438,13 @@ core ejabberd parts support similar options too, see
438438<!-- md:version improved in [23.01](../../archive/23.01/index.md) -->
439439
440440Full path to a script that
441- generates [CAPTCHA](basic.md#captcha) images. ` @VERSION@` is replaced
442- with ejabberd version number in `XX.YY` format. `@SEMVER@` is replaced
443- with ejabberd version number in semver format when compiled with
444- Elixir’s mix, or XX.YY format otherwise. Alternatively, it can be the
445- name of a module that implements ejabberd CAPTCHA support. There is no
446- default value : when this option is not set, CAPTCHA functionality is
447- completely disabled.
441+ generates [CAPTCHA](basic.md#captcha) images. The keyword * @VERSION@*
442+ is replaced with ejabberd version number in `XX.YY` format. The keyword
443+ ` @SEMVER@ ` is replaced with ejabberd version number in semver format
444+ when compiled with Elixir’s mix, or XX.YY format otherwise.
445+ Alternatively, it can be the name of a module that implements ejabberd
446+ CAPTCHA support. There is no default value : when this option is not set,
447+ CAPTCHA functionality is completely disabled.
448448
449449**Examples**:
450450
@@ -837,15 +837,15 @@ Whether to dereference aliases or not. The default value is `never`.
837837This filter is applied on the results returned by the main filter. The
838838filter performs an additional LDAP lookup to make the complete result.
839839This is useful when you are unable to define all filter rules in
840- ` ldap_filter` . You can define "%u", "%d", "%s" and "%D" pattern
841- variables in ` Filter` : " %u" is replaced by a user’s part of the JID,
842- " %d" is replaced by the corresponding domain (virtual host), all "%s"
843- variables are consecutively replaced by values from the attributes in
844- ` FilterAttrs` and "%D" is replaced by Distinguished Name from the result
845- set. There is no default value, which means the result is not filtered.
846- WARNING : Since this filter makes additional LDAP lookups, use it only as
847- the last resort : try to define all filter rules in [ldap_filter](#ldap_filter)
848- option if possible.
840+ ` ldap_filter` . You can define ` "%u"`, ` "%d"`, ` "%s"* and * "%D"` pattern
841+ variables in * Filter : " %u" * is replaced by a user’s part of the JID,
842+ ` "%d"` is replaced by the corresponding domain (virtual host), all
843+ ` "%s" ` variables are consecutively replaced by values from the
844+ attributes in `FilterAttrs` and * "%D"* is replaced by Distinguished Name
845+ from the result set. There is no default value, which means the result
846+ is not filtered. WARNING : Since this filter makes additional LDAP
847+ lookups, use it only as the last resort : try to define all filter rules
848+ in [ldap_filter](#ldap_filter) option if possible.
849849
850850**Example**:
851851
@@ -867,10 +867,10 @@ is `none`. NOTE: STARTTLS encryption is not supported.
867867
868868An LDAP filter as defined in
869869[RFC4515](https://tools.ietf.org/html/rfc4515). There is no default
870- value. Example : " (&(objectClass=shadowAccount)(memberOf=XMPP Users))" .
870+ value. Example : * "(&(objectClass=shadowAccount)(memberOf=XMPP Users))"* .
871871NOTE : don’t forget to close brackets and don’t use superfluous
872- whitespaces. Also you must not use "uid" attribute in the filter because
873- this attribute will be appended to the filter automatically.
872+ whitespaces. Also you must not use ` "uid"` attribute in the filter
873+ because this attribute will be appended to the filter automatically.
874874
875875# # ldap\_password
876876
@@ -946,9 +946,9 @@ performed.
946946LDAP attributes which hold a list of attributes to use as alternatives
947947for getting the JID, where `Attr` is an LDAP attribute which holds the
948948user’s part of the JID and `AttrFormat` must contain one and only one
949- pattern variable "%u" which will be replaced by the user’s part of the
950- JID. For example, "%<u@example>.org". If the value is in the form of
951- ` [Attr]` then `AttrFormat` is assumed to be "%u".
949+ pattern variable * "%u"* which will be replaced by the user’s part of the
950+ JID. For example, * "%<u@example>.org"* . If the value is in the form of
951+ ` [Attr]` then `AttrFormat` is assumed to be * "%u"* .
952952
953953# # listen
954954
0 commit comments