All Questions
9 questions
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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"
...
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 ...
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 ...