Displaying 2 results from an estimated 2 matches for "chrootfold".
Did you mean:
chrootfolder
2017 May 18
2
ls hangs in internal-sftp for LDAP users + numeric uid/gid instead of names
...OEXEC|0x2) = 0
> connect(4, {sa_family=AF_LOCAL, sun_path="/var/run/nslcd/socket"}, 23) =
> -1 ENOENT (No such file or directory)
>
> Of course /var/run/nslcd/socket doesn't exist in the chroot.
>
> To solve this I did :
> mount -o bind /var/run/nslcd/ <chrootfolder>/var/run/nslcd/
Yes, and additionally you want to get rid of 'compat' nsswitch entries,
because those also consult the passwd/group/... files.
Another option, if you don't want to have a socket reaching out of the
chroot (including the corresponding possible chroot escape possibi...
2017 May 18
2
ls hangs in internal-sftp for LDAP users + numeric uid/gid instead of names
Le 12/05/2017 ? 14:03, Alexander Wuerstlein a ?crit :
> On 2017-05-12T13:49, mh at ow2.org <mh at ow2.org> wrote:
>> Le 12/05/2017 ? 12:47, Alexander Wuerstlein a ?crit :
>>> On 2017-05-12T12:07, mh at ow2.org <mh at ow2.org> wrote:
>>>> I'm using 7.2p2-4ubuntu2.1
>>>>
>>>> I have the same exact problem as described in the first