public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: CVS permissions problem with network drive
@ 2000-12-19 17:38 Andrew Dalgleish
  0 siblings, 0 replies; 27+ messages in thread
From: Andrew Dalgleish @ 2000-12-19 17:38 UTC (permalink / raw)
  To: cygwin

> -----Original Message-----
> From: Corinna Vinschen [ mailto:cygwin@cygwin.com ]
> Sent: Wednesday, 20 December 2000 06:47
> To: cygwin@cygwin.com
> Subject: Re: CVS permissions problem with network drive

> That's a point. Nevertheless I will check in the global [no]smbntsec
> option solution now. It's simple enough so that a later enhancement
> using a mount option isn't hard at all.

On WinNT, Win2k you can test if the user is logged into a domain by
checking the environment.
I expect I will probably add something like this to my startup batch
file.
if "%COMPUTERNAME%"=="%USERDOMAIN%" set CYGWIN=%CYGWIN% [no]smbntsec

I normally do use a domain, but occasionally I do refer to non-domain
mounts.
It is rare enough that I don't think permissions would be an issue for
me,
but a mount option sounds nice.

Regards,
Andrew Dalgleish

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: CVS permissions problem with network drive
@ 2000-12-19  6:12 Earnie Boyd
  2000-12-19  8:07 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 1 reply; 27+ messages in thread
From: Earnie Boyd @ 2000-12-19  6:12 UTC (permalink / raw)
  To: Corinna Vinschen

--- Corinna Vinschen <cygwin@cygwin.com> wrote:
> On Tuesday 19 December 2000 03:42, Christopher Faylor wrote:
> > On Tue, Dec 19, 2000 at 03:08:45PM +1300, Robert Collins wrote:
> > >----- Original Message -----
> > >From: "Charles S. Wilson" <cwilson@ece.gatech.edu>
> > >To: "Corinna Vinschen" <cygwin@cygwin.com>
> > >
> > >> Corinna Vinschen wrote:
> > >>
> > >>
> > >> Sounds reasonable to me.  CYGWIN=smbfakeperm ?  CYGWIN=nodomain ?
> > >
> > >CYGWIN=SMBisBroken ?
> >
> > CYGWIN=ilikepie ?
> >
> > Nah.  Too much of a possibility of misinterpretation.
> 
> I know, this is somewhat dry but I have decided to use [no]smbntsec.
> 

How about [no]ntsec=smb.  I would then do `CYGWIN=ntsec nontsec=smb'.  This
makes more sense to me.

> What I'm curious about is what do you think should be the default?
> Personally I would prefer to have smbntsec off by default but to
> have it on by default would match the current behaviour.
> 
> Opinions?
> 

On by default would be less confusing.

Cheers,

=====
Earnie Boyd
mailto:earnie_boyd@yahoo.com

---         < http://earniesystems.safeshopper.com >         ---
--- Cygwin: POSIX on Windows < http://gw32.freeyellow.com/ > ---
---   Minimalist GNU for Windows < http://www.mingw.org/ >   ---

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 27+ messages in thread
* CVS permissions problem with network drive
@ 2000-12-08 14:52 Michael Bresnahan
  2000-12-08 16:46 ` Charles S. Wilson
  0 siblings, 1 reply; 27+ messages in thread
From: Michael Bresnahan @ 2000-12-08 14:52 UTC (permalink / raw)
  To: cygwin

I am having a permissions problem with CVS when the repository is on a
network drive.  I recieve the following diagnostics:

bash-2.04$ /usr/bin/cvs.exe co OrderStatus
cvs.exe [checkout aborted]: /g/xapp/users/uscpw084/cvsroot/CVSROOT:
Permission denied

I'm fairly sure I have the security setup correctly, because the direct
NT port of CVS does not have a problem accessing the repository.

The repository is on a HPUX 11 box and is mounted onto the G: drive of
NT box via the "Map network drive" feature of NT Explorer.  The G: drive
is then mounted inside cygwin as /g.

I am using:
    cvs 1.11
    NT 4.0sp4

Any help would be greatly apprieciated.

Mike Bresnahan



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2000-12-19 17:38 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <OF4452111B.B0F21FC3-ON862569B2.00610F4F@mmm.com>
2000-12-12 12:25 ` CVS permissions problem with network drive Charles Wilson
2000-12-13  2:30   ` Corinna Vinschen
2000-12-13 10:49     ` Charles Wilson
2000-12-13 14:36       ` Corinna Vinschen
2000-12-13 23:02         ` Charles Wilson
2000-12-14  3:12           ` Corinna Vinschen
2000-12-14  9:23             ` Charles S. Wilson
2000-12-16  8:03               ` Corinna Vinschen
2000-12-16 23:08                 ` Charles S. Wilson
2000-12-17  0:16                   ` Charles S. Wilson
2000-12-17  3:46                     ` Corinna Vinschen
2000-12-17 11:45                       ` Charles S. Wilson
2000-12-17 13:19                         ` Corinna Vinschen
2000-12-18 18:13                           ` Charles S. Wilson
2000-12-18 18:15                             ` Robert Collins
2000-12-18 18:42                               ` Christopher Faylor
2000-12-19  4:52                                 ` Corinna Vinschen
2000-12-19  8:11                                   ` Christopher Faylor
2000-12-19  8:47                                     ` Charles S. Wilson
2000-12-19  9:28                                       ` Christopher Faylor
2000-12-19 11:47                                         ` Corinna Vinschen
2000-12-19 17:38 Andrew Dalgleish
  -- strict thread matches above, loose matches on Subject: below --
2000-12-19  6:12 Earnie Boyd
2000-12-19  8:07 ` Larry Hall (RFK Partners, Inc)
2000-12-19 11:44   ` Corinna Vinschen
2000-12-08 14:52 Michael Bresnahan
2000-12-08 16:46 ` Charles S. Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).