diff options
author | jlam <jlam> | 2000-12-12 16:04:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-12-12 16:04:06 +0000 |
commit | 11465945350f1c53913a0435a2cd3d53961b9d1e (patch) | |
tree | 1e78eef67eea51f12849ca4986e620ffa35c1e87 /print | |
parent | 92cf087ad76a314937f0c2b87d124f09c50af90c (diff) | |
download | pkgsrc-11465945350f1c53913a0435a2cd3d53961b9d1e.tar.gz |
Add ${USE_PAM}-triggered PAM support.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/files/cups.pam | 6 | ||||
-rw-r--r-- | print/cups/pkg/PLIST.pam | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/print/cups/files/cups.pam b/print/cups/files/cups.pam new file mode 100644 index 00000000000..bb50c387aa8 --- /dev/null +++ b/print/cups/files/cups.pam @@ -0,0 +1,6 @@ +# $NetBSD: cups.pam,v 1.1 2000/12/12 16:04:06 jlam Exp $ +# +# PAM configuration for Common UNIX Printing System +# +auth required @PREFIX@/lib/security/pam_unix.so nullok shadow +account required @PREFIX@/lib/security/pam_unix.so diff --git a/print/cups/pkg/PLIST.pam b/print/cups/pkg/PLIST.pam new file mode 100644 index 00000000000..ec08e127125 --- /dev/null +++ b/print/cups/pkg/PLIST.pam @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.pam,v 1.1 2000/12/12 16:04:06 jlam Exp $ +share/examples/cups/cups.pam |