summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2006-12-05 21:19:29 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2006-12-05 21:19:29 +0000
commitd147dd579f0fa1f2923b8218b7713c7cc1eadef8 (patch)
treeb46b48c9ca53e0c83177ae6f068c8789ec8b1ea7 /src
parentbc1fa1a4d99707f689b59ed916f8b39b955e6d26 (diff)
downloadbcfg2-d147dd579f0fa1f2923b8218b7713c7cc1eadef8.tar.gz
bcfg2-d147dd579f0fa1f2923b8218b7713c7cc1eadef8.tar.bz2
bcfg2-d147dd579f0fa1f2923b8218b7713c7cc1eadef8.zip
fixed settings for new installation procedure
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2570 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r--src/lib/Server/Hostbase/settings.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/Server/Hostbase/settings.py b/src/lib/Server/Hostbase/settings.py
index 047b330b4..96f73cc29 100644
--- a/src/lib/Server/Hostbase/settings.py
+++ b/src/lib/Server/Hostbase/settings.py
@@ -49,8 +49,8 @@ SESSION_EXPIRE_AT_BROWSER_CLOSE = True
# Uncomment a backend below if you would like to use it for authentication
AUTHENTICATION_BACKENDS = ('django.contrib.auth.backends.ModelBackend',
- 'Hostbase.backends.NISBackend',
- #'Hostbase.backends.LDAPBacken',
+ 'Bcfg2.Server.Hostbase.backends.NISBackend',
+ #'Bcfg2.Server.Hostbase.backends.LDAPBacken',
)
# enter an NIS group name you'd like to give access to edit hostbase records
AUTHORIZED_GROUP = options['authorized_group']
@@ -90,7 +90,7 @@ MIDDLEWARE_CLASSES = (
'django.middleware.doc.XViewMiddleware',
)
-ROOT_URLCONF = 'Hostbase.urls'
+ROOT_URLCONF = 'Bcfg2.Server.Hostbase.urls'
TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates".