summaryrefslogtreecommitdiffstats
path: root/doc/unsorted/nisauth.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/unsorted/nisauth.txt')
-rw-r--r--doc/unsorted/nisauth.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/unsorted/nisauth.txt b/doc/unsorted/nisauth.txt
deleted file mode 100644
index 3dfad1d26..000000000
--- a/doc/unsorted/nisauth.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-.. -*- mode: rst -*-
-
-.. _unsorted-nisauth:
-
-==================
-NIS Authentication
-==================
-
-'''Edit Django settings'''
-
-Django allows for custom authentication backends to its login procedure. Hostbase has an NIS authentication backend that verifies a user to be in the unix group allowed to modify Hostbase.
-
-To enable this feature:
-
-* first edit your {{{Hostbase/settings.py}}} file and uncomment the line {{{'Hostbase.backends.NISBackend',}}} in the list of {{{AUTHENTICATION_BACKENDS}}}
-* enter the name of the unix group you want to give access to Hostbase in the {{{AUTHORIZED_GROUP}}} variable
-* in your {{{Hostbase/hostbase/views.py}}} file at the very bottom, uncomment the block(s) of lines that give you the desired level of access
-
-Hostbase will now direct the user to a login page if he or she is not authorized to view a certain page. Users should log in with their regular Unix username and password.