From 1b72d232eef9e55fd033659412073e69f67f3e84 Mon Sep 17 00:00:00 2001 From: Michael McGrath Date: Mon, 10 Mar 2008 19:59:05 -0500 Subject: [PATCH] making a pretty benign default config --- fas/client/fas.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fas/client/fas.conf b/fas/client/fas.conf index d878c7a..cf4fbcf 100644 --- a/fas/client/fas.conf +++ b/fas/client/fas.conf @@ -17,16 +17,17 @@ password = admin ; in 'groups' ; groups that should have a shell account on this system. -groups = accounts,fedorabugs +groups = sysadmin-main ; groups that should have a restricted account on this system. ; restricted accounts use the restricted_shell value in [users] -restricted_groups = sysadmin +restricted_groups = ; ssh_restricted_groups: groups that should be restricted by ssh key. You will ; need to disable password based logins in order for this value to have any -; security meaning -ssh_restricted_groups = sysadmin-web +; security meaning. Group types can be placed here as well, for example +; @hg,@git,@svn +ssh_restricted_groups = ; aliases_template: Gets prepended to the aliases file when it is generated by ; fasClient