[Bug 264570] nfsuserd: Mapping of Userids mismatched
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Jun 2022 18:55:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264570 --- Comment #3 from georg-bsd@schorsch-tech.de --- With both sysctl variables to 0 the result stays the same. root@fc:~ # sysctl -a | grep nfs | grep uid vfs.nfs.enable_uidtostring: 0 vfs.nfsd.enable_stringtouid: 0 admin@fs:~ $ sysctl -a | grep nfs | grep uid vfs.nfs.enable_uidtostring: 0 vfs.nfsd.enable_stringtouid: 0 My goal was to map the different uids,gids of different machines but with the same usernames and the same domain with nfsuserd without the help of NIS, LDAP nor Kerberos. So may i ask: a) nfsuserd + Kerberos5 would achive the correct mapping of the uids/gids. b) nfsuserd without nis/ldap/kerberos cant do that. Is this right? -- You are receiving this mail because: You are the assignee for the bug.