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);
Details
Details
- Reviewers
• karels gbe - Group Reviewers
manpages - Commits
- rG61330e494f63: mount_nfs.8: Update man page for the "syskrb5" option
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
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sbin/mount_nfs/mount_nfs.8 | ||
---|---|---|
452 | I used "ticket granting ticket" since that is what is |
Comment Actions
LGTM. There is one mandoc warning, but that doesn't belong to this differential. I fix that minor warning once this is landed.