Use debian-friendly default PAM config
authorJamie Cameron <jcameron@webmin.com>
Sun, 6 Sep 2009 19:35:27 +0000 (12:35 -0700)
committerJamie Cameron <jcameron@webmin.com>
Sun, 6 Sep 2009 19:35:27 +0000 (12:35 -0700)
makedebian.pl
makedist.pl
version
webmin-debian-pam [new file with mode: 0644]

index 4376ba5..6d7fb2b 100755 (executable)
@@ -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*");
index dc971a6..068019d 100755 (executable)
@@ -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",
diff --git a/version b/version
index 9bf49ae..17e1788 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-1.485
+1.488
diff --git a/webmin-debian-pam b/webmin-debian-pam
new file mode 100644 (file)
index 0000000..d7e1ddc
--- /dev/null
@@ -0,0 +1,5 @@
+#%PAM-1.0
+@include common-auth
+@include common-account
+@include common-password
+@include common-session