Displaying 10 results from an estimated 10 matches for "sce253".
2019 Feb 21
7
Computer Management - Share Security - No Read Access
On Thu, 21 Feb 2019 11:12:05 -0500
Marco Shmerykowsky <marco at sce-engineers.com> wrote:
>
> On 2019-02-21 10:57 am, Rowland Penny via samba wrote:
> > On Thu, 21 Feb 2019 10:39:47 -0500
> > Marco Shmerykowsky <marco at sce-engineers.com> wrote:
> >
> >>
> >> On 2019-02-20 7:12 am, Rowland Penny wrote:
> >> > On Wed, 20 Feb
2019 Feb 21
0
Computer Management - Share Security - No Read Access
...t you, it should work, but it looks like
> you are not following it fully, I never mentioned the 'Share
> Permissions' tab.
The "Share Permissions" was on the wiki.
With respect to your document, I'm following it to the letter.
Can't see anything I missed:
root at sce253:/# service smbd stop
root at sce253:/# rmdir /server/share-files
root at sce253:/# rmdir /server/users
root at sce253:/# cd ..
root at sce253:/# rmdir server
root at sce253:/# mkdir -p /server/share-files
root at sce253:/# mkdir -p /server/users
root at sce253:/# chown root:"Domain Admins"...
2019 Feb 19
4
Computer Management - Share Security - No Read Access
...as expected)
root at machine253:/# net rpc rights list privileges
SeDiskOperatorPrivilege -U "INTERNAL\administrator"
Enter INTERNAL\administrator's password:
SeDiskOperatorPrivilege:
BUILTIN\Administrators
INTERNAL\Domain Admins
** Create Share & Set permissions
root at sce253:/# ls -la /server
drwxrwx---+ 4 root domain admins 4096 Feb 17 19:13 programs
** Login to Windows10 client with INTERNAL\administrator
and launch Server Manager -> Computer Manager
Action/Connect to another Computer -> Machine253
Open System Tools/Shared Folders/Share...
2019 Feb 19
3
Computer Management - Share Security - No Read Access
...strator'
> listed as a group member e.g.
>
> domain_admins:x:10512:administrator,rowland,.........
root at machine253:/etc/samba# getent group Domain\ Admins
domain admins:x:10512:administrator
>
>>
>> ** Create Share & Set permissions
>>
>> root at sce253:/# ls -la /server
>> drwxrwx---+ 4 root domain admins 4096 Feb 17 19:13 programs
>
> Something seems to have happened, note the '+' sign at the end of the
> Unix permissions, what does 'getfacl /server' show ?
root at machine253:/etc/samba# getfacl /server...
2019 Feb 19
2
Computer Management - Share Security - No Read Access
...#39;INTERNAL\Administrator'
> it should work, but if you are using another Domain user, add that user
> to the 'Domain Admins' group.
>
>>
>> >
>> >>
>> >> ** Create Share & Set permissions
>> >>
>> >> root at sce253:/# ls -la /server
>> >> drwxrwx---+ 4 root domain admins 4096 Feb 17 19:13
>> >> programs
>> >
>> > Something seems to have happened, note the '+' sign at the end of
>> > the Unix permissions, what does 'getfacl /server' s...
2019 Feb 19
0
Computer Management - Share Security - No Read Access
On Tue, 2019-02-19 at 13:26 -0500, Marco Shmerykowsky via samba wrote:
>
> root at sce253:/# ls -la /server
> drwxrwx---+ 4 root domain admins 4096 Feb 17 19:13 programs
>
> ** Login to Windows10 client with INTERNAL\administrator
> and launch Server Manager -> Computer Manager
>
> Action/Connect to another Computer -> Machine253
>
>...
2019 Feb 19
0
Computer Management - Share Security - No Read Access
...logged into the Windows machine as 'INTERNAL\Administrator'
it should work, but if you are using another Domain user, add that user
to the 'Domain Admins' group.
>
> >
> >>
> >> ** Create Share & Set permissions
> >>
> >> root at sce253:/# ls -la /server
> >> drwxrwx---+ 4 root domain admins 4096 Feb 17 19:13
> >> programs
> >
> > Something seems to have happened, note the '+' sign at the end of
> > the Unix permissions, what does 'getfacl /server' show ?
>
> ro...
2019 Feb 19
0
Computer Management - Share Security - No Read Access
...should work, but if you are using
> > another Domain user, add that user to the 'Domain Admins' group.
> >
> >>
> >> >
> >> >>
> >> >> ** Create Share & Set permissions
> >> >>
> >> >> root at sce253:/# ls -la /server
> >> >> drwxrwx---+ 4 root domain admins 4096 Feb 17 19:13
> >> >> programs
> >> >
> >> > Something seems to have happened, note the '+' sign at the end of
> >> > the Unix permissions, what does ...
2019 Feb 19
0
Computer Management - Share Security - No Read Access
...t; BUILTIN\Administrators
> INTERNAL\Domain Admins
If you run 'getent group Domain\ Admins', do you get 'Administrator'
listed as a group member e.g.
domain_admins:x:10512:administrator,rowland,.........
>
> ** Create Share & Set permissions
>
> root at sce253:/# ls -la /server
> drwxrwx---+ 4 root domain admins 4096 Feb 17 19:13 programs
Something seems to have happened, note the '+' sign at the end of the
Unix permissions, what does 'getfacl /server' show ?
>
> ** Login to Windows10 client with INTERNAL\administrat...
2019 Feb 18
2
Computer Management - Share Security - No Read Access
Perhaps I missed a permission change on the shared directory?
It's supposed to be set to 0770, correct? I created the
directory from root - can't recall what the permissions
where or if I chmod'd it.
Would a goof on that result in the inability to set permissions
when using the windows administrator account. Basically the
behavior I'm seeing?
On 2019-02-18 3:36 am, Viktor