https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282620
Rick Macklem <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] CC| |[email protected] Status|New |Open --- Comment #2 from Rick Macklem <[email protected]> --- 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.
