All of lore.kernel.org
 help / color / mirror / Atom feed
From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/ricci/pam.d ricci
Date: 14 Jun 2007 20:34:47 -0000	[thread overview]
Message-ID: <20070614203447.21196.qmail@sourceware.org> (raw)

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



                 reply	other threads:[~2007-06-14 20:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070614203447.21196.qmail@sourceware.org \
    --to=rmccabe@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.