User Group Different

Gtrz

Cadet
Joined
Jul 27, 2020
Messages
3
Hi i have problem with user access on SMB
i got some user missing from their group
if i check through the GUI
group.JPG


i found it different when i cat /etc/groups


Code:
INKLARING:*:1000:zaki,novi,kevin,gtrz3107,filia,drahayu


is there some step i missed or something wrong ?
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
/etc/groups only lists accounts for which the group is a secondary group. For the other accounts, see if INKLARING is their primary group: i.e., in their corresponding line in /etc/passwd, does the 2nd number match 1000?
 

Gtrz

Cadet
Joined
Jul 27, 2020
Messages
3
/etc/groups only lists accounts for which the group is a secondary group. For the other accounts, see if INKLARING is their primary group: i.e., in their corresponding line in /etc/passwd, does the 2nd number match 1000?

thx . i have checked as your suggestion and they are already there.

another problem is

when i give access from ACL Gui to group INKLARING with full access permission and "INHERIT" , and why the member of the group of INKLARING can not access to its child folder .. and somehow i gave permission to the specific user on the ACL "full access, inherrit, " he still cannot access to the child folders ..
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
If you're running 11.3-U4, this is a known bug where it doesn't apply recursive ACLs. This is supposed to be fixed shortly in U4.1.
 
Top