UID/GID Mapping NFS FreeBSD and Debian

Hi community,

I have a little problem with my NFS-Server (based on FreeBSD10.3).

When I mount on the client (Debian 8 or RHEL/CentOS) the mount will not all UID/GIDs mapped correctly. Some files or folder has the ID 4294967294 as user or group. The users I got from winbind what it working. getent/wbinfo shows users and groups on both sides with the same ID.

Server-Side:

I'm using nfs4.

/etc/exports
Code:
V4: / 10.20.113.119
/share/profiles 10.20.113.119
my rc.conf shows:
Code:
nfs_server_enable="YES"
nfsv4_server_enable="YES"
nfsuserd_enable="YES"
nfsuserd_flags="-domain hq.local"
On the Client-Side:

also mounted with nfs4

fstab
Code:
10.20.113.119:/share/profiles /data/profiles nfs4 _netdev,auto   0 0
idmapd.conf
Code:
Domain = hq.local
/etc/default/nfs-common:
Code:
NEED_IDMAPD=yes
I hope someone has an idea.

Best wishes,
Oliver
 
Back
Top