Displaying 4 results from an estimated 4 matches for "sharelocalpath".
2017 Sep 19
3
Can't set SeDiskOperatorPrivilege to Domain Admins. (NT_STATUS_NO_SUCH_USER) Error.
...I've just read you howto, and its a very good start point.
You may have to correct a few small things there, but imo pretty good yes.
This :
> chown root."domain admins" /SHAREPATH
Is/should not needed.
setacl -m g:"domain admins":rwx,g:"domain users":rx /SHARELOCALPATH
^^^^^^ you did mean setfacl ?
But same, yes it works, and better then above, but you may get other problems later on.
For example, can you test the following. ( login as domain admin on a domain joined pc )
Start regedit, now can you connect to remote registry with regedit to a server.
( from...
2017 Sep 19
0
Can't set SeDiskOperatorPrivilege to Domain Admins. (NT_STATUS_NO_SUCH_USER) Error.
..., and its a very good start point.
> You may have to correct a few small things there, but imo pretty good yes.
>
> This :
> > chown root."domain admins" /SHAREPATH
> Is/should not needed.
>
> setacl -m g:"domain admins":rwx,g:"domain users":rx /SHARELOCALPATH
> ^^^^^^ you did mean setfacl ?
> But same, yes it works, and better then above, but you may get other
> problems later on.
>
> For example, can you test the following. ( login as domain admin on a
> domain joined pc )
> Start regedit, now can you connect to remote registry wit...
2017 Sep 19
0
Can't set SeDiskOperatorPrivilege to Domain Admins. (NT_STATUS_NO_SUCH_USER) Error.
...erties?
I set up mine the following way:
smb.conf allows domain admins and domain users full RWX access to share
(actual access controlled via ACLs)
share perms on linux box
chown root."domain admins" /SHAREPATH
setacl -m g:"domain admins":rwx,g:"domain users":rx /SHARELOCALPATH
I then assigned perms and ownership of folders via Windows.
See my blog - http://monklinux.blogspot.com/2017/09/how-to-samba-4-file-
server-as-member.html for how I set it up.
On 19 September 2017 at 00:31, Jamie McParland via samba <
samba at lists.samba.org> wrote:
>
> “Of co...
2017 Sep 19
3
Can't set SeDiskOperatorPrivilege to Domain Admins. (NT_STATUS_NO_SUCH_USER) Error.
...> You may have to correct a few small things there, but imo pretty good
> yes.
> >
> > This :
> > > chown root."domain admins" /SHAREPATH
> > Is/should not needed.
> >
> > setacl -m g:"domain admins":rwx,g:"domain users":rx /SHARELOCALPATH
> > ^^^^^^ you did mean setfacl ?
> > But same, yes it works, and better then above, but you may get other
> > problems later on.
> >
> > For example, can you test the following. ( login as domain admin on a
> > domain joined pc )
> > Start regedit, now can...