Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 12:53:10 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/login login.c
Message-ID:  <200107281953.f6SJrBk74030@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2001/07/28 12:53:10 PDT

  Modified files:
    usr.bin/login        login.c 
  Log:
  Fix the environment handling:
  
  However, there's still a bug in login.c
  because you copy the environment *before* the call to pam_open_session,
  which won't set the necessary variables set by /usr/ports/security/pam_ssh.
  
  Submitted by:	Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
  
  Revision  Changes    Path
  1.65      +12 -13    src/usr.bin/login/login.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107281953.f6SJrBk74030>