Setup a kerberos authenticated web site on FreePBX distro

I tried to create a kerberos authenticated web site on FreePBX distro 12.7.8-2107-3.sng7, but it seems that httpd-2.4.6-93.el7.centos.x86_64 is not compatible with mod_auth_gssapi-1.5.1-5.el7.x86_64. When I configure:
LoadModule mod_auth_gssapi /usr/lib64/httpd/modules/mod_auth_gssapi.so
and restart httpd I receive:
Can’t locate API module structure `mod_auth_gssapi’ in file /usr/lib64/httpd/modules/mod_auth_gssapi.so: /etc/httpd/modules/mod_auth_gssapi.so: undefined symbol: mod_auth_gssapi

Do you have any idea if I should add CentOS repositories and try to update some or both of these packages mod_auth_gssapi and httpd? Or should I compile mod_auth_gssapi from source?

Actually the correct configuration is:
LoadModule auth_gssapi_module /usr/lib64/httpd/modules/mod_auth_gssapi.so

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.