Dear Folks,
  
     Its been a long time i never use list, Currently I'm upgrading apache 
version 2.4.3 and need ldap's modules for authentication. I compiled 
httpd-2.4.3.tar.gz with this 

./configure --prefix=/www/apache1 --with-mpm=prefork 
--enable-mpms-shared='prefork worker' --with-apr=/usr/local/apr 
--with-apr-util=/usr/local/apr --enable-mo
ds-shared=all --enable-ssl=shared --enable-ssl --with-ssl=/usr/local/ssl 
--enable-suexec --with-suexec-caller=apache 
--with-suexec-dir=/customerlogs/cpusers --enabl
e-session-cookie --enable-privileges --enable-authnz-ldap --enable-ldap

Its compiled successfully.But i have an issue on AuthzLDAPAuthoritative off 
which it show's in error log file 

Invalid command 'AuthzLDAPAuthoritative', perhaps misspelled or defined by a 
module not included in the server configuration

This i believe that enable thru mod_authnz_ldap module. Even i 
tried AuthLDAPAuthoritative but still i got the same error.

httpd.conf module for authentication both basic authz and authn.

LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_anon_module modules/mod_authn_anon.so
#LoadModule authn_dbd_module modules/mod_authn_dbd.so
LoadModule authn_socache_module modules/mod_authn_socache.so
LoadModule authn_core_module modules/mod_authn_core.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_dbd_module modules/mod_authz_dbd.so
LoadModule authz_core_module modules/mod_authz_core.so
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule access_compat_module modules/mod_access_compat.so
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_form_module modules/mod_auth_form.so
LoadModule auth_digest_module modules/mod_auth_digest.so

I existing apache 2.2.15 which working fine authentication thru my ldap server.


Is this a bug for apache 2.4.3? I search for solution from the internet and I 
cannot find good solution.

Regards,

Tux User
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Reply via email to