Page MenuHomeFreeBSD

Update man page for the "syskrb5" mount option
ClosedPublic

Authored by rmacklem on Apr 8 2023, 7:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 21, 4:44 AM
Unknown Object (File)
Tue, Feb 27, 11:04 PM
Unknown Object (File)
Jan 28 2024, 10:22 PM
Unknown Object (File)
Jan 18 2024, 1:29 AM
Unknown Object (File)
Dec 20 2023, 8:47 AM
Unknown Object (File)
Dec 20 2023, 3:12 AM
Unknown Object (File)
Nov 8 2023, 9:32 PM
Unknown Object (File)
Nov 6 2023, 8:25 AM
Subscribers

Details

Summary

Commit 896516e54a8c added a new NFS mount option
used for Kerberized NFSv4.1/4.2 mounts. It specifies that
AUTH_SYS be used for state maintenance (also called system)
operations. This allows the mount to be done without the
"gssname" option or a valid Kerberos TGT being held by the
user doing the mount (so it can be specified in fstab(5) for
example);

Test Plan

Tested against the FreeBSD and Linux knfsd NFSv4.1/4.2
servers. Additional testing against other NFSv4.1/4.2
servers will be done during the NFSv4 Bakeathon being
held the last week of April.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sbin/mount_nfs/mount_nfs.8
446

s/use/uses/, or maybe "should use"

451

"nor" should be used with "neither"; I think "or" works.

452

I don't think TGT has been defined; maybe "ticket-granting ticket (TGT)" (caps for the spelled-out version?)

rmacklem added inline comments.
sbin/mount_nfs/mount_nfs.8
452

I used "ticket granting ticket" since that is what is
in "man kinit".

rmacklem marked an inline comment as done.

Made the changes suggested by karels@.

LGTM, but it would be good for manpages to look too.

gbe added a subscriber: gbe.

LGTM. There is one mandoc warning, but that doesn't belong to this differential. I fix that minor warning once this is landed.

This revision is now accepted and ready to land.Apr 11 2023, 7:56 AM