diff options
author | 2005-02-17 10:28:57 +0000 | |
---|---|---|
committer | 2005-02-17 10:28:57 +0000 | |
commit | 4cf7f0e2aeda4a86385343bdafe286e9d646170d (patch) | |
tree | a56e27a58d9cdd173fc1005b1f5ea28284056169 /net-www/pwauth/files | |
parent | Stable on hppa. (diff) | |
download | historical-4cf7f0e2aeda4a86385343bdafe286e9d646170d.tar.gz historical-4cf7f0e2aeda4a86385343bdafe286e9d646170d.tar.bz2 historical-4cf7f0e2aeda4a86385343bdafe286e9d646170d.zip |
initial revision
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'net-www/pwauth/files')
-rw-r--r-- | net-www/pwauth/files/digest-pwauth-2.3.1 | 1 | ||||
-rw-r--r-- | net-www/pwauth/files/pwauth.pam | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/net-www/pwauth/files/digest-pwauth-2.3.1 b/net-www/pwauth/files/digest-pwauth-2.3.1 new file mode 100644 index 000000000000..2e99a5f4d35f --- /dev/null +++ b/net-www/pwauth/files/digest-pwauth-2.3.1 @@ -0,0 +1 @@ +MD5 9fbb03fe024b51a02fd7a15ae04a35cb pwauth-2.3.1.tar.gz 20329 diff --git a/net-www/pwauth/files/pwauth.pam b/net-www/pwauth/files/pwauth.pam new file mode 100644 index 000000000000..1d2e081625f1 --- /dev/null +++ b/net-www/pwauth/files/pwauth.pam @@ -0,0 +1,7 @@ +#%PAM-1.0 +auth required /lib/security/pam_stack.so service=system-auth +auth required /lib/security/pam_nologin.so +account required /lib/security/pam_stack.so service=system-auth +password required /lib/security/pam_stack.so service=system-auth +session required /lib/security/pam_stack.so service=system-auth +session optional /lib/security/pam_console.so |