/[adm]/puppet/modules/restrictshell/templates/membersh-conf.pl
ViewVC logotype

Contents of /puppet/modules/restrictshell/templates/membersh-conf.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 409 - (show annotations) (download)
Tue Nov 23 01:11:12 2010 UTC (12 years, 10 months ago) by misc
File MIME type: text/plain
File size: 505 byte(s)
add class for scp and sftp
1
2
3 $bin_svn = "/usr/bin/svnserve";
4 $regexp_svn = "^svnserve -t\$";
5 #@prepend_args_svn = ( '-r', '/svn' );
6 @prepend_args_svn = ();
7
8 $bin_git = "/usr/bin/git-shell";
9
10 $bin_rsync = "/usr/bin/rsync";
11 $regexp_rsync = "^rsync --server";
12 $regexp_dir_rsync = "^/.*";
13
14 $bin_sftp = "<%= lib_dir %>/ssh/sftp-server";
15 $regexp_sftp = "^(/usr/lib{64,}/ssh/sftp-server|/usr/lib/sftp-server|/usr/libexec/sftp-server|/usr/lib/openssh/sftp-server)";
16
17 foreach my $f (glob("/etc/membersh-conf.d/allow_*pl")) {
18 do($f)
19 }
20 1;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.28