1a9148abdSDoug Rabson.\" Copyright (c) 2008 Isilon Inc http://www.isilon.com/ 2a9148abdSDoug Rabson.\" Authors: Doug Rabson <dfr@rabson.org> 3a9148abdSDoug Rabson.\" Developed with Red Inc: Alfred Perlstein <alfred@freebsd.org> 4a9148abdSDoug Rabson.\" 5a9148abdSDoug Rabson.\" Redistribution and use in source and binary forms, with or without 6a9148abdSDoug Rabson.\" modification, are permitted provided that the following conditions 7a9148abdSDoug Rabson.\" are met: 8a9148abdSDoug Rabson.\" 1. Redistributions of source code must retain the above copyright 9a9148abdSDoug Rabson.\" notice, this list of conditions and the following disclaimer. 10a9148abdSDoug Rabson.\" 2. Redistributions in binary form must reproduce the above copyright 11a9148abdSDoug Rabson.\" notice, this list of conditions and the following disclaimer in the 12a9148abdSDoug Rabson.\" documentation and/or other materials provided with the distribution. 13a9148abdSDoug Rabson.\" 14a9148abdSDoug Rabson.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 15a9148abdSDoug Rabson.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16a9148abdSDoug Rabson.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 17a9148abdSDoug Rabson.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 18a9148abdSDoug Rabson.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19a9148abdSDoug Rabson.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20a9148abdSDoug Rabson.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21a9148abdSDoug Rabson.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22a9148abdSDoug Rabson.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23a9148abdSDoug Rabson.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24a9148abdSDoug Rabson.\" SUCH DAMAGE. 25a9148abdSDoug Rabson.\" 26a9148abdSDoug Rabson.\" $FreeBSD$ 27a9148abdSDoug Rabson.\" 28a9148abdSDoug Rabson.\" Note: The date here should be updated whenever a non-trivial 29a9148abdSDoug Rabson.\" change is made to the manual page. 30a9148abdSDoug Rabson.Dd August 25, 2008 31a9148abdSDoug Rabson.Dt GSSD 8 32a9148abdSDoug Rabson.Os 33a9148abdSDoug Rabson.Sh NAME 34a9148abdSDoug Rabson.Nm gssd 35a9148abdSDoug Rabson.Nd "Generic Security Services Daemon" 36a9148abdSDoug Rabson.Sh SYNOPSIS 37a9148abdSDoug Rabson.Nm 38a9148abdSDoug Rabson.Op Fl d 39a9148abdSDoug Rabson.Sh DESCRIPTION 40a9148abdSDoug RabsonThe 41a9148abdSDoug Rabson.Nm 42a9148abdSDoug Rabsonprogram provides support for the kernel GSS-API implementation. 43a9148abdSDoug Rabson.Pp 44a9148abdSDoug RabsonThe options are as follows: 45a9148abdSDoug Rabson.Bl -tag 46a9148abdSDoug Rabson.It Fl d 47a9148abdSDoug RabsonRun in debug mode. 48a9148abdSDoug RabsonIn this mode, 49a9148abdSDoug Rabson.Nm 50a9148abdSDoug Rabsonwill not for when it starts. 51a9148abdSDoug Rabson.El 52a9148abdSDoug Rabson.Sh FILES 53a9148abdSDoug Rabson.Bl -tag -width ".Pa /etc/krb5.keytab" -compact 54a9148abdSDoug Rabson.It Pa /etc/krb5.keytab 55a9148abdSDoug RabsonContains Kerberos service principals which may be used as credentials 56a9148abdSDoug Rabsonby kernel GSS-API services. 57a9148abdSDoug Rabson.El 58a9148abdSDoug Rabson.Sh EXIT STATUS 59a9148abdSDoug Rabson.Ex -std 60a9148abdSDoug Rabson.Sh SEE ALSO 61a9148abdSDoug Rabson.Xr gssapi 3 62a9148abdSDoug Rabson.Sh HISTORY 63a9148abdSDoug RabsonThe 64a9148abdSDoug Rabson.Nm 65a9148abdSDoug Rabsonmanual page example first appeared in 66a9148abdSDoug Rabson.Fx 8.0 . 67a9148abdSDoug Rabson.Sh AUTHORS 68a9148abdSDoug RabsonThis 69a9148abdSDoug Rabsonmanual page was written by 70a9148abdSDoug Rabson.An Doug Rabson Aq dfr@FreeBSD.org . 71