https://bugzilla.mindrot.org/show_bug.cgi?id=2861

Darren Tucker <dtuc...@dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtuc...@dtucker.net

--- Comment #1 from Darren Tucker <dtuc...@dtucker.net> ---
The client side logs don't help here, instead what you are after might
be in the server-side logs (eg "/path/to/sshd -ddde -p 2022" to run it
on port 2022).

Looking at the code, it looks like sshd never sets AUTHSTATE, although
it will copy it into the shell child.  I think it'll be set by the
authenticate() call which does password auth, but that is does not get
called for publickey auth.

Given that it is not actually authenticating via LDAP what do you
expect it to do?

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to