diff options
Diffstat (limited to 'crypto/heimdal/kadmin/kadmind.8')
-rw-r--r-- | crypto/heimdal/kadmin/kadmind.8 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/crypto/heimdal/kadmin/kadmind.8 b/crypto/heimdal/kadmin/kadmind.8 index f7a3f5b..ac1fcd2 100644 --- a/crypto/heimdal/kadmin/kadmind.8 +++ b/crypto/heimdal/kadmin/kadmind.8 @@ -1,4 +1,4 @@ -.\" $Id: kadmind.8,v 1.10 2002/08/20 17:07:11 joda Exp $ +.\" $Id: kadmind.8,v 1.10.2.1 2002/10/21 14:53:39 joda Exp $ .\" .Dd March 5, 2002 .Dt KADMIND 8 @@ -26,6 +26,7 @@ .Fl -ports= Ns Ar port .Xc .Oc +.Op Fl -no-kerberos4 .Sh DESCRIPTION .Nm listens for requests for changes to the Kerberos database and performs @@ -118,11 +119,16 @@ enable debugging .Fl -ports= Ns Ar port .Xc ports to listen to. By default, if run as a daemon, it listen to ports -749, and 751 (if built with Kerberos 4 support), 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 +749, and 751 (if Kerberos 4 support is built and enabled), 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 .Dq + representing the default set of ports. +.It Fl -no-kerberos4 +make +.Nm +ignore Kerberos 4 kadmin requests. .El .\".Sh ENVIRONMENT .Sh FILES |