summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/dev.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-server/ipa-gui/dev.cfg')
-rw-r--r--ipa-server/ipa-gui/dev.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/ipa-server/ipa-gui/dev.cfg b/ipa-server/ipa-gui/dev.cfg
index 7e2e29fc..cb8e0f75 100644
--- a/ipa-server/ipa-gui/dev.cfg
+++ b/ipa-server/ipa-gui/dev.cfg
@@ -15,19 +15,6 @@
# in development
# sqlobject.dburi="sqlite://%(current_dir_uri)s/devdata.sqlite"
-# 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'
-
# if you are using a database or table type without transactions
# (MySQL default, for example), you should turn off transactions
# by prepending notrans_ on the uri
@@ -38,7 +25,6 @@ visit.manager='proxyvisit'
# TurboGears sessions. Storing in /tmp for a production system would be
# insane but should be fine for developers.
-session_filter.on = True
session_filter.storage_type='File'
session_filter.storage_path='/tmp'