typo in docs
This commit is contained in:
parent
994e70e85e
commit
f92018b649
@ -2,7 +2,7 @@
|
|||||||
ldap plugin
|
ldap plugin
|
||||||
=============
|
=============
|
||||||
|
|
||||||
.. Warning:
|
.. Warning::
|
||||||
This plugin is not compatible with the other authentication plugins.
|
This plugin is not compatible with the other authentication plugins.
|
||||||
|
|
||||||
This plugin allow your GNU Mediagoblin instance to authenticate against an
|
This plugin allow your GNU Mediagoblin instance to authenticate against an
|
||||||
@ -40,10 +40,10 @@ registration, add ``LDAP_SEARCH_BASE = 'ou=users,dc=testathon,dc=net'`` and
|
|||||||
``EMAIL_SEARCH_FIELD = 'mail'`` under you server configuration in your
|
``EMAIL_SEARCH_FIELD = 'mail'`` under you server configuration in your
|
||||||
MediaGoblin .ini file.
|
MediaGoblin .ini file.
|
||||||
|
|
||||||
.. Warning:
|
.. Warning::
|
||||||
By default, this plugin provides no encryption when communicating with the
|
By default, this plugin provides no encryption when communicating with the
|
||||||
ldap servers. If you would like to use an SSL connection, change
|
ldap servers. If you would like to use an SSL connection, change
|
||||||
LDAP_SERVER_URI to use ``ldaps://'' and whichever port you use. Default ldap
|
LDAP_SERVER_URI to use ``ldaps://`` and whichever port you use. Default ldap
|
||||||
port for SSL connections is 636. If you would like to use a TLS connection,
|
port for SSL connections is 636. If you would like to use a TLS connection,
|
||||||
add ``LDAP_START_TLS = 'true'`` under your server configuration in your
|
add ``LDAP_START_TLS = 'true'`` under your server configuration in your
|
||||||
MediaGoblin .ini file.
|
MediaGoblin .ini file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user