Page 1 of 1

LDAP Auth

PostPosted: 16. April 2024 04:29
by MunAmi
Hello!
Maybe someone here can help me.

I have set up XAMPP as an intranet. Local network, all good. But now users will also dial in via a VPN and use a different IP range. Everything works fine. But now we have the requirement that the VPN users should authenticate themselves to the AD or via LDAP and the rest of the internal users should not.

You could set up Apache with LDAP Auth, but then that applies to everyone, right?

Re: LDAP Auth

PostPosted: 16. April 2024 09:42
by Altrea
Hi,

Read more about Apache LDAP here:
https://httpd.apache.org/docs/2.4/mod/m ... _ldap.html

MunAmi wrote:You could set up Apache with LDAP Auth, but then that applies to everyone, right?

No, you can define a Require IP Range in combination with RequireAny and Apache LDAP Auth
https://httpd.apache.org/docs/2.4/mod/m ... _core.html

And all of that sounds like you are using XAMPP as production intranet server. That is not the environment XAMPP should be used in.
Read more about our Scope of support here: viewtopic.php?f=16&t=67782#p232732