Hey,
I cannot get apache 2.2.0 to authenticate using LDAP, it doesn't even try to reach the LDAP server (netware LDAP), all I get are 500 errors.
I am using this to compile apache:
./configure --with-ldap-include=/usr/local/openldap/include/ --with-ldap-lib=/usr/local/openldap/lib --with-ldap=ldap --enable-ldap --enable-auth-ldap --enable-speling --enable-authnz-ldap
and this is from a <Directory> inside the .conf file:
(changed AuthzLDAPAuthoritative from AuthLDAPAuthoritative for the new version of apache)
Order deny,allow
Allow from all
AuthType Basic
AuthzLDAPAuthoritative On
AuthName "Enterprise Server"
AuthLDAPURL "ldap://x.x.x.x x.x.x.x/?cn"
require ldap-group cn=_cFP_xxxx, O=USA
require ldap-group cn=_cFP_xxxx, O=USA
require ldap-group cn=WORK_xxxx, O=USA
require ldap-group cn=int_ftp_xxxx, ou=fl, o=css
Used to use : ./configure --with-ldap-include=/usr/local/openldap/include/ --with-ldap-lib=/usr/local/openldap/lib --with-ldap=ldap --enable-ldap --enable-auth-ldap --enable-speling
to compile..
can anyone help?
Thanks
Grant
I cannot get apache 2.2.0 to authenticate using LDAP, it doesn't even try to reach the LDAP server (netware LDAP), all I get are 500 errors.
I am using this to compile apache:
./configure --with-ldap-include=/usr/local/openldap/include/ --with-ldap-lib=/usr/local/openldap/lib --with-ldap=ldap --enable-ldap --enable-auth-ldap --enable-speling --enable-authnz-ldap
and this is from a <Directory> inside the .conf file:
(changed AuthzLDAPAuthoritative from AuthLDAPAuthoritative for the new version of apache)
Order deny,allow
Allow from all
AuthType Basic
AuthzLDAPAuthoritative On
AuthName "Enterprise Server"
AuthLDAPURL "ldap://x.x.x.x x.x.x.x/?cn"
require ldap-group cn=_cFP_xxxx, O=USA
require ldap-group cn=_cFP_xxxx, O=USA
require ldap-group cn=WORK_xxxx, O=USA
require ldap-group cn=int_ftp_xxxx, ou=fl, o=css
Used to use : ./configure --with-ldap-include=/usr/local/openldap/include/ --with-ldap-lib=/usr/local/openldap/lib --with-ldap=ldap --enable-ldap --enable-auth-ldap --enable-speling
to compile..
can anyone help?
Thanks
Grant