Re: Fix for ssh-user-config /etc/passwd parsing

2015-01-08 Thread Corinna Vinschen
On Jan 5 09:12, Andrey Repin wrote: > Greetings, All! > > Replace line 79 with > > pwdhome=$(getent passwd ${uid} | cut -sd : -f 6 ) > > The error messages in the next few lines should probably be updated as well. > Something along the lines of > > 83: "Unable to determine user's home d

Fix for ssh-user-config /etc/passwd parsing

2015-01-04 Thread Andrey Repin
Greetings, All! Replace line 79 with pwdhome=$(getent passwd ${uid} | cut -sd : -f 6 ) The error messages in the next few lines should probably be updated as well. Something along the lines of 83: "Unable to determine user's home directory from system settings." \ 90: "${pwdhome} i