Hi All, Ive been trying to get apache to talk to LDAP. Ive managed
to get through most of my problems – But I am unable to figure this one
out – Im sure its just how im naming it – I haven’t been able
to find any help online or in the FAQ – Any help is appreciated - Thanks I am recieveing the following errors: The Apache service named
reported the following error: >>> Invalid command
'LDAPServer', perhaps misspelled
or defined by a module not included in the server configuration . Here is the section in
Httpd.conf <Directory /> Options All ExecCGI
-Indexes Order allow,deny Allow from all AuthType Basic AuthzLDAPAuthoritative
on AuthLDAPURL ldap://xxx:389/cn=Users,dc=xxx,dc=org?sAMAccountName? LDAPServer "ldap://xxx:389/" LDAPBindName cn=A\, V,ou=IS,ou=Contractors,ou=Non-Employees,ou=Accounts,ou=Siteou-Las
Vegas,dc=xxx, dc=orgorg LDAPBindPass xxx LDAPuseridAttr uid LDAPpasswordAttr
userpassword LDAPBase dc=xxx, dc=org require valid-user </Directory> |