Hi,
I get one server exporting /home via nfs with Mandriva 2011 and authenticating via LDAP . See /etc/exports:
/home lab*(root_squash,sync,secure,subtree_check,rw)
The server are running nfs-server and rpc.idmapd.
In the client side, I have Mageia 3 and I can mount /home. See /etc/fstab:
server:/home /home nfs4 exec,dev,suid,rw,bg 0 0
The client are running rpc.idmap also
But If I run ls -la in one directory on the nfs partition, I get 4294967294 as ownership (the group is OK):
drwxr-xr-x 27 4294967294 alunos 4096 Mai 22 18:04 ysan
drwxr-xr-x 22 4294967294 alunos 4096 Mai 22 15:57 ysio/
drwxr-xr-x 22 4294967294 alunos 4096 Mai 30 12:03 yuftas/
Anybody knows the solution. I had searched in google but there is nothing specific for Mageia 3.