Re: messed up user permissions from w2k terminal session

2003-10-06 Thread James D Below
Hi Pierre, I forgot to clarify the user account differences. Ignore my first post regarding the Administrators group. I thought I had put my id in the admin group but I must have hit cancel because when I checked today it wasn't there. If the user account is in an admin group (Domain admins or

Re: messed up user permissions from w2k terminal session

2003-10-06 Thread James D Below
If I knew installing a snopshot was so convenient and easy, I would have done it prior to sending out my previous response. I installed the cygwin-inst-20031002.tar.bz2 but the error still occurs. Here is how I reproduce the error: I launch my rdp Terminal Server Client, connect to server, log i

Re: messed up user permissions from w2k terminal session

2003-10-06 Thread James D Below
/2003 -0400, Igor Pechtchanski wrote: On Fri, 3 Oct 2003, James D Below wrote: > HI everyone, > > I'm not sure how I did it but I messed up my user permissions or local > policy settings. Now whenever I run any cygwin app (bash.exe, wc.exe, > rxvt.exe) from a w2k terminal

messed up user permissions from w2k terminal session

2003-10-03 Thread James D Below
HI everyone, I'm not sure how I did it but I messed up my user permissions or local policy settings. Now whenever I run any cygwin app (bash.exe, wc.exe, rxvt.exe) from a w2k terminal session and logged in as a user, I see the following error: CreateFileMapping, Win32 error 5. Terminat

multi-user security

2003-03-07 Thread James D Below
Hi Everyone. I was looking into Cygwin's multi-user capabilities with regards to security, separate memory space, separate user context sessions. I see that remote Cygwin sessions run in a shared memory space along with the console. (If I interpreted the FAQ correctly.) Is it possible to confi

unique ssh user environments

2003-03-05 Thread James D Below
Hi Everyone. I have configured sshd on my server and it appears to work well. The problem I am having is that if multiple users login via ssh, they both are running in the same "user space". Sshd is running under a privileged user account instead of SYSTEM. Here is an example: user "A" logs in

remote cygwin/sshd multiuser conflict with console login

2003-03-04 Thread James D Below
Hi Everyone. I am in the process of setting up remote access to our W2K server(terminal services enabled) via ssh. I have sshd up and running and users can login remotely to the server. Sshd is also running under an account with network access (not SYSTEM) The problem is that if a user is logg

Re: /etc/group not being read

2002-11-05 Thread James D Below
After seeing permissions and ownerships not updating properly. I stopped the sshd service and started it back up. After that, the group permissions were correctly being assigned. Should I have had to restart the ssh service? When does cywin read /etc/group and /etc/passwd. I was imagining it to

Re: /etc/group not being read

2002-11-05 Thread James D Below
ue, Nov 05, 2002 at 11:19:47AM -0500, James D Below wrote: > Hi All, > > I am having a problem with my /etc/group file not being read when logging > in with ssh. I am running w2k sp3, using ntsec. > > I ran mkgroup -d -o 0 -u > /etc/group to create the group file > and mkpass

/etc/group not being read

2002-11-05 Thread James D Below
Hi All, I am having a problem with my /etc/group file not being read when logging in with ssh. I am running w2k sp3, using ntsec. I ran mkgroup -d -o 0 -u > /etc/group to create the group file and mkpasswd -d -o 0 > /etc/passwd I am trying to use a global group "ncp" as my primary group, but th