svn commit: r253016 - head/usr.sbin/gssd
Benjamin Kaduk
bjkfbsd at gmail.com
Mon Jul 8 01:35:31 UTC 2013
On Sun, Jul 7, 2013 at 8:57 PM, Rick Macklem <rmacklem at freebsd.org> wrote:
> Author: rmacklem
> Date: Mon Jul 8 00:57:12 2013
> New Revision: 253016
> URL: http://svnweb.freebsd.org/changeset/base/253016
>
> Log:
> Document the new "-h" option for the gssd daemon.
> This is a content change.
>
> Reviewed by: jhb
>
> Modified:
> head/usr.sbin/gssd/gssd.8
>
> Modified: head/usr.sbin/gssd/gssd.8
>
> ==============================================================================
> --- head/usr.sbin/gssd/gssd.8 Mon Jul 8 00:50:57 2013 (r253015)
> +++ head/usr.sbin/gssd/gssd.8 Mon Jul 8 00:57:12 2013 (r253016)
> @@ -51,6 +52,15 @@ Run in debug mode.
> In this mode,
> .Nm
> will not fork when it starts.
> +.It Fl h
> +Enable support for host based initiator credentials.
"host-based" with a hyphen is preferred in krb5 circles.
> +This permits a kerberized NFS mount to use a service principal in
> +the default Kerberos5 keytab file for access.
>
"Kerberos 5" with a space, please.
> +Such access is enabled via the
> +gssname
>
.Ar gssname
-Ben
+option for the
> +.Xr mount_nfs 8
> +command.
> .It Fl o
> Force use of DES and the associated old style GSS-API initialization
> token.
> This may be required to make kerberized NFS mounts work against some
> @@ -96,6 +106,7 @@ by kernel GSS-API services.
> .Ex -std
> .Sh SEE ALSO
> .Xr gssapi 3 ,
> +.Xr mount_nfs 8 ,
> .Xr syslog 3
> .Sh HISTORY
> The
> _______________________________________________
> svn-src-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
>
More information about the svn-src-head
mailing list