Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: mod_auth_gssapi for kerberos authentification |
|
Author |
|
fdalex
Joined: 05 Feb 2021 Posts: 2 Location: France
|
Posted: Fri 05 Feb '21 17:33 Post subject: mod_auth_gssapi for kerberos authentification |
|
|
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 |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Sun 07 Feb '21 10:24 Post subject: |
|
|
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
|
Posted: Mon 08 Feb '21 10:38 Post subject: |
|
|
I'll check this, thanks. |
|
Back to top |
|
|
|
|
|
|