##// END OF EJS Templates
ini: Add fallback authentication plugin setting as comment to INI files.
johbo -
r65:e0af06ce default
parent child Browse files
Show More
@@ -199,6 +199,21 b' default_encoding = UTF-8'
199 ## all running rhodecode instances. Leave empty if you don't use it
199 ## all running rhodecode instances. Leave empty if you don't use it
200 instance_id =
200 instance_id =
201
201
202 ## Fallback authentication plugin. Set this to a plugin ID to force the usage
203 ## of an authentication plugin also if it is disabled by it's settings.
204 ## This could be useful if you are unable to log in to the system due to broken
205 ## authentication settings. Then you can enable e.g. the internal rhodecode auth
206 ## module to log in again and fix the settings.
207 ##
208 ## Available builtin plugin IDs (hash is part of the ID):
209 ## egg:rhodecode-enterprise-ce#rhodecode
210 ## egg:rhodecode-enterprise-ce#pam
211 ## egg:rhodecode-enterprise-ce#ldap
212 ## egg:rhodecode-enterprise-ce#jasig_cas
213 ## egg:rhodecode-enterprise-ce#headers
214 ## egg:rhodecode-enterprise-ce#crowd
215 #rhodecode.auth_plugin_fallback = egg:rhodecode-enterprise-ce#rhodecode
216
202 ## alternative return HTTP header for failed authentication. Default HTTP
217 ## alternative return HTTP header for failed authentication. Default HTTP
203 ## response is 401 HTTPUnauthorized. Currently HG clients have troubles with
218 ## response is 401 HTTPUnauthorized. Currently HG clients have troubles with
204 ## handling that causing a series of failed authentication calls.
219 ## handling that causing a series of failed authentication calls.
@@ -173,6 +173,21 b' default_encoding = UTF-8'
173 ## all running rhodecode instances. Leave empty if you don't use it
173 ## all running rhodecode instances. Leave empty if you don't use it
174 instance_id =
174 instance_id =
175
175
176 ## Fallback authentication plugin. Set this to a plugin ID to force the usage
177 ## of an authentication plugin also if it is disabled by it's settings.
178 ## This could be useful if you are unable to log in to the system due to broken
179 ## authentication settings. Then you can enable e.g. the internal rhodecode auth
180 ## module to log in again and fix the settings.
181 ##
182 ## Available builtin plugin IDs (hash is part of the ID):
183 ## egg:rhodecode-enterprise-ce#rhodecode
184 ## egg:rhodecode-enterprise-ce#pam
185 ## egg:rhodecode-enterprise-ce#ldap
186 ## egg:rhodecode-enterprise-ce#jasig_cas
187 ## egg:rhodecode-enterprise-ce#headers
188 ## egg:rhodecode-enterprise-ce#crowd
189 #rhodecode.auth_plugin_fallback = egg:rhodecode-enterprise-ce#rhodecode
190
176 ## alternative return HTTP header for failed authentication. Default HTTP
191 ## alternative return HTTP header for failed authentication. Default HTTP
177 ## response is 401 HTTPUnauthorized. Currently HG clients have troubles with
192 ## response is 401 HTTPUnauthorized. Currently HG clients have troubles with
178 ## handling that causing a series of failed authentication calls.
193 ## handling that causing a series of failed authentication calls.
General Comments 0
You need to be logged in to leave comments. Login now