From 7814a5711f86ffe49a30b97c05826173571f0974 Mon Sep 17 00:00:00 2001 From: Michael McGrath Date: Sun, 9 Mar 2008 19:32:35 -0500 Subject: [PATCH] Added aliases template --- fas/client/fas.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fas/client/fas.conf b/fas/client/fas.conf index 58e06a6..d878c7a 100644 --- a/fas/client/fas.conf +++ b/fas/client/fas.conf @@ -28,6 +28,10 @@ restricted_groups = sysadmin ; security meaning ssh_restricted_groups = sysadmin-web +; aliases_template: Gets prepended to the aliases file when it is generated by +; fasClient +aliases_template = /tmp/template.txt + [users] ; default shell given to people in [host] groups shell = /bin/bash @@ -44,7 +48,7 @@ home_backup_dir = /tmp/fedora ; is a powerfull way to restrict access to a machine. An alternative example ; could be given to people who should only have cvs access on the machine. ; setting this value to "/usr/bin/cvs server" would do this. -ssh_restricted_app = /usr/local/bin/restricted-shell +ssh_restricted_app = "/usr/bin/cvs server" ; restricted_shell - The shell given to users in the ssh_restricted_groups restricted_shell = /sbin/nologin