RE: group name problem

2004-10-01 Thread Jacob Kitzman
Great, I've corrected this by setting permissions on C:\ properly. Thanks for the advice! Jacob -Original Message- From: Pierre A. Humblet [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 2:31 PM To: Jacob Kitzman Cc: [EMAIL PROTECTED] Subject: Re: group name problem

Re: group name problem

2004-10-01 Thread Pierre A. Humblet
Jacob Kitzman wrote: > > Pierre, > > I noticed that the output differs between running just "id" and "strace -o > trace.txt id": > > [EMAIL PROTECTED] ~ > $ id > uid=1004(dnr) gid=1006(mkgroup) groups=1006(mkgroup) > > [EMAIL PROTECTED] ~ > $ strace -o trace.txt id > uid=400(dnr) gid=401(mkpa

RE: group name problem

2004-10-01 Thread Jacob Kitzman
swd) I've attached trace.txt. Thanks a lot for looking for this! Jacob -Original Message- From: Pierre A. Humblet [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 9:45 AM To: Jacob Kitzman Cc: [EMAIL PROTECTED] Subject: Re: group name problem Jacob Kitzman wrote: > &

Re: group name problem

2004-10-01 Thread Pierre A. Humblet
Jacob Kitzman wrote: > > Pierre A. Humblet ieee.org> writes: > > > > ... > > > > What are the permissions of /etc/group ? > > > > Pierre > > Permissions on /etc/group are: > > $ ls -l /etc/group > -rw-rw-r--1 Administ None 562 Sep 30 16:57 /etc/group > > I also tried the same p

Re: group name problem

2004-10-01 Thread Jacob Kitzman
Pierre A. Humblet ieee.org> writes: > ... > > What are the permissions of /etc/group ? > > Pierre > > Permissions on /etc/group are: $ ls -l /etc/group -rw-rw-r--1 Administ None 562 Sep 30 16:57 /etc/group I also tried the same permissions having changed group ownership to

Re: group name problem

2004-09-30 Thread Pierre A. Humblet
On Thu, Sep 30, 2004 at 10:16:46PM +, Jacob Kitzman wrote: > Hi, > > This cygwin stuff is pretty slick! I'm hitting one snag, though, as I am trying > to setup sshd for remote access by limited users. > > I've made a user "dnr" which is a member of the group "Limited SSHD users" (gid > 1006)