13 May 2009 22:16
Apache 2.2.x and mod_auth_kerb-5.4 atn/atz question
Aleks Feltin <aleksf <at> sunsetwireless.fi>
2009-05-13 20:16:56 GMT
2009-05-13 20:16:56 GMT
Hello,
Firstly, I would like to thank you for your time spent on reading this.
My question concerns atn/atz topic. Namely, I would like to utilize Negotiate and LDAP Basic atn with LDAP
group based atz for Apache virtual directory.
What I want to achieve is to have Negotiate method failback to LDAP Basic in case browser is not capable to
send SPNEGO token. I am using following configuration:
<Location /gss>
Options Indexes
# Kerberos V5
Authtype Kerberos
KrbAuthoritative on
KrbAuthRealms DEV.REALM.NET
KrbServiceName HTTP
Krb5Keytab /etc/httpd/security/nympha.ktab
KrbMethodNegotiate on
KrbMethodK5Passwd off
KrbDelegateBasic on
# End Kerberos V5
# LDAP
AuthBasicProvider ldap
AuthzLDAPAuthoritative on
AuthLDAPBindDN "CN=reader,OU=Service Accounts,OU=Accounts,DC=dev,DC=realm,DC=net"
AuthLDAPBindPassword "*****"
AuthLDAPURL "ldap://ldap.dev.realm.net:389/OU=Employees,OU=Accounts,DC=dev,DC=realm,DC=net?userPrincipalName?sub?(objectClass=user)"
AuthName HTTP_Protected_Place
(Continue reading)
RSS Feed