search for: machine253

Displaying 19 results from an estimated 19 matches for "machine253".

2019 Feb 19
2
Computer Management - Share Security - No Read Access
...t; # group: root > user::rwx > group::r-x > other::r-x > > So what I am suggesting is that you use 'setfacl' to remove the > extended ACL's, it is the only thing I can see different between my > working system and your non-working system > > Rowland root at machine253:/server# setfacl -b /server/users root at machine253:/server# chmod 0770 /server/programs root at machine253:/server# ls -l total 20 drwxrwx--- 4 root domain admins 4096 Feb 17 19:13 programs root at machine253:/server# getfacl /server/programs getfacl: Removing leading '/' from...
2019 Feb 19
4
Computer Management - Share Security - No Read Access
...hat I may have dome something totally stupid due to lack of familiarity with Linux, Windows, etc settings/configurations. However ...... Following https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs ** Samba Extended ACL Support (CHECK - Expected result returned) root at machine253:/# smbd -b |grep HAVE_LIBACL HAVE_LIBACL ** Enable Extended ACL Support in the smb.conf file (CHECK - Specified lines are part of [global] section - Full smb.conf provided) [global] workgroup = INTERNAL security = ADS realm = INTERNAL.COMPANY.COM serve...
2019 Feb 19
3
Computer Management - Share Security - No Read Access
...gt;> settings/configurations. >> >> However ...... >> >> Following >> https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs >> >> ** Samba Extended ACL Support >> (CHECK - Expected result returned) >> >> root at machine253:/# smbd -b |grep HAVE_LIBACL >> HAVE_LIBACL >> >> ** Enable Extended ACL Support in the smb.conf file >> (CHECK - Specified lines are part of [global] section - Full >> smb.conf provided) >> >> [global] >> workgroup = INTERNAL >&...
2019 Feb 19
2
Computer Management - Share Security - No Read Access
...> Marco Shmerykowsky <marco at sce-engineers.com> wrote: > >> >> >> # user administrator workaround >> >> username map = /etc/samba/user.map >> > >> > Just to check, what is in the user.map ? >> >> root at machine253:/etc/samba# cat user.map >> !root = INTERNAL\Administrator INTERNAL\administrator Administrator >> administrator > > That should work. > >> > >> > If you run 'getent group Domain\ Admins', do you get 'Administrator' >> > listed as a...
2019 Feb 19
8
Computer Management - Share Security - No Read Access
...t; > >> > So what I am suggesting is that you use 'setfacl' to remove the >> > extended ACL's, it is the only thing I can see different between my >> > working system and your non-working system >> > >> > Rowland >> >> root at machine253:/server# setfacl -b /server/users >> >> root at machine253:/server# chmod 0770 /server/programs >> root at machine253:/server# ls -l >> total 20 >> drwxrwx--- 4 root domain admins 4096 Feb 17 19:13 programs >> >> >> root at machine253:/ser...
2019 Feb 19
3
Computer Management - Share Security - No Read Access
...the > >> >> > extended ACL's, it is the only thing I can see > different between > >> >> > my working system and your non-working system > >> >> > > >> >> > Rowland > >> >> > >> >> root at machine253:/server# setfacl -b /server/users > >> >> > >> >> root at machine253:/server# chmod 0770 /server/programs > >> >> root at machine253:/server# ls -l > >> >> total 20 > >> >> drwxrwx--- 4 root domain admins 4096 Feb 1...
2019 Feb 19
0
Computer Management - Share Security - No Read Access
...-x > > other::r-x > > > > So what I am suggesting is that you use 'setfacl' to remove the > > extended ACL's, it is the only thing I can see different between my > > working system and your non-working system > > > > Rowland > > root at machine253:/server# setfacl -b /server/users > > root at machine253:/server# chmod 0770 /server/programs > root at machine253:/server# ls -l > total 20 > drwxrwx--- 4 root domain admins 4096 Feb 17 19:13 programs > > > root at machine253:/server# getfacl /server/programs &g...
2019 Feb 19
0
Computer Management - Share Security - No Read Access
...I am suggesting is that you use 'setfacl' to remove the > >> > extended ACL's, it is the only thing I can see different between > >> > my working system and your non-working system > >> > > >> > Rowland > >> > >> root at machine253:/server# setfacl -b /server/users > >> > >> root at machine253:/server# chmod 0770 /server/programs > >> root at machine253:/server# ls -l > >> total 20 > >> drwxrwx--- 4 root domain admins 4096 Feb 17 19:13 programs > >> > >&gt...
2019 Feb 19
0
Computer Management - Share Security - No Read Access
...k of familiarity with Linux, Windows, etc > settings/configurations. > > However ...... > > Following > https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs > > ** Samba Extended ACL Support > (CHECK - Expected result returned) > > root at machine253:/# smbd -b |grep HAVE_LIBACL > HAVE_LIBACL > > ** Enable Extended ACL Support in the smb.conf file > (CHECK - Specified lines are part of [global] section - Full > smb.conf provided) > > [global] > workgroup = INTERNAL > security = ADS >...
2019 Feb 19
0
Computer Management - Share Security - No Read Access
...> > extended ACL's, it is the only thing I can see >> different between >> >> >> > my working system and your non-working system >> >> >> > >> >> >> > Rowland >> >> >> >> >> >> root at machine253:/server# setfacl -b /server/users >> >> >> >> >> >> root at machine253:/server# chmod 0770 /server/programs >> >> >> root at machine253:/server# ls -l >> >> >> total 20 >> >> >> drwxrwx--- 4 root doma...
2019 Feb 19
0
Computer Management - Share Security - No Read Access
On Tue, 19 Feb 2019 14:44:05 -0500 Marco Shmerykowsky <marco at sce-engineers.com> wrote: > > >> # user administrator workaround > >> username map = /etc/samba/user.map > > > > Just to check, what is in the user.map ? > > root at machine253:/etc/samba# cat user.map > !root = INTERNAL\Administrator INTERNAL\administrator Administrator > administrator That should work. > > > > If you run 'getent group Domain\ Admins', do you get 'Administrator' > > listed as a group member e.g. > > >...
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
2019 Feb 19
0
Computer Management - Share Security - No Read Access
...e-engineers.com> wrote: > > > >> > >> >> # user administrator workaround > >> >> username map = /etc/samba/user.map > >> > > >> > Just to check, what is in the user.map ? > >> > >> root at machine253:/etc/samba# cat user.map > >> !root = INTERNAL\Administrator INTERNAL\administrator Administrator > >> administrator > > > > That should work. > > > >> > > >> > If you run 'getent group Domain\ Admins', do you get > >> &...
2019 Feb 19
0
Computer Management - Share Security - No Read Access
...gt; > 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/Shares menu > > Right click properties of "programs" share > > Share permissions assigned to INTERNAL\programs > (INTERNAL\Programs is a group created which includes > users which are allowed to have acce...
2019 Feb 21
0
Computer Management - Share Security - No Read Access
...tch 0770 8) Restore (un-comment) share definition in smb.conf -> [share-files] -> path = /server/share-files -> read only = no 9) smbcontrol all reload-config 10) restart smbd 11) Go into "Computer Management" on windows & get to "Shares" on machine253 Here is what I find odd. The "Share permissions" tab lists one of the groups I previously defined. It is not a windows "built-in" group. I created it using samba-tool on the AD. If I removed the share and then recreated it, I would expect a 'default' listing of grou...
2019 Feb 21
2
Computer Management - Share Security - No Read Access
...-> path = /server/share-files > -> read only = no > 9) smbcontrol all reload-config > 10) restart smbd If you do '9', you don't need to do '10' > 11) Go into "Computer Management" on windows & get to > "Shares" on machine253 > > Here is what I find odd. The "Share permissions" tab lists > one of the groups I previously defined. It is not a windows > "built-in" group. I created it using samba-tool on the AD. Ignore the 'shares' tab, just use the 'security' tab, for wh...
2019 Feb 21
0
Computer Management - Share Security - No Read Access
...all reload-config >> 10) restart smbd > > If you do '9', you don't need to do '10' Expect both would achieve same. Figured it wouldn't hurt. > >> 11) Go into "Computer Management" on windows & get to >> "Shares" on machine253 >> >> Here is what I find odd. The "Share permissions" tab lists >> one of the groups I previously defined. It is not a windows >> "built-in" group. I created it using samba-tool on the AD. > > Ignore the 'shares' tab, just use the '...
2019 Feb 21
7
Computer Management - Share Security - No Read Access
...'10' > > Expect both would achieve same. Figured it wouldn't hurt. Well yes, it doesn't hurt, you just don't need to do both ;-) > > > > >> 11) Go into "Computer Management" on windows & get to > >> "Shares" on machine253 > >> > >> Here is what I find odd. The "Share permissions" tab lists > >> one of the groups I previously defined. It is not a windows > >> "built-in" group. I created it using samba-tool on the AD. > > > > Ignore the 'shar...
2019 Feb 21
0
Computer Management - Share Security - No Read Access
...t both would achieve same. Figured it wouldn't hurt. > > Well yes, it doesn't hurt, you just don't need to do both ;-) > >> >> > >> >> 11) Go into "Computer Management" on windows & get to >> >> "Shares" on machine253 >> >> >> >> Here is what I find odd. The "Share permissions" tab lists >> >> one of the groups I previously defined. It is not a windows >> >> "built-in" group. I created it using samba-tool on the AD. >> > >> &gt...