freebsd-skq/crypto/heimdal/kadmin/kadmind.8

179 lines
4.5 KiB
Groff
Raw Normal View History

2008-05-07 13:39:42 +00:00
.\" Copyright (c) 2002 - 2004 Kungliga Tekniska H<>gskolan
2003-10-09 19:36:20 +00:00
.\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\"
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\"
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\" 3. Neither the name of the Institute nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
2008-05-07 13:39:42 +00:00
.\" $Id: kadmind.8 14370 2004-12-08 17:20:21Z lha $
.\"
2008-05-07 13:39:42 +00:00
.Dd December 8, 2004
2001-02-13 16:46:19 +00:00
.Dt KADMIND 8
.Os HEIMDAL
.Sh NAME
.Nm kadmind
2003-10-09 19:36:20 +00:00
.Nd "server for administrative access to Kerberos database"
2001-02-13 16:46:19 +00:00
.Sh SYNOPSIS
.Nm
2008-05-07 13:39:42 +00:00
.Bk -words
2001-02-13 16:46:19 +00:00
.Oo Fl c Ar file \*(Ba Xo
2001-06-21 02:12:07 +00:00
.Fl -config-file= Ns Ar file
2001-02-13 16:46:19 +00:00
.Xc
2001-06-21 02:12:07 +00:00
.Oc
2001-02-13 16:46:19 +00:00
.Oo Fl k Ar file \*(Ba Xo
2001-06-21 02:12:07 +00:00
.Fl -key-file= Ns Ar file
2001-02-13 16:46:19 +00:00
.Xc
2001-06-21 02:12:07 +00:00
.Oc
2001-02-13 16:46:19 +00:00
.Op Fl -keytab= Ns Ar keytab
.Oo Fl r Ar realm \*(Ba Xo
2001-06-21 02:12:07 +00:00
.Fl -realm= Ns Ar realm
2001-02-13 16:46:19 +00:00
.Xc
2001-06-21 02:12:07 +00:00
.Oc
2001-02-13 16:46:19 +00:00
.Op Fl d | Fl -debug
.Oo Fl p Ar port \*(Ba Xo
2001-06-21 02:12:07 +00:00
.Fl -ports= Ns Ar port
2001-02-13 16:46:19 +00:00
.Xc
2001-06-21 02:12:07 +00:00
.Oc
2008-05-07 13:39:42 +00:00
.Ek
2001-02-13 16:46:19 +00:00
.Sh DESCRIPTION
.Nm
listens for requests for changes to the Kerberos database and performs
these, subject to permissions. When starting, if stdin is a socket it
assumes that it has been started by
2001-02-13 16:46:19 +00:00
.Xr inetd 8 ,
otherwise it behaves as a daemon, forking processes for each new
connection. The
2001-02-13 16:46:19 +00:00
.Fl -debug
option causes
2001-02-13 16:46:19 +00:00
.Nm
to accept exactly one connection, which is useful for debugging.
2001-05-08 14:57:13 +00:00
.Pp
2008-05-07 13:39:42 +00:00
The
.Xr kpasswdd 8
2001-02-13 16:46:19 +00:00
daemon is responsible for the Kerberos 5 password changing protocol
(used by
2001-06-21 02:12:07 +00:00
.Xr kpasswd 1 )
.
2001-02-13 16:46:19 +00:00
.Pp
2003-10-09 19:36:20 +00:00
This daemon should only be run on the master server, and not on any
2001-02-13 16:46:19 +00:00
slaves.
.Pp
Principals are always allowed to change their own password and list
their own principal. Apart from that, doing any operation requires
2001-02-13 16:46:19 +00:00
permission explicitly added in the ACL file
.Pa /var/heimdal/kadmind.acl .
The format of this file is:
.Bd -ragged
.Va principal
.Va rights
.Op Va principal-pattern
.Ed
.Pp
Where rights is any (comma separated) combination of:
.Bl -bullet -compact
2001-02-13 16:46:19 +00:00
.It
change-password or cpw
2001-02-13 16:46:19 +00:00
.It
list
.It
delete
.It
modify
.It
add
.It
get
.It
all
.El
.Pp
And the optional
.Ar principal-pattern
restricts the rights to operations on principals that match the
glob-style pattern.
2001-02-13 16:46:19 +00:00
.Pp
Supported options:
.Bl -tag -width Ds
.It Xo
.Fl c Ar file ,
2001-02-13 16:46:19 +00:00
.Fl -config-file= Ns Ar file
.Xc
location of config file
.It Xo
.Fl k Ar file ,
2001-02-13 16:46:19 +00:00
.Fl -key-file= Ns Ar file
.Xc
location of master key file
.It Xo
.Fl -keytab= Ns Ar keytab
.Xc
what keytab to use
.It Xo
.Fl r Ar realm ,
2001-02-13 16:46:19 +00:00
.Fl -realm= Ns Ar realm
.Xc
realm to use
.It Xo
.Fl d ,
2001-02-13 16:46:19 +00:00
.Fl -debug
.Xc
enable debugging
.It Xo
.Fl p Ar port ,
2001-02-13 16:46:19 +00:00
.Fl -ports= Ns Ar port
.Xc
2008-05-07 13:39:42 +00:00
ports to listen to. By default, if run as a daemon, it listens to port
749, but you can add any number of ports with this option. The port
string is a whitespace separated list of port specifications, with the
special string
2001-02-13 16:46:19 +00:00
.Dq +
2008-05-07 13:39:42 +00:00
representing the default port.
2001-02-13 16:46:19 +00:00
.El
.\".Sh ENVIRONMENT
.Sh FILES
.Pa /var/heimdal/kadmind.acl
.Sh EXAMPLES
This will cause
.Nm
to listen to port 4711 in addition to any
2001-02-13 16:46:19 +00:00
compiled in defaults:
.Pp
.D1 Nm Fl -ports Ns Li "=\*[q]+ 4711\*[q] &"
.Pp
This acl file will grant Joe all rights, and allow Mallory to view and
add host principals.
.Bd -literal -offset indent
joe/admin@EXAMPLE.COM all
mallory/admin@EXAMPLE.COM add,get host/*@EXAMPLE.COM
.Ed
2001-02-13 16:46:19 +00:00
.\".Sh DIAGNOSTICS
.Sh SEE ALSO
.Xr kpasswd 1 ,
.Xr kadmin 8 ,
.Xr kdc 8 ,
.Xr kpasswdd 8