NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Network and Storage Protocols

How does Unix Mode permissions map to Windows Users in CIFS

cr_emilio
4,885 Views

Hi all,

I am trying to find out how netapp Unix Mode permissions apply to windows users. Apparently users are mapped by name and the user bits are applied. But what about groups? Can they be applied to limit user's access?

Thanks in advance.

2 REPLIES 2

cr_emilio
4,885 Views

Answering to myself it appears it applies to the groups too. But that groups have to be provisioned in the /etc/group file in netapp it doesn't map them from windows user groups in anyway. Am I correct?

Regards.

aborzenkov
4,885 Views

Windows user is mapped to Unix user and then file access is checked using standard Unix rules. That also answers your second question about groups – at the time permissions are checked NetApp is not even aware that was a Windows user. Group membership is determined using /etc/group, NIS or LDAP, whatever is configured.

You can check tr3490 for overview of multiprotocol access rules.

Public