Added aliases template

This commit is contained in:
Michael McGrath 2008-03-09 19:32:35 -05:00
parent 173a4ccab6
commit 7814a5711f

View file

@ -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