17 Feb 2012 17:18
mod_auth_kerb doesn't set KRB5CCNAME variable
Alexander Vyushkov <alex.vyushkov <at> gmail.com>
2012-02-17 16:18:08 GMT
2012-02-17 16:18:08 GMT
Hello I'm trying to configure mod_auth_kerb to save Kerberos tickets for my CGI scripts. The problem is that it creates ticket file /tmp/krb5cc_apache_XXXXX after successful authentification but doesn't set KRB5CCNAME variable. Can you please advice what can be wrong? I'm using RedHat EL5 x86_64 (AMD), Apache 2.2.3. mod_auth_kerb v5.4 compile from source code using command ./configure --with-krb4=no .htaccess file is AuthType KerberosV5 AuthName "Kerberos Login" KrbAuthRealms ___.___.EDU KrbVerifyKDC off KrbMethodNegotiate off KrbMethodK5Passwd on KrbSaveCredentials on require valid-user Simple CGI-script that I use for the test: #!/bin/bash echo "Content-type: text/plain" echo "" echo "KRB5CCNAME: $KRB5CCNAME" ls -la /tmp/krb5cc_apache*(Continue reading)
RSS Feed