X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=README;h=4303e807bd146947c68d9730f3966d9810dd0956;hb=7327f5a1029070b8bd25e668abb37795fa575f88;hp=1ec8ac1e4d4ac453debc51020dd057f587da777c;hpb=60ebe8f57fa055b37235db55a56936aef565b970;p=mod_auth_kerb.git diff --git a/README b/README index 1ec8ac1..4303e80 100644 --- a/README +++ b/README @@ -59,9 +59,13 @@ KrbVerifyKDC on | off (set to on by default) keytab to prevent KDC spoofing atacks. It should be used only for testing purposes. You have been warned. -KrbServiceName service (set to HTTP by default) - For specification the service name that will be used by Apache for - authentication. Corresponding key of this name must be stored in the keytab. +KrbServiceName server_principal + Specifies a principal name to use by Apache when authenticating the clients. + By default value of the form + HTTP/@ + is used. The FQDN part can contain any hostname and can be used to work + around problems with misconfigured DNS. A corresponding key of this name + must be stored in the keytab. Krb4Srvtab /path/to/srvtab This option takes one argument, specifying the path to the Kerberos V4 @@ -116,5 +120,4 @@ KrbSaveCredentials, the tickets will be retrieved into a ticket file or credential cache that will be available for the request handler. The ticket file will be removed after request is handled. -$Id: README,v 1.8 2004/01/13 -14:31:53 kouril Exp $ +$Id$