Questions tagged [mod-auth-ldap]
41 questions
0
votes
0 answers
Apache 2.4 with multiple LDAP providers fails to authenticate
Running into a strange problem.
I have an apache site with (single) LDAP authentication that runs fine.
However, I need to add a second ldap server to it, so I'm using AuthnProviderAlias for that, and now it keeps on reporting that the user cannot…
0
votes
1 answer
Apache 2.4 authentication combination with LDAP and htpassword
We use Apache with mod_svn to serve our Subversion repositories. Previously we used file based authentication with AuthType Digest set. We want to move to LDAP-based authentication, but at the first time we'd like to have the old and the new…

marczeeee
- 1
- 4
0
votes
1 answer
LDAP Auth with checking the group user belongs to?
Here is the problem I want to solve.
We have a mercurial source control server (Linux + Apache + mod_auth), that I want to configure so it works against LDAP (right now it's basic authorization on apache with passwords stored in .htpasswd files). I…

DmitrySemenov
- 835
- 2
- 15
- 27
0
votes
2 answers
Apache mod_auth_ldap and AD authentication using IE
I want to know if it's possible to configure Apache for authentication against ActiveDirectory for users to use SIngle Sign-on. I know Internet Explorer can use it and it's called Windows Authentication.

Dmytro Leonenko
- 456
- 1
- 7
- 24
0
votes
2 answers
New to mod_auth_ldap and looking for help
Is there a way to configure mod_auth_ldap without modifying httpd.conf ? (ie. only using .htaccess files)
The reason I ask is that we are trying to setup a directory on our site to use ldap authentication (I do not administrate the ldap server,…

Chris
- 419
- 2
- 4
- 14
0
votes
0 answers
Is Certificates are required for STARTTLS connection on LDAP
My LDAP server's ldap.conf file
#
# LDAP Defaults
#
# See ldap.conf(5) for details
# This file should be world readable but not world writable.
BASE dc=coretesting,dc=com
URI ldap://ldap.coretesting.com…

ram ajay
- 11
- 2
0
votes
1 answer
Apache - Active Directory LDAP authorization
I'm running Apache 2.4 on Fedora 34.
I've configured user authorization based on Active Directory usernames and passwords with "ldap_module" and "authnz_ldap_module" and this entry is working:
AuthLDAPBindDN…

Marek
- 21
- 5
0
votes
0 answers
Is it possible to verify TLS if a server doesn't provide an issuer cert?
I'm trying to configure Apache httpd v2.4 for LDAP authentication to AD. LDAPS certificates are issued by the internal CA. For whatever reason (I'm not on the AD team), neither our prod or non-prod environments publish the full chain.
Non-prod sends…

Joe Buckley
- 1
- 1
0
votes
1 answer
HTTPD LDAP Authentication not working
First time trying to do this and I'm completely lost.
I have a Oracle Linux 7.9 server that has a directory that needs to be shared to users via HTTP so that they can download files to send out to third parties.
I have been easily able to make it…

SJWales
- 1
- 3
0
votes
1 answer
How to plug Apache to several ldap servers with mod_authnz_ldap?
The apache mod_authnz_ldap AuthLDAPURL directive can have several ldap URIs as showed in the doc:
AuthLDAPURL "ldap://ldap1.example.com ldap2.example.com/dc=..."
However, if I need different bind information (AuthLDAPBindDN and…

azmeuk
- 195
- 1
- 2
- 16
0
votes
1 answer
Vlan manager does not automatically disable macs
I want to implement a client infrastructure where the devices connect to the network in different vlan.
I installed a freeradius server connected to our Active Directory. I have enabled the switches for dynamic vlan and assigned all the vlan to LDAP…

yoga84
- 1
- 1
- 1
- 1