Remove log-level

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2847 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-09 00:20:38 +00:00
parent 1b8d68f60c
commit 92f18dc04c

View File

@@ -13,7 +13,6 @@ Kerberos 5 server
.Op Fl -config-file= Ns Ar file .Op Fl -config-file= Ns Ar file
.Op Fl k Ar file .Op Fl k Ar file
.Op Fl -key-file= Ns Ar file .Op Fl -key-file= Ns Ar file
.Op Fl -log-level= Ns Ar number
.Op Fl p .Op Fl p
.Op Fl -no-require-preauth .Op Fl -no-require-preauth
.Op Fl r Ar realm .Op Fl r Ar realm
@@ -38,10 +37,6 @@ The location of the master-key file. All keys in the database is
encrypted with this master key. The use of a master key is currently encrypted with this master key. The use of a master key is currently
optional, so there is no default. optional, so there is no default.
.Em "Don't specify a master key file if your database is not encrypted." .Em "Don't specify a master key file if your database is not encrypted."
.It Fl -log-level= Ns Ar number
What level of information you want logged. The default is 0, and logs
only requests and any errors when parsing them. You can turn off
logging by specifying -1.
.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 Turn off the requirement for pre-autentication in the initial
@@ -62,10 +57,11 @@ This option is only availabe if the KDC has been compiled with version
4 support. 4 support.
.El .El
.Pp .Pp
All activities (as specified by the log level), are logged to one or All activities , are logged to one or more destinations, see
more destinations, see the logging section of the .Xr krb5.conf 5 ,
.Xr krb5.conf 5 and
manual page. The entity used for logging is .Xr krb5_openlog 3 .
The entity used for logging is
.Nm kdc . .Nm kdc .
.Sh CONFIGURATION FILE .Sh CONFIGURATION FILE
The configuration file has the same syntax as the The configuration file has the same syntax as the
@@ -83,8 +79,7 @@ that has to be specified as:
.Dl require-preauth = no .Dl require-preauth = no
.Pp .Pp
(in fact you can specify the option as (in fact you can specify the option as
.Fl -require-preauth=no .Fl -require-preauth=no ) .
as well).
.Pp .Pp
An example of a config file: An example of a config file:
.Bd -literal -offset indent .Bd -literal -offset indent