Re: Share removal problem
From: Roger Abell [MVP] (mvpNoSpam_at_asu.edu)
Date: 07/10/03
- Next message: Gabriel Paquin: "Can we change the time it takes to lock the workstation?"
- Previous message: Roger Abell [MVP]: "Re: Windows 2000 Pro workstation locks automatically"
- In reply to: Edwin: "Share removal problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 10 Jul 2003 05:32:55 -0700
The User Right to Create permanent shared resources
is not related to MS networking shares. It is for such
global objects as shared semiphores, mutants, etc.
Plain Users memers do not have the rights to add and
remove filesystem shares. This right is not a function of
the ACLs on the shares and/or the underlying NTFS struct.
"Edwin" <Edwin.Eekelaers@dhl.com> wrote in message
news:047501c346d0$89524d00$a001280a@phx.gbl...
> Hi,
> i've got a problem where i'm having a user try to remove a
> share from a directory by using the following batch
> sequence. (The OS i'm referring to W2K server )
>
> for /f %%i in ('type c:\temp\usermgmt\rmvusers.txt')
> c:\temp\usermgmt\rmtshare \\server\%%i$ /delete
>
> Now, when i run this sequence myself ( as being a domain
> admin and subsequently local admin on that server )
> all runs fine.
>
> Now when the user ( having only full controll on the
> share & the directory to which the share is attached )
> he/she gets the following bit of error code.
>
> The command failed: 5
>
> Besides the full rights on the actual share and dir
> the user has full rights on the upperlying share and
> list on the directory to which this upper share is
> attached.
>
> Above that the user has no rights whatsoever.
>
> Now I've been discussing this with a colleague
> and he suggested to give the user the following
> privilege ( SetCreatePermanentPrivilege ).
> Why you may ask. Well when the directory is initially
> created 'System' creates the share automatically
> since the server is actually a Microsoft Cluster Server
> and the 'share & hide subdirectories' option has been
> activated on the parent shared resource.
>
> Does anyone know where i can find a bit of information
> on this advanced privilege and has anyone already
> encountered this situation? Any help is greatly
> appreciated.
>
> Thanks,
> Edwin
- Next message: Gabriel Paquin: "Can we change the time it takes to lock the workstation?"
- Previous message: Roger Abell [MVP]: "Re: Windows 2000 Pro workstation locks automatically"
- In reply to: Edwin: "Share removal problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|