Kannappan M via FreeIPA-users wrote: > Hi Rob, > > i think i didnt make myself clear itseems > > server list > > 10.1.2.3 > 10.1.2.4 > 10.1.2.5 > 10.1.2.6 > > users list > sam > kim > alias > moore > > In the above users and servers list all the users are able to access > all the 2.3,2.4 and 2.5 but non of the users are able to touch any > files or folders in 10.1.2.6 > but after login to 10.1.2.6 > when i give the id sam or id kim or id alias or id moore all the ids > are reflecting > but non of the users not able to touch the files or folders
Permissions are managed by UID/GID and group membership. So see what the mode of the files/directories are and compare that to the UID/GID and groups of the user on *that* machine. It could be that groups aren't being resolved properly, for example. Or it's an NFS mount that didn't mount properly. Or many other things. This still lacks a fair bit of detail. rob _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
