search for: mod_authnz_ldap

Displaying 14 results from an estimated 14 matches for "mod_authnz_ldap".

Did you mean: mod_auth_ldap
2007 Oct 25
0
apache mod_authnzldap against Active Directory
...I am trying to configure mod_authnzldap authing against Active Directory and I have it working about 50% of the time. About 50% of the time this works with no issue, the rest of the time it fails. Sometimes it fails and notes the following in the error log: [Mon Oct 22 15:58:03 2007] [debug] mod_authnz_ldap.c(373): [client 10.XXX.XX.XXX] [13379] auth_ldap authenticate: using URL ldap://10.XX.XX.XXX:389/DC=centos,DC=org?sAMAccountName?sub?(objectClass=*) [Mon Oct 22 15:58:03 2007] [warn] [client 10.xxx.xx.xxx] [13379] auth_ldap authenticate: user special authentication failed; URI /logo.gif [ldap_s...
2007 Jul 18
1
apache mod_authnz_ldap: multiple servers syntaxes
Hello, I'm trying this here first before moving to the apache list. Maybe someone of you use mod_authnz_ldap with multiple ldap servers declaration for redundancy. With one server declared it is working. Here is what I've tried for adding another one (space separated as read in the apache's doc) : .... AuthLDAPURL ldaps://ldap1.example.com/ou=People,dc=example,dc=com?uid??(businessCategory=foo) l...
2015 Oct 07
1
Working configuration for Apache 2.4 auth vs Samba 4 AD
Hello, had some problem to authenticate users with AD with my Apache 2.4 website following the wiki page: https://wiki.samba.org/index.php/Authenticating_Apache_against_Active_Directory#Basic_LDAP_authentication Here is my working configuration (thanks to http://httpd.apache.org/docs/2.4/en/mod/mod_authnz_ldap.html) First you need authnz_ldap module for Apache. <Location /> AuthName "AD authentication" AuthBasicProvider ldap AuthType Basic AuthLDAPGroupAttribute member AuthLDAPGroupAttributeIsDN On AuthLDAPURL "ldap://addc1:3268/?sAMAccountName?sub AuthLDAPBindDN apache-connect at...
2011 Jan 11
1
httpd LDAP auth module
Hi, I am looking at LDAP module for Apache httpd for authentication. The 'yum install' gives me 'mod_authz_ldap.i386 0:0.26-9.el5_5.1', whereas on Apache documentation site I find mod_authNz_ldap module. Both modules appear to be different looking at available directives. Any clues or suggestions on which module should be used? Where can I find documentation for mod_authz_ldap? -- CS.
2014 Apr 15
1
Contributing packages
...6_64.rpm apr-util-openssl-1.5.3-1.el6.x86_64.rpm apr-util-pgsql-1.5.3-1.el6.x86_64.rpm apr-util-sqlite-1.5.3-1.el6.x86_64.rpm httpd-2.4.9-1.el6.x86_64.rpm httpd-debuginfo-2.4.9-1.el6.x86_64.rpm httpd-devel-2.4.9-1.el6.x86_64.rpm httpd-manual-2.4.9-1.el6.x86_64.rpm httpd-tools-2.4.9-1.el6.x86_64.rpm mod_authnz_ldap-2.4.9-1.el6.x86_64.rpm mod_lua-2.4.9-1.el6.x86_64.rpm mod_proxy_html-2.4.9-1.el6.x86_64.rpm mod_ssl-2.4.9-1.el6.x86_64.rpm Is there any interest in having these offered to the CentOS-6 community for inclusion somewhere (CentOS-Plus?). -- *** E-Mail is NOT a SECURE channel ***...
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
...TTP server. The information can also be found at http://httpd.apache.org/docs/. %package tools Group: System Environment/Daemons Summary: Tools for use with the Apache HTTP Server %description tools The httpd-tools package contains tools which can be used with the Apache HTTP Server. %package -n mod_authnz_ldap Group: System Environment/Daemons Summary: LDAP modules for the Apache HTTP server BuildRequires: openldap-devel Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn} %description -n mod_authnz_ldap The mod_authnz_ldap module for the Apache HTTP server provides authentication and authorizati...
2017 Apr 04
1
Apache2 Kerberos-Authentication and LDAP-Authorization
...enOnFailure On Options +ExecCGI # Optional ErrorDocument 401 "Check your ticket/password" ErrorDocument 403 "Login OK, but you are not allowed here" </Directory> It would be very nice to get rid of the AuthLDAPBindPassword, if somebody knows a way. But it seems that mod_authnz_ldap always uses ldap_simple_bind [2]. Cheers, Christian [1] https://wiki.samba.org/index.php/Authenticating_Apache_against_Active_Directory [2] https://bz.apache.org/bugzilla/show_bug.cgi?id=55178 -- ifu Hamburg - material flows and software "We enable sustainable production." ifu Hambu...
2008 Jul 10
4
Distributed Setup Suggestions
My company is approx 200 users. We have 10 offices each with 5-30 users each. A few offices work independently, but there has been a lot more inter-office work lately. I am looking for a way to provide fast local access to files stored in the same office as the user, but also acceptable performance for inter-office file transfers. We are currently using Oracle Drive for a central file server, it
2018 Feb 05
0
mod_auth_kerb realm not stripped
...Test12 ) I have tried experimenting with auth_to_local tags in the [realms] sections of /etc/krb5.conf, but could see no evidence of the rules being invoked. i.e. Same output in the apache error log regardless. This then appears to get passed on for use in subsequent ldap authorisations (apache mod_authnz_ldap). This does not work for us as we need to authorise against stripped user names (Active Directory sAMAccount or similar; our userPrincipalName is a different format: Test12 at Q.Y.Z, so can't workaround using that). I previously posted a similar messages to kerberos at mit.edu but got no feed...
2015 May 07
2
Apache 2.2 itk - 404 not found
.../mod_authz_owner.so LoadModule authz_groupfile_module modules/mod_authz_groupfile.so LoadModule authz_dbm_module modules/mod_authz_dbm.so LoadModule authz_default_module modules/mod_authz_default.so LoadModule ldap_module modules/mod_ldap.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so LoadModule include_module modules/mod_include.so LoadModule log_config_module modules/mod_log_config.so LoadModule logio_module modules/mod_logio.so LoadModule env_module modules/mod_env.so LoadModule ext_filter_module modules/mod_ext_filter.so LoadModule mime_magic_modul...
2015 May 07
3
Apache 2.2 itk - 404 not found
...uthz_groupfile_module modules/mod_authz_groupfile.so >> LoadModule authz_dbm_module modules/mod_authz_dbm.so >> LoadModule authz_default_module modules/mod_authz_default.so >> LoadModule ldap_module modules/mod_ldap.so >> LoadModule authnz_ldap_module modules/mod_authnz_ldap.so >> LoadModule include_module modules/mod_include.so >> LoadModule log_config_module modules/mod_log_config.so >> LoadModule logio_module modules/mod_logio.so >> LoadModule env_module modules/mod_env.so >> LoadModule ext_filter_module modules/mod_...
2015 May 07
0
Apache 2.2 itk - 404 not found
...> LoadModule authz_groupfile_module modules/mod_authz_groupfile.so > LoadModule authz_dbm_module modules/mod_authz_dbm.so > LoadModule authz_default_module modules/mod_authz_default.so > LoadModule ldap_module modules/mod_ldap.so > LoadModule authnz_ldap_module modules/mod_authnz_ldap.so > LoadModule include_module modules/mod_include.so > LoadModule log_config_module modules/mod_log_config.so > LoadModule logio_module modules/mod_logio.so > LoadModule env_module modules/mod_env.so > LoadModule ext_filter_module modules/mod_ext_filter.so > Loa...
2020 Aug 31
5
How to Migrate Wordpress Website from 32-bit CentOS Linux 6.3 to 64-bit CentOS Linux 8.2 (2004)
..._module modules/mod_authz_owner.so #LoadModule authz_groupfile_module modules/mod_authz_groupfile.so #LoadModule authz_dbm_module modules/mod_authz_dbm.so #LoadModule authz_default_module modules/mod_authz_default.so #LoadModule ldap_module modules/mod_ldap.so #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so #LoadModule include_module modules/mod_include.so #LoadModule log_config_module modules/mod_log_config.so #LoadModule logio_module modules/mod_logio.so #LoadModule env_module modules/mod_env.so #LoadModule ext_filter_module modules/mod_ext_filter.so #LoadModule mime_magic_module modules/mod_mime...
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...owner_module modules/mod_authz_owner.so LoadModule authz_groupfile_module modules/mod_authz_groupfile.so LoadModule authz_dbm_module modules/mod_authz_dbm.so LoadModule authz_default_module modules/mod_authz_default.so LoadModule ldap_module modules/mod_ldap.so LoadModule authnz_ldap_module modules/mod_authnz_ldap.so LoadModule include_module modules/mod_include.so LoadModule log_config_module modules/mod_log_config.so LoadModule logio_module modules/mod_logio.so LoadModule env_module modules/mod_env.so LoadModule ext_filter_module modules/mod_ext_filter.so LoadModule mime_magic_module modules/mod_mime_magic...