Use debian-friendly default PAM config

This commit is contained in:
Jamie Cameron 2009-09-06 12:35:27 -07:00
parent 2d99cb3e82
commit b4d7c6a864
4 changed files with 8 additions and 3 deletions

View File

@ -67,7 +67,7 @@ system("gunzip -c tarballs/$product-$ver.tar.gz | (cd $tmp_dir ; tar xf -)") &&
die "un-tar failed!"; die "un-tar failed!";
system("mv $tmp_dir/$product-$ver/* $usr_dir"); system("mv $tmp_dir/$product-$ver/* $usr_dir");
rmdir("$tmp_dir/$product-$ver"); 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 && (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/freebsd-mounts*");
system("cd $usr_dir && rm -f mount/openbsd-mounts*"); system("cd $usr_dir && rm -f mount/openbsd-mounts*");

View File

@ -31,7 +31,7 @@ $zipdir = "zips";
"install-module.pl", "LICENCE.ja", "install-module.pl", "LICENCE.ja",
"favicon.ico", "config-netbsd", "fastrpc.cgi", "favicon.ico", "config-netbsd", "fastrpc.cgi",
"defaulttheme", "feedback.cgi", "feedback_form.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", "run-uninstalls.pl",
"webmin-gentoo-init", "run-postinstalls.pl", "webmin-gentoo-init", "run-postinstalls.pl",
"config-lib.pl", "entities_map.txt", "ui-lib.pl", "config-lib.pl", "entities_map.txt", "ui-lib.pl",

View File

@ -1 +1 @@
1.485 1.488

5
webmin-debian-pam Normal file
View File

@ -0,0 +1,5 @@
#%PAM-1.0
@include common-auth
@include common-account
@include common-password
@include common-session