[Bug 3528] ls hangs in internal-sftp when using ldap groups

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Feb 10 14:53:16 AEDT 2023


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED
                 CC|                            |djm at mindrot.org

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Generally, sshd has no visibility into or control over what libc/NSS
does behind the scenes to implement getpwuid() etc. 

So if you've configured your libc/NSS to use pipes/sockets/network
resources that are unavailable in the chroot there is nothing that sshd
or sftp-server can really do to solve this.

Typically, fixing this means configuring libc/NSS to properly both
inside and outside the chroot, but by the 2nd last paragraph it looks
like you figured this out already.

-- 
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.


More information about the openssh-bugs mailing list