update and add reference to kdc.conf(8)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8004 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-03-04 13:32:55 +00:00
parent 82dd39ad26
commit bcc78659f5

View File

@@ -9,11 +9,15 @@
Kerberos 5 server Kerberos 5 server
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl c Ar file .Oo Fl c Ar file \*(Ba Xo
.Op Fl -config-file= Ns Ar file .Fl -config-file= Ns Ar file Oc
.Xc
.Op Fl p | Fl -no-require-preauth .Op Fl p | Fl -no-require-preauth
.Op Fl -max-request= Ns Ar size .Op Fl -max-request= Ns Ar size
.Op Fl H | Fl -enable-http .Op Fl H | Fl -enable-http
.Oo Fl r Ar string \*(Ba Xo
.Fl -v4-realm= Ns Ar string Oc
.Xc
.Op Fl K | Fl -no-kaserver .Op Fl K | Fl -no-kaserver
.Op Fl r Ar realm .Op Fl r Ar realm
.Op Fl -v4-realm= Ns Ar realm .Op Fl -v4-realm= Ns Ar realm
@@ -35,6 +39,8 @@ Options supported:
Specifies the location of the config file, the default is Specifies the location of the config file, the default is
.Pa /var/heimdal/kdc.conf . .Pa /var/heimdal/kdc.conf .
This is the only value that can't be specified in the config file. This is the only value that can't be specified in the config file.
For more information about the contents of the configuration file see
.Xr kdc.conf 5 .
.It Fl p .It Fl p
.It Fl -no-require-preauth .It Fl -no-require-preauth
Turn off the requirement for pre-autentication in the initial AS-REQ Turn off the requirement for pre-autentication in the initial AS-REQ
@@ -116,4 +122,5 @@ An example of a config file:
key-file = /key-file key-file = /key-file
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr kinit 1 .Xr kinit 1 ,
.Xr kdc.conf 5