Displaying 1 result from an estimated 1 matches for "kubentu".
Did you mean:
dubuntu
2014 Aug 14
0
questions regarding nsswitch and the internal-sftp server and ChrootDirectory options
...am able to get around these issues with the following in nsswitch.conf:
passwd: files [UNAVAIL=return] nis dsplug
shadow: files nis
group: files [UNAVAIL=return] nis dsplug
This however has the negative effect of not resolving any UID/GID
information within the sftp session.
On a Kubentu 13.11 machine with OpenSSH_6.2p2 Ubuntu-6ubuntu0.1,
OpenSSL 1.0.1e 11 Feb 2013, this issue does not occur in a default
configuration.
An strace on that system shows that no calls past passwd/group files
are made and no attempt seems to be done to resolve any naming
information (including local pass...