Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

Apache SSO with kerberos and Active Directory error

I have this scenario: a windows 2008 R2 Domain and a linux server (CentOs) with Apache. I need to configure SSO using kerberos in order to permit our internal client using IE or Chrome to ...
Francesco Da Riva's user avatar
3 votes
2 answers
8k views

Enabling AES-encrypted single sign-on to Apache in a Win2008 domain

All of the tutorials I could find on setting up single-sign on into an Apache-hosted website using Active Directory authentication do so by configuring Kerberos with insecure settings. It's been best ...
mrdecemberist's user avatar
1 vote
0 answers
168 views

Setting environment variables based on passing Require directive

I finally succeed on configuring Apache as a SPNEGO reverse proxy for my app, and I'm using the AUTHORIZE_SAMACCOUNTNAME, AUTHORIZE_CN and AUTHORIZE_MAIL to figure out some information about the ...
tavlima's user avatar
  • 11
2 votes
2 answers
12k views

Apache SSO through Kerberos using Machine Account

I'm attempting to get Apache on Ubuntu 12.04 to authenticate users via Kerberos SSO to a Windows 2008 Active Directory server. Here are a few things that make my situation different: I don't have ...
watkipet's user avatar
  • 252
2 votes
2 answers
3k views

nagios ldap-group based front end login permission issues [duplicate]

Possible Duplicate: nagios - Web interface: authentication through kerberos OK, what about authorization on cgi.cfg? I want to grant users access to the nagios 3 core frontend by using an active ...
Eleven-Two's user avatar
5 votes
1 answer
2k views

How to allow Active Directory authenticated users use Nagios web interface?

I have put .htaccess files in the Nagios html root and CGI root directories, so in order to get access to the web interface, the users needs a valid Active Directory account. The problem I have is in ...
Sandra's user avatar
  • 10.7k
2 votes
2 answers
1k views

Apache2: nested require statements within Location

I'd like to set up different LDAP authorization rules for different levels of an URL. This is the config currently used <Location /> AuthType Basic AuthName "Foo" ...
Johan Sjöberg's user avatar
4 votes
9 answers
6k views

Password Self-serve Active Directory via LAMP environment

I would like to be able to change active directory passwords via a Linux/Apache based webpage. This would be a self serve web page for the user. I have SSL-LDAP setup on the Active Directory to make ...
keithosu's user avatar
  • 346
1 vote
2 answers
620 views

Intermittent Subversion (Apache auth_ldap against AD) failures

The Problem: My subversion has started to stop working periodically (every hour or two), this seems to have started when a domain controller failed ( I haven't done a metadata cleanup yet ). The one ...
Kyle Brandt's user avatar
  • 85.1k