X-Spam-Check-By: sourceware.org Date: Fri, 21 Apr 2006 01:15:55 -0400 (EDT) From: Igor Peshansky Reply-To: cygwin AT cygwin DOT com To: Steve Kelem cc: cygwin AT cygwin DOT com Subject: Re: useradd & user ids In-Reply-To: <44481791.6000902@elementcxi.com> Message-ID: References: <4447CD75 DOT 9030505 AT elementcxi DOT com> <44481791 DOT 6000902 AT elementcxi DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Thu, 20 Apr 2006, Steve Kelem wrote: > Igor Peshansky said the following on 4/20/2006 12:24 PM: > > On Thu, 20 Apr 2006, Steve Kelem wrote: > > > > > How do I set my user & group id to a specific value? I would like > > > it to match the uid & gid assigned by Linux on our main server. If > > > my local settings match the main server's, then ssh works more > > > smoothly. > > > > Do you mean the name or the numeric value? In either case, just edit > > /etc/passwd and /etc/group on Cygwin -- the SID is the only value that > > really matters as far as Windows is concerned. All the rest is up to > > you. > > Actually, I meant "how do I do it so that I don't have to edit > /etc/{passwd,group} manually each time I add a user to XP?" Is there a > way to specify the mapping to uid/gid numbers so that I get the same > passwd file automatically? If not, I guess I could write a script. I'm confused: a mapping from what to what? The SIDs will be different on every Windows machine -- Windows assigns them, and Cygwin has not control over that. If you simply want to say "I'd like to add a user with a given numeric UID", there is currently no way of doing this on Cygwin. Besides, the default mapping is to take the last 4 digits of the SID for the UID for local users, and 10000 + the last 4 digits of the SID for domain users, so every time you regenerate your /etc/passwd with /bin/mkpasswd, your custom UIDs will be lost. There's no way to specify a custom SID to UID mapping, though it may be possible to patch mkpasswd (and mkgroup) to have such an option... Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu | igor AT watson DOT ibm DOT com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/