On Fri, Aug 25, 2000 at 11:17:01AM -0500, Michael A. Dietz wrote: > I get the following messages when I use pam_stack with both login and > sshd. Is this anything to worry about ? > > ug 27 06:01:13 web1 pam_stack[12190]: not passing PAM_SERVICE back up to > parent > Aug 27 06:01:13 web1 pam_stack[12190]: not passing PAM_USER back up to > parent > Aug 27 06:01:13 web1 pam_stack[12190]: not passing PAM_TTY back up to > parent > Aug 27 06:01:13 web1 pam_stack[12190]: not passing PAM_RHOST back up to > parent > Aug 27 06:01:13 web1 pam_stack[12190]: not passing PAM_CONV back up to > parent Nope. That's just a debug message indicating that the parent already had these items set, so they don't get overwritten. Do you have the debug flag enabled? Nalin