aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/templates/membersh-conf.pl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/restrictshell/templates/membersh-conf.pl')
-rwxr-xr-xmodules/restrictshell/templates/membersh-conf.pl13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/restrictshell/templates/membersh-conf.pl b/modules/restrictshell/templates/membersh-conf.pl
new file mode 100755
index 00000000..ee80052f
--- /dev/null
+++ b/modules/restrictshell/templates/membersh-conf.pl
@@ -0,0 +1,13 @@
+$use_svn = "<%= allow_svn %>";
+$bin_svn = "/usr/bin/svnserve";
+$regexp_svn = "^svnserve -t\$";
+#@prepend_args_svn = ( '-r', '/svn' );
+@prepend_args_svn = ();
+
+$use_git = "<%= allow_git %>";
+$bin_git = "/usr/bin/git-shell";
+
+$use_rsync = "<%= allow_rsync %>";
+$bin_rsync = "/usr/bin/rsync";
+$regexp_rsync = "^rsync --server";
+$regexp_dir_rsync = "^/.*";