Skip to main content

All Questions

1 vote
0 answers
1k views

How to check group memberships with kerberos single sign on in PHP

I have an intern website with a simple login window where you have to login before you can access the website. This login works with PHP and ldap, you have to log in with your AD credentials. Now i ...
TeemoBiceps's user avatar
1 vote
0 answers
50 views

Wordpress Single sign-on using negotiate-auth.trusted-uris doesn't work in wp-admin

I use the code below to log users on an intranet using kerberos. Problem is that it works fine if user use the kerberos dialog box (see the screenshot), but if user had configured his browser to use ...
andr1niv0's user avatar
5 votes
1 answer
7k views

apache-mod_auth_kerb; kerb_authenticate_user entered with user (NULL) and auth_type Kerberos; Client didn't delegate us their credential

I am trying to setup Integrated Windows authentication with kerberos using ActiveDirectory in windows server 2008 and everything works well and I am able to get kerberos tickets on successful login. I ...
user avatar
0 votes
0 answers
664 views

Kerberos ticket cache with PHP

I am trying to get a full Kerberized domain environment configured, and one of the obstacles is webmail. I have scoured the Internet for information about how to do single sign on with Kerberos ...
Robin McCorkell's user avatar
2 votes
2 answers
3k views

Seamless SSO authenticating against Active Directory

I have a webpage that I only want a specific group to log into. I work at a college and we use Active Directory accounts and only a certain group can access this php page (on apache server). I know ...
Brad's user avatar
  • 12.2k
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