Skip to main content

All Questions

0 votes
0 answers
1k views

SSO with Kerberos in Apache - No users names in logs?

I'm using apache with kerberos and Drupal SSO/LDAP, which works fine. In my logs, however, I don't see the users that are authenticated, only: kerb_authenticate_user entered with user (NULL) and ...
Markus's user avatar
  • 452
0 votes
0 answers
2k views

How can I set two "default_realm" in krb5.conf

We got two active directories with different ending. companya.de companyb.com Now we want to get access with both domains in a Single Sign On website. (Kerberos) The domains are forest trusted. We ...
Bastian's user avatar
0 votes
1 answer
307 views

Using NTLMSSP authentication for Single Sign On, post data lost (not everytime)

I have the following AJAX function that I call to send post request to a web server running in Python, using Cherrypy, which runs behind Apache: oAjax.open("POST", "/", true); oAjax.setRequestHeader("...
William Troup's user avatar
0 votes
1 answer
1k views

Apache2, Kerberos, SSI: how to login under another user

I have web-app with authorization by REMOTE_USER header. If apache2 + mod_auth_kerb set REMOTE_USER by some ActiveDirectory username, my web-app know that user with such username is logged in. I have ...
petRUShka's user avatar
  • 10k
16 votes
2 answers
33k views

Kerberos Authentication in PHP

Let's just assume that I don't know much about Kerberos - just the basics. I have... Debian Linux 2.6 Webserver Apache 2.2 mod_auth_kerb/5.3 PHP/5.2 a (working) Kerberos Realm Windows Client ...
BlaM's user avatar
  • 28.8k