summaryrefslogtreecommitdiffstats
path: root/doc/plugins/generators/account.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/account.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/account.txt')
-rw-r--r--doc/plugins/generators/account.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/generators/account.txt b/doc/plugins/generators/account.txt
index e07cef8b6..9a2718ce5 100644
--- a/doc/plugins/generators/account.txt
+++ b/doc/plugins/generators/account.txt
@@ -18,7 +18,7 @@ User access data is stored in three files in the Account directory:
* rootlist (a list of user:host pairs for scoped root privs)
* useraccess (a list of user:host pairs for login access)
-SSH keys are stored in files named $username.key; these are installed into root's authorized keys for users in the superusers list as well as for the pertitent users in the rootlike file (for the current system).
+SSH keys are stored in files named $username.key; these are installed into root's authorized keys for users in the superusers list as well as for the pertitent users in the rootlike file (for the current system).
Authentication data is read in from (static|dyn).(passwd|group) The static ones are for system local ones, while the dyn. versions are for external synchronization (from ldap/nis/etc)
There is also a static.limits.conf that provides the limits.conf header and any static entries.