Hi everybody,
I try to use NFSV4 on NETAPP in a Linux (REDHAT6.X)+NIS environment.
I encounter owner/group mapping issues :
what is set on the netapp :
nfs.v4.acl.enable | off |
nfs.v4.enable | off |
nfs.v4.id.allow_numerics | off |
nfs.v4.id.domain | mydomain.com |
nis.domainname | nisdomain |
nis.enable | on |
nis.group_update.enable | on |
nis.group_update_schedule | 24 |
nis.netgroup.domain_search.enable on
nis.netgroup.legacy_nisdomain_search.enable on
nis.servers | myservers |
nis.slave.enable | off |
On the linux :
[root@linux_Redhat /]# dnsdomainname
mydomain.com
When i mount an NFS ressource on any linux system, only account stored in the /etc/passwd of the netapp are mapped.
All other NIS account are not mapped, and files appears as "nobody"...
Any idea ?