Added aliases template
This commit is contained in:
parent
173a4ccab6
commit
7814a5711f
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue