[Bug 282620] NFSv4 user mapping not working
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282620] NFSv4 user mapping not working"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Nov 2024 16:10:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282620 Rick Macklem <rmacklem@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |rmacklem@FreeBSD.org CC| |rmacklem@FreeBSD.org Status|New |Open --- Comment #2 from Rick Macklem <rmacklem@FreeBSD.org> --- The original NFSv4 RFCs did not specify how a "user domain" was to be compared. By happenstance, I only found out yesterday (at the IETF working group meeting) that the spec. now does allow/require that the domain spec be compared like a DNS one (ie. case independent). This will need to be patched in the kernel, but I won't get to it for a few weeks. You could try: # nfsuserd -domain MECOH.NET or setting it as MECOH.NET via nfsuserd_flags="-domain MECOH.NET" in /etc/rc.conf. This should work around the problem. (Or change the server's config to use a lower case domain name.) I will come up with a patch for -current in a few weeks. -- You are receiving this mail because: You are the assignee for the bug.