* [Cluster-devel] conga/ricci/pam.d ricci
@ 2007-06-14 20:34 rmccabe
0 siblings, 0 replies; only message in thread
From: rmccabe @ 2007-06-14 20:34 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Branch: EXPERIMENTAL
Changes by: rmccabe at sourceware.org 2007-06-14 20:34:47
Modified files:
ricci/pam.d : ricci
Log message:
Fix bz227682 (227682: saslauthd[2274]: Deprecated pam_stack module called from service "ricci")
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/pam.d/ricci.diff?cvsroot=cluster&only_with_tag=EXPERIMENTAL&r1=1.1&r2=1.1.8.1
--- conga/ricci/pam.d/ricci 2006/03/13 19:03:32 1.1
+++ conga/ricci/pam.d/ricci 2007/06/14 20:34:47 1.1.8.1
@@ -1,6 +1,5 @@
#%PAM-1.0
-auth required pam_stack.so service=system-auth
-account required pam_stack.so service=system-auth
-password required pam_stack.so service=system-auth
-session required pam_stack.so service=system-auth
-session required pam_loginuid.so
+auth include system-auth
+account include system-auth
+password include system-auth
+session include system-auth
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-06-14 20:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-14 20:34 [Cluster-devel] conga/ricci/pam.d ricci rmccabe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).