MisterM Verified User Joined Jul 31, 2022 Messages 365 Oct 21, 2022 #1 Hello I am looking to add this apache module mod_auth_gssapi in other apache modules? How to do it? Mz
Hello I am looking to add this apache module mod_auth_gssapi in other apache modules? How to do it? Mz
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,447 Location UA Oct 22, 2022 #2 Customizing Apache | Directadmin Docs DirectAdmin Knowledge Base docs.directadmin.com
MisterM Verified User Joined Jul 31, 2022 Messages 365 Oct 22, 2022 #3 I followed the tutorial but I can't find the module I introduced in my config. Any idea ? Mz
MisterM Verified User Joined Jul 31, 2022 Messages 365 Oct 24, 2022 #4 To tell you, I try to compile this module for apache: GitHub - gssapi/mod_auth_gssapi: GSSAPI Negotiate module for Apache GSSAPI Negotiate module for Apache. Contribute to gssapi/mod_auth_gssapi development by creating an account on GitHub. github.com To add a kerberos authentication to SOGo to connect under Mac OS / PC under Outlook. That's why I'm asking you for help. Mz
To tell you, I try to compile this module for apache: GitHub - gssapi/mod_auth_gssapi: GSSAPI Negotiate module for Apache GSSAPI Negotiate module for Apache. Contribute to gssapi/mod_auth_gssapi development by creating an account on GitHub. github.com To add a kerberos authentication to SOGo to connect under Mac OS / PC under Outlook. That's why I'm asking you for help. Mz
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,447 Location UA Oct 24, 2022 #5 provided instructions didn't work? GitHub - gssapi/mod_auth_gssapi: GSSAPI Negotiate module for Apache GSSAPI Negotiate module for Apache. Contribute to gssapi/mod_auth_gssapi development by creating an account on GitHub. github.com
provided instructions didn't work? GitHub - gssapi/mod_auth_gssapi: GSSAPI Negotiate module for Apache GSSAPI Negotiate module for Apache. Contribute to gssapi/mod_auth_gssapi development by creating an account on GitHub. github.com
MisterM Verified User Joined Jul 31, 2022 Messages 365 Oct 24, 2022 #6 if the instructions were noted, but when I carried out this command httpd -M, I do not find the module in question, that is why the question
if the instructions were noted, but when I carried out this command httpd -M, I do not find the module in question, that is why the question
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,447 Location UA Oct 24, 2022 #7 after compilation you receive .so module, then you must include it in httpd.conf, restart it and check is it loaded.
after compilation you receive .so module, then you must include it in httpd.conf, restart it and check is it loaded.
Richard G Verified User Joined Jul 6, 2008 Messages 13,733 Location Maastricht Oct 24, 2022 #8 Maybe best included it in /etc/httpd/conf/extra/httpd-includes.conf as on a Apache update, the httpd.conf might be overwritten.
Maybe best included it in /etc/httpd/conf/extra/httpd-includes.conf as on a Apache update, the httpd.conf might be overwritten.