diff docs/setup.rst @ 4501:a68fc4abeda3

issue #7 remove obsolete configuration
author domruf <dominikruf@gmail.com>
date Wed, 27 Aug 2014 21:50:25 +0200
parents 8e26c46e9abe
children a9a1560dad79
line wrap: on
line diff
--- a/docs/setup.rst	Sun Aug 31 12:11:50 2014 +0200
+++ b/docs/setup.rst	Wed Aug 27 21:50:25 2014 +0200
@@ -368,7 +368,7 @@
 Authentication by container or reverse-proxy
 --------------------------------------------
 
-Starting with version 1.3, Kallithea supports delegating the authentication
+Kallithea supports delegating the authentication
 of users to its WSGI container, or to a reverse-proxy server through which all
 clients access the application.
 
@@ -383,6 +383,7 @@
 It's also possible for an administrator to create accounts and configure their
 permissions before the user logs in for the first time.
 
+
 Container-based authentication
 ''''''''''''''''''''''''''''''
 
@@ -393,11 +394,6 @@
 to configure it to require authentication on the location configured for
 Kallithea.
 
-In order for Kallithea to start using the provided username, you should set the
-following in the [app:main] section of your .ini file::
-
-    container_auth_enabled = true
-
 
 Proxy pass-through authentication
 '''''''''''''''''''''''''''''''''
@@ -432,10 +428,6 @@
       RequestHeader set X-Forwarded-User %{RU}e
     </Location>
 
-In order for Kallithea to start using the forwarded username, you should set
-the following in the [app:main] section of your .ini file::
-
-    proxypass_auth_enabled = true
 
 .. note::
    If you enable proxy pass-through authentication, make sure your server is