I am in the process of configuring a windows system with
apache 2.2.10 installed on it. I have a few questions before we get started. 1. Is
“LoadModule authnz_ldap_module modules/mod_authnz_ldap.so” the same
as mod_auth_ldap? 2.
Will mod_authnz_ldap.so work on windows server 2003
with apache 2.2.10 installed? 3.
Do I need to specify DN in the AuthLDAPURL and does it
need to match the require group directive? I have installed a client
certificate from the certificate server on the windows server that is hosting
Apache. I used the certificate enrollment web page from windows certificate
server. This an error that I see in the log file. [error] [client X.X.X.X] (9)Bad file descriptor: Could not
open password file: (null), referer: When I visit the page that I am trying to protect I do
receive a prompt for log on but then I see the error above. Host: Windows server 2003 Apache 2.2.10 PHP 5.2.8 httpd.conf LDAPTrustedGlobalCert CA_DER c:\ldap\ldap.cer <Directory D:\web\Information-Services\> AuthType Basic AuthName "TCBC" AuthLDAPBindDN WebUserLookup@xxxxxxxx AuthLDAPBindPassword 1password AuthLDAPURL "ldaps://ldapurl:636/DC=nm,DC=ad,DC=llssa,DC=org?sAMAccountName?sub?(objectClass=*)" Require group CN=Web_TTR,OU=Web Groups,OU=Global Security
Groups,DC=nm,DC=ad,DC=llssa,DC=org </Directory> Destination server: Windows server 2003 active directory Thanks Rob |