diff options
Diffstat (limited to 'mediagoblin/plugins/ldap/README.rst')
-rw-r--r-- | mediagoblin/plugins/ldap/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/plugins/ldap/README.rst b/mediagoblin/plugins/ldap/README.rst index 049b5c4d..fe9a96f5 100644 --- a/mediagoblin/plugins/ldap/README.rst +++ b/mediagoblin/plugins/ldap/README.rst @@ -26,7 +26,7 @@ LDAP server. Set up the LDAP plugin ====================== -1. Install the ``python-ldap`` package. +1. Install the ``python3-ldap`` package. 2. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section:: |