summaryrefslogtreecommitdiffstats
path: root/doc/plugins/generators/hostbase.txt
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-01-11 02:05:30 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-01-11 02:05:30 +0000
commite0df4d0993fe524b0d3b7a9b5f203aaa3ab1d7b3 (patch)
tree14081f77c3c57d9af411c091942980558e3ce4d0 /doc/plugins/generators/hostbase.txt
parent0df815d5377fb642283f31d09db7611e78497259 (diff)
downloadbcfg2-e0df4d0993fe524b0d3b7a9b5f203aaa3ab1d7b3.tar.gz
bcfg2-e0df4d0993fe524b0d3b7a9b5f203aaa3ab1d7b3.tar.bz2
bcfg2-e0df4d0993fe524b0d3b7a9b5f203aaa3ab1d7b3.zip
doc: Rearrange document structure and add client tools
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5669 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/plugins/generators/hostbase.txt')
-rw-r--r--doc/plugins/generators/hostbase.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/generators/hostbase.txt b/doc/plugins/generators/hostbase.txt
index 4b85fecd0..a03dd2f82 100644
--- a/doc/plugins/generators/hostbase.txt
+++ b/doc/plugins/generators/hostbase.txt
@@ -34,9 +34,9 @@ Create the hostbase database and a user. For MySQL users::
mysql> CREATE DATABASE hostbase
mysql> quit
-
+
systemprompt#: mysql -u root hostbase
- mysql> GRANT ALL PRIVILEGES ON *.* TO hostbaseuser@mycomputer.private.net IDENTIFIED
+ mysql> GRANT ALL PRIVILEGES ON *.* TO hostbaseuser@mycomputer.private.net IDENTIFIED
BY 'password' WITH GRANT OPTION;
mysql> quit
@@ -164,7 +164,7 @@ 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.
+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}}}