Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <20040125081136.89279.qmail@web14205.mail.yahoo.com> Date: Sun, 25 Jan 2004 00:11:36 -0800 (PST) From: "Ling F. Zhang" Reply-To: lingfengz AT yahoo DOT com Subject: Re: domain and user localname conflict To: cygwin AT cygwin DOT com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi: Yes, I kind of did that already actually, I added a "_AD" to all my account username. However this is what I am getting when I open cygwin: /usr/share/texmf/web2c/texmf.cnf: Permission denied /usr/share/texmf/web2c/texmf.cnf: Permission denied /usr/share/texmf/web2c/texmf.cnf: Permission denied /usr/share/texmf/ls-R: Permission denied user1_AD AT laptop ~ $ This is the permission issue that's bugging me... Thank you. --- Igor Pechtchanski wrote: > On Sat, 24 Jan 2004, Ling F. Zhang wrote: > > > I did the following after I install cygwin in my > laptop (WINXP PRO), > > which has both local account and domain account > with the same username > > (for example, both have user "admin"). Looks like > if I log into Windows > > locally and then use cygwin, everything is fine. > When I log into domain > > however, I can't do anything because I don't have > permission to do > > anything. > > > > yes, I already ran: > > mkpasswd -d -l > /etc/passwd > > mkgroup -d -l > /etc/group > > > > Any idea? > > Ling, > > If you have two accounts with the same name in > /etc/passwd, only the first > one is found when looking up by name. The way it is > invoked from the > standard scripts (and the way you ran it), > "mkpasswd" will put the local > accounts first, so, if you try to log in through, > say, ssh into the local > machine with the "admin" account (as in your > example), Cygwin will find > the local "admin" first, and check the password > accordingly. > > Fortunately, there is a solution. Cygwin account > names (those in > /etc/passwd) don't have to correspond to Windows > account names, as long as > the SID (the long string of numbers and digits > starting with "S-") > matches. So, you have two solutions: either move > the local "admin" line > down past the domain "admin" one (which will > effectively "hide" it from > look-ups by name) or rename it to something else > (say, "local_admin") if > you want to access it too. > Igor > -- > http://cs.nyu.edu/~pechtcha/ > |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu > ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com > |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, > Ph.D. > '---''(_/--' `-'\_) fL a.k.a > JaguaR-R-R-r-r-r-.-.-. Meow! > > "I have since come to realize that being between > your mentor and his route > to the bathroom is a major career booster." -- > Patrick Naughton __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ -- 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/