Re: adduser script for cygwin and NT/2000/XP

2003-01-06 Thread Pierre A. Humblet
On Mon, Jan 06, 2003 at 05:05:51PM -0800, Jon Clegg wrote: > I have created a adduser script for NT/2000/XP, it?s > mkpasswd -l > /etc/passwd > net stop sshd > net start sshd Have you observed that it's necessary to restart sshd? If so, it's a bug. Pierre -- Unsubscri

adduser script for cygwin and NT/2000/XP

2003-01-06 Thread Jon Clegg
Hello, I have created a adduser script for NT/2000/XP, itÂ’s not general purpose as it assumes you are running a ssh server, however it shows that is is necessary to restart sshd once a user is added; This is not obvious, and has taken me a while to figure that out myself. I am posting this basic