logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: mod_auth_gssapi for kerberos authentification
Author
fdalex



Joined: 05 Feb 2021
Posts: 2
Location: France

PostPosted: Fri 05 Feb '21 17:33    Post subject: mod_auth_gssapi for kerberos authentification Reply with quote

Hi !

I'm using apache 2.4.x x64 with php on a windows server and I need to connect to a kerberos authentification. I've read that mod_auth_kerb was too old for apache 2.4.x and it was better to use mod_auth_gssapi, so I'm trying to use this :

https://github.com/gssapi/mod_auth_gssapi

... but looks like it's for linux version of apache. I managed to compile it and created a mod_auth_gssapi.so file but it's not working on my apache on windows server (apache doesn't start with "LoadModule auth_gssapi_module modules/mod_auth_gssapi.so" in the httpd.conf file), I have no idea how to compile this module for windows, I don't know if it's even possible.

So I was wondering, is there a way to compile this gssapi module for apache 2.4.x for windows ? It is the right way to use this or is there an other solution to be able to do kerberos authentification on apache ?

Thanks Smile
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Sun 07 Feb '21 10:24    Post subject: Reply with quote

For Windows I know only mod_authn_ntlm[1] and mod_authnz_ldap[2]

mod_auth_gssapi is indeed for Linux only. The required lib krb5 does not exist on windows.


[2]https://github.com/TQsoft-GmbH/mod_authn_ntlm
[2]http://httpd.apache.org/docs/2.4/mod/mod_authnz_ldap.html
Back to top
fdalex



Joined: 05 Feb 2021
Posts: 2
Location: France

PostPosted: Mon 08 Feb '21 10:38    Post subject: Reply with quote

I'll check this, thanks.
Back to top


Reply to topic   Topic: mod_auth_gssapi for kerberos authentification View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules