summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/nisauth.py
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2006-11-30 20:13:52 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2006-11-30 20:13:52 +0000
commit2c2766fe6d404b63729d34874aa0b18a87dd7d43 (patch)
treee01933b17a291f7a329ca535e2f14b11b5c2362c /src/lib/Server/Hostbase/nisauth.py
parentd8a9236ec2fd511bf29980fcc43155629b49ff88 (diff)
downloadbcfg2-2c2766fe6d404b63729d34874aa0b18a87dd7d43.tar.gz
bcfg2-2c2766fe6d404b63729d34874aa0b18a87dd7d43.tar.bz2
bcfg2-2c2766fe6d404b63729d34874aa0b18a87dd7d43.zip
tweaks for a more standard installation
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2554 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Hostbase/nisauth.py')
-rw-r--r--src/lib/Server/Hostbase/nisauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Hostbase/nisauth.py b/src/lib/Server/Hostbase/nisauth.py
index 9c68c44eb..9bce9511f 100644
--- a/src/lib/Server/Hostbase/nisauth.py
+++ b/src/lib/Server/Hostbase/nisauth.py
@@ -1,6 +1,6 @@
import os
import crypt, nis
-from Hostbase.settings import AUTHORIZED_GROUP
+from Bcfg2.Server.Hostbase.settings import AUTHORIZED_GROUP
"""Checks with NIS to see if the current user is in the support group"""