diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-09-04 18:17:23 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-09-04 18:17:23 +0000 |
commit | 45ebb79808dd83df589486f06ac28e59a52df554 (patch) | |
tree | 2aa158b1ba68097d22da5c8ba375b94952243c9b /x11-apps/xdm/files | |
parent | Version bump; supports new PHP packages (diff) | |
download | gentoo-2-45ebb79808dd83df589486f06ac28e59a52df554.tar.gz gentoo-2-45ebb79808dd83df589486f06ac28e59a52df554.tar.bz2 gentoo-2-45ebb79808dd83df589486f06ac28e59a52df554.zip |
Changed pam install to use newpamd from pam.eclass. Also updated pam script
to use new include syntax. Hopefully this will fix pam issues for everyone
who had them, especially BSD.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-apps/xdm/files')
-rw-r--r-- | x11-apps/xdm/files/digest-xdm-0.99.0-r2 | 1 | ||||
-rw-r--r-- | x11-apps/xdm/files/xdm.pamd | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-apps/xdm/files/digest-xdm-0.99.0-r2 b/x11-apps/xdm/files/digest-xdm-0.99.0-r2 new file mode 100644 index 000000000000..dd77dcd3bbcb --- /dev/null +++ b/x11-apps/xdm/files/digest-xdm-0.99.0-r2 @@ -0,0 +1 @@ +MD5 6946ed1753f8a0f5ddc8a94174f0f8ef xdm-0.99.0.tar.bz2 169521 diff --git a/x11-apps/xdm/files/xdm.pamd b/x11-apps/xdm/files/xdm.pamd index 339f4162bb38..5d2b2b56b068 100644 --- a/x11-apps/xdm/files/xdm.pamd +++ b/x11-apps/xdm/files/xdm.pamd @@ -1,6 +1,6 @@ #%PAM-1.0 -auth required pam_stack.so service=system-auth +auth include system-auth auth required pam_nologin.so -account required pam_stack.so service=system-auth -password required pam_stack.so service=system-auth -session required pam_stack.so service=system-auth +account include system-auth +password include system-auth +session include system-auth |