Re: script for cygwin

2007-03-17 Thread Ray Tayek
At 06:51 AM 3/17/2007, you wrote: Hi. . Redirected to the appropriate list. found it. it's in: util-linux thanks On Fri, 16 Mar 2007, Ray Tayek wrote: > hi, looking for this. saw your post on the cygwin list. can you tell me > what package or group this

Re: script for cygwin

2007-03-17 Thread Igor Peshansky
Hi. . Redirected to the appropriate list. On Fri, 16 Mar 2007, Ray Tayek wrote: > hi, looking for this. saw your post on the cygwin list. can you tell me > what package or group this is in? See the FAQ:

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