bugzilla-daemon at mindrot.org
2005-Apr-21  05:53 UTC
[Bug 1024] SSHD fails to connect when "UsePAM and UseLogin" is yes
http://bugzilla.mindrot.org/show_bug.cgi?id=1024
           Summary: SSHD fails to connect when "UsePAM and UseLogin"
is  yes
           Product: Portable OpenSSH
           Version: 4.0p1
          Platform: HPPA
        OS/Version: HP-UX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: selvesteen at gmail.com
OpenSSH 4.0 fails to establish the connection with the client when UsePAM and 
UseLogin is set to Yes in sshd_config. But it works when usepam is 'no'.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Apr-21  06:55 UTC
[Bug 1024] SSHD fails to connect when "UsePAM and UseLogin" is yes
http://bugzilla.mindrot.org/show_bug.cgi?id=1024 ------- Additional Comments From dtucker at zip.com.au 2005-04-21 16:55 ------- Created an attachment (id=890) --> (http://bugzilla.mindrot.org/attachment.cgi?id=890&action=view) Don't check pam_session_is_open if UseLogin=yes When UseLogin=yes and UsePAM=yes, do_setusercontext (and thus do_pam_session) don't get called. This causes the session to close immediately because the PAM session isn't open. The attached patch fixes this. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Apr-21  07:01 UTC
[Bug 1024] SSHD fails to connect when "UsePAM and UseLogin" is yes
http://bugzilla.mindrot.org/show_bug.cgi?id=1024
dtucker at zip.com.au changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |994
              nThis|                            |
             Status|NEW                         |ASSIGNED
          Component|sshd                        |PAM support
         OS/Version|HP-UX                       |All
           Platform|HPPA                        |All
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Apr-21  09:59 UTC
[Bug 1024] SSHD fails to connect when "UsePAM and UseLogin" is yes
http://bugzilla.mindrot.org/show_bug.cgi?id=1024
dtucker at zip.com.au changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
------- Additional Comments From dtucker at zip.com.au  2005-04-21 19:59 -------
Michael reports that the patch solved the issue, so patch applied.  Thanks for
the report.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- [Bug 1030] sshd writes twice to wtmp when "UseLogin" is yes
- unable to login with LDAP when set Uselogin to yes
- UseLogin yes and 'w': IP address used
- [Bug 1032] PrintLastLog is not working with UseLogin yes
- Making UseLogin yes requires a valid reverse DNS enty