GSSD(8) | MidnightBSD System Manager's Manual | GSSD(8) |
gssd
— Generic
Security Services Daemon
gssd |
[-d ] [-h ]
[-o ] [-v ]
[-s dir-list]
[-c file-substring]
[-r preferred-realm] |
The gssd
program provides support for the
kernel GSS-API implementation.
The options are as follows:
-d
gssd
will not
fork when it starts.-h
-o
-v
gssd
will log
activity messages to syslog using LOG_INFO | LOG_DAEMON or to stderr, if
the -d
option has also been specified. The minor
status is logged as a decimal number, since it is actually a Kerberos
return status, which is signed.-s
dir-listgssd
assumes that the credential cache file is
called /tmp/krb5cc_<uid>, where <uid> is the effective uid for
the RPC caller.-c
file-substring-s
has been specified. If not specified, it
defaults to "krb5cc_".-r
preferred-realm-s
. If not specified,
the default Kerberos realm will be used.The gssd
utility exits 0 on
success, and >0 if an error occurs.
The gssd
manual page first appeared in
FreeBSD 8.0.
This manual page was written by Doug Rabson <dfr@FreeBSD.org>.
July 7, 2013 | midnightbsd-3.1 |