Re: Cygwin and domain users...

2009-01-25 Thread garethrichardadams



Dave Korn-6 wrote:
 
 Larry Hall (Cygwin) wrote:
 
 It's best to just add the users and groups needed the passwd and group
 files.  This will allow Cygwin to work with these users as Windows sees
 them, which is really what you want.  If you just have the current user
 to add, try:

   mkpasswd -c /etc/passwd
   mkgroup -c /etc/passwd
 
 ... after correcting the obvious cut'n'pasto, of course :)
 
 cheers,
   DaveK
 
 --
 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/
 
 
 

Thanks all - that doesn't seem to bad.

Gareth
-- 
View this message in context: 
http://www.nabble.com/Cygwin-and-domain-users...-tp21622831p21649772.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
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/



Cygwin and domain users...

2009-01-23 Thread garethrichardadams

Hi all,

I've set up Cygwin on a portable usb drive and would like to use it on
different machines.

The problem is that one of the machines is a standalone, the other is a
domain machine. When I used it from the standalone it worked fine. When I
started it on the domain machine I got:

Your group is currently mkpasswd. This indicates that the /etc/passwd
files should be re-built...

What are the consequences of being in the mkpasswd group??

Is there anyway I can get Cygwin to run as a cygwin user - i.e. nothing to
do with the user that's currently logged into windows?

Thanks

Gareth
-- 
View this message in context: 
http://www.nabble.com/Cygwin-and-domain-users...-tp21622831p21622831.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
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/



Re: Cygwin and domain users...

2009-01-23 Thread Larry Hall (Cygwin)

garethrichardadams wrote:

Hi all,

I've set up Cygwin on a portable usb drive and would like to use it on
different machines.

The problem is that one of the machines is a standalone, the other is a
domain machine. When I used it from the standalone it worked fine. When I
started it on the domain machine I got:

Your group is currently mkpasswd. This indicates that the /etc/passwd
files should be re-built...

What are the consequences of being in the mkpasswd group??

Is there anyway I can get Cygwin to run as a cygwin user - i.e. nothing to
do with the user that's currently logged into windows?


It's best to just add the users and groups needed the passwd and group
files.  This will allow Cygwin to work with these users as Windows sees
them, which is really what you want.  If you just have the current user
to add, try:

  mkpasswd -c /etc/passwd
  mkgroup -c /etc/passwd

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
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/



Re: Cygwin and domain users...

2009-01-23 Thread Dave Korn
Larry Hall (Cygwin) wrote:

 It's best to just add the users and groups needed the passwd and group
 files.  This will allow Cygwin to work with these users as Windows sees
 them, which is really what you want.  If you just have the current user
 to add, try:

   mkpasswd -c /etc/passwd
   mkgroup -c /etc/passwd

... after correcting the obvious cut'n'pasto, of course :)

cheers,
  DaveK

--
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/