Deleted Added
sdiff udiff text old ( 72445 ) new ( 76371 )
full compact
1.Dd June 7, 2000
2.Dt KADMIND 8
3.Os HEIMDAL
4.Sh NAME
5.Nm kadmind
6.Nd
7server for administrative access to kerberos database
8.Sh SYNOPSIS
9.Nm
10.Oo Fl c Ar file \*(Ba Xo
11.Fl -config-file= Ns Ar file Oc
12.Xc
13.Oo Fl k Ar file \*(Ba Xo
14.Fl -key-file= Ns Ar file Oc
15.Xc

--- 11 unchanged lines hidden (view full) ---

27these, subject to permissions. When starting, if stdin is a socket it assumes that it has been started by
28.Xr inetd 8 ,
29otherwise it behaves as a daemon, forking processes for each new
30connection. The
31.Fl -debug
32option causes
33.Nm
34to accept exactly one connection, which is useful for debugging.
35
36If built with krb4 support, it implements both the Heimdal Kerberos 5
37administrative protocol and the Kerberos 4 protocol. Password changes
38via the Kerberos 4 protocol are also performed by
39.Nm kadmind ,
40but the
41.Xr kpasswdd 8
42daemon is responsible for the Kerberos 5 password changing protocol
43(used by

--- 90 unchanged lines hidden ---