I found a folder whose ls -ld output goes like this
drwxr-x--- 14 root somegroup 12K Jan 13 20:10 somefolder
I dont belong to the group somegroup as found from the groups command. Rules say that i shouldn't be able to access any of the subfolders of this group, if i am not root and if i am not in somegroup. But somehow i can freely cd into that folder, and access all the subfolders inside the directory.
Is there a parallel mechanism through which access is managed in Unix ? Is there a way to check it ? Some comments in the link seems to suggest services like LDAP can do that. I have heard LDAP somewhere in my work context. But i am unable to figure out head from tail, searching online about this.