Use debian-friendly default PAM config
This commit is contained in:
parent
2d99cb3e82
commit
b4d7c6a864
@ -67,7 +67,7 @@ system("gunzip -c tarballs/$product-$ver.tar.gz | (cd $tmp_dir ; tar xf -)") &&
|
||||
die "un-tar failed!";
|
||||
system("mv $tmp_dir/$product-$ver/* $usr_dir");
|
||||
rmdir("$tmp_dir/$product-$ver");
|
||||
system("mv $usr_dir/$baseproduct-pam $pam_file");
|
||||
system("mv $usr_dir/$baseproduct-debian-pam $pam_file");
|
||||
system("cd $usr_dir && (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl /usr/bin/perl -");
|
||||
system("cd $usr_dir && rm -f mount/freebsd-mounts*");
|
||||
system("cd $usr_dir && rm -f mount/openbsd-mounts*");
|
||||
|
@ -31,7 +31,7 @@ $zipdir = "zips";
|
||||
"install-module.pl", "LICENCE.ja",
|
||||
"favicon.ico", "config-netbsd", "fastrpc.cgi",
|
||||
"defaulttheme", "feedback.cgi", "feedback_form.cgi",
|
||||
"javascript-lib.pl", "webmin-pam", "maketemp.pl",
|
||||
"javascript-lib.pl", "webmin-pam", "webmin-debian-pam", "maketemp.pl",
|
||||
"run-uninstalls.pl",
|
||||
"webmin-gentoo-init", "run-postinstalls.pl",
|
||||
"config-lib.pl", "entities_map.txt", "ui-lib.pl",
|
||||
|
5
webmin-debian-pam
Normal file
5
webmin-debian-pam
Normal file
@ -0,0 +1,5 @@
|
||||
#%PAM-1.0
|
||||
@include common-auth
|
||||
@include common-account
|
||||
@include common-password
|
||||
@include common-session
|
Loading…
x
Reference in New Issue
Block a user