I have an odd (to me) question. When I setup my AuthTypes as so:
<Location />
AuthType KerberosV5
KrbAuthRealms DOMAIN.COM
KrbServiceName HTTP
Krb5Keytab /etc/apache2/krb5.keytab
KrbMethodNegotiate on
KrbMethodK5Passwd on
KrbLocalUserMapping on
KrbDelegateBasic off
KrbAuthoritative off
AuthType basic
AuthName "Abby someone"
AuthBasicAuthoritative off
AuthUserFile /srv/www/com/passwd
Require valid-user
</Location>
is it me or the basic AuthType is forcing me to only be able to
authenticate by providing the user -- be it in kerberos or in the passwd
file -- login and password, as opposite to letting me pass the kerberos
ticket in (when I have one and do not want to enter the l/p)?
|