summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipa_webgui.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-server/ipa-gui/ipa_webgui.cfg')
-rw-r--r--ipa-server/ipa-gui/ipa_webgui.cfg21
1 files changed, 5 insertions, 16 deletions
diff --git a/ipa-server/ipa-gui/ipa_webgui.cfg b/ipa-server/ipa-gui/ipa_webgui.cfg
index f7dfb259..101eb825 100644
--- a/ipa-server/ipa-gui/ipa_webgui.cfg
+++ b/ipa-server/ipa-gui/ipa_webgui.cfg
@@ -1,23 +1,13 @@
[global]
+# This is where all of your settings go for your production environment.
+# Settings that are the same for both development and production
+# (such as template engine, encodings, etc.) all go in
+# ipagui/config/app.cfg
+
# DATABASE
# no database for ipa_webgui since everything is stored in LDAP
-# IDENTITY
-
-# Our our sqlobject-derived proxy provider
-identity.provider='proxyprovider'
-
-# the first thing checked on any request. We want to short-circuit this
-# as early as possible
-identity.source = 'visit'
-
-# Turn on identity and visit (visit is required for identity)
-identity.on=True
-identity.failure_url="/loginfailed"
-visit.on=True
-visit.manager='proxyvisit'
-
# SERVER
server.environment="production"
@@ -52,7 +42,6 @@ base_url_filter.on = True
i18n.run_template_filter = True
# TurboGears sessions.
-session_filter.on = True
session_filter.storage_type='File'
session_filter.storage_path='/var/cache/ipa/sessions'