Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Nov 2024 16:10:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 282620] NFSv4 user mapping not working
Message-ID:  <bug-282620-227-YK5PJuwmpH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282620-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282620-227-YK5PJuwmpH>