regarding the segfault that shows up when calling pam_open_session in sshd under solaris-- In the dec 1 Solaris 7 patch report update, there is one mention of pam: Patch-ID# 107285-01 Synopsis: SunOS 5.7: passwd & pam_unix.so.1 patch BugId's fixed with this patch: 4172457 Changes incorporated in this version: Date: Aug/17/99 but it doesn't seem to be freely available -- when looking for the file to download, sun tells us: The document or patch you are attempting to access is available to contract customers only. You can obtain the patch from your local Solution Center. North American customers can call 1-800-USA-4SUN. I also didn't have much luck finding out just what bugid 4172457 is, so I'm afraid I can't even tell if it's relevant. Has anyone access to this patch, and if so how has running sshd gone? thanks, David Agraz _____________________________________________________ Sent by Jahoopa Free Email! Find us on the web at http://www.jahoopa.com Join today!
Yesterday you sent me mail regarding [openssh] Re: Pam errors in Solaris: *> *> regarding the segfault that shows up when calling *> pam_open_session in sshd under solaris-- *> *> In the dec 1 Solaris 7 patch report update, there is one mention *> of pam: *> *> Patch-ID# 107285-01 *> Synopsis: SunOS 5.7: passwd & pam_unix.so.1 patch *> BugId's fixed with this patch: 4172457 *> Changes incorporated in this version: *> Date: Aug/17/99 this is from the bug report: Customer who is running in 2.6 and is attempting to change login shell to tcsh without /etc/shells. ( used "passwd -e") Then, they could change login shell. In 2.5, they couldn't chage login shell without /etc/shells. I don't think it is the same ... issue ... have you seen any working PAM code for solaris ? cheers tobi -- ______ __ _ /_ __/_ / / (_) Oetiker, Timelord & SysMgr @ EE-Dept ETH-Zurich / // _ \/ _ \/ / TEL: +41(0)1-6325286 FAX:...1517 ICQ: 10419518 /_/ \.__/_.__/_/ oetiker at ee.ethz.ch http://ee-staff.ethz.ch/~oetiker
On Mon, 6 Dec 1999, David Agraz wrote:> > regarding the segfault that shows up when calling > pam_open_session in sshd under solaris--The segfault is related to the fact that PAM_TTY was not set by pam_set_attr, which for some reason, Solaris expects to be set. I have a patch which causes the segfault to go away, but have had worse success getting a working shell. There is a controlling terminal issue, which I haven't gotten my hands around. Ben> > In the dec 1 Solaris 7 patch report update, there is one mention > of pam: > > Patch-ID# 107285-01 > Synopsis: SunOS 5.7: passwd & pam_unix.so.1 patch > BugId's fixed with this patch: 4172457 > Changes incorporated in this version: > Date: Aug/17/99 > > but it doesn't seem to be freely available -- when looking > for the file to download, sun tells us: > > The document or patch you are attempting to access is available to > contract customers only. You can obtain the patch from your local > Solution Center. North American customers can call 1-800-USA-4SUN. > > I also didn't have much luck finding out just what bugid 4172457 > is, so I'm afraid I can't even tell if it's relevant. Has anyone > access to this patch, and if so how has running sshd gone? > > thanks, > > David Agraz > > > _____________________________________________________ > Sent by Jahoopa Free Email! > Find us on the web at http://www.jahoopa.com > Join today! > >