diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-07-09 13:40:42 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-08-15 16:01:35 -0700 |
commit | f92018b649c98fb6d5b6f7c067e56fb7587e4707 (patch) | |
tree | 0d904f767d5f6ce5b8fd42ab3c8892d69aac8df8 | |
parent | 994e70e85eba526a0847e618702966bcf28f65e9 (diff) | |
download | mediagoblin-f92018b649c98fb6d5b6f7c067e56fb7587e4707.tar.lz mediagoblin-f92018b649c98fb6d5b6f7c067e56fb7587e4707.tar.xz mediagoblin-f92018b649c98fb6d5b6f7c067e56fb7587e4707.zip |
typo in docs
-rw-r--r-- | mediagoblin/plugins/ldap/README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mediagoblin/plugins/ldap/README.rst b/mediagoblin/plugins/ldap/README.rst index 2539eb18..ae03b31e 100644 --- a/mediagoblin/plugins/ldap/README.rst +++ b/mediagoblin/plugins/ldap/README.rst @@ -2,7 +2,7 @@ ldap plugin ============= -.. Warning: +.. Warning:: This plugin is not compatible with the other authentication plugins. 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 MediaGoblin .ini file. -.. Warning: +.. Warning:: By default, this plugin provides no encryption when communicating with the 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, add ``LDAP_START_TLS = 'true'`` under your server configuration in your MediaGoblin .ini file. |