add note on encoding on browseable::ldap doc (#2551)

This commit is contained in:
Maxime Besson 2021-06-25 08:56:58 +02:00
parent 822594d06e
commit 0c2c677601

View File

@ -22,6 +22,7 @@ Name Comment Example
**ldapConfBase** DN of sessions branch ou=sessions,dc=example,dc=com
**ldapBindDN** Connection login cn=admin,dc=example,dc=password
**ldapBindPassword** Connection password secret
**ldapRaw** Binary attributes (?i:^jpegPhoto|;binary)
**Index** Fields to index refer to :ref:`fieldstoindex`
Optional parameters
Name Comment Default value
@ -33,3 +34,9 @@ Name Comment Default value
**ldapCAFile** Path of CA file bundle (system CA bundle)
**ldapCAPath** Perform CA directory (system CA bundle)
======================== ================================= ===============================
.. note::
In order to properly handle UTF-8 encoded values, you may need to set the
ldapRaw parameter to a non-null value. This requires
Apache::Session::Browseable >= 1.3.3