similar to: Apache/Active Directory authentication

Displaying 20 results from an estimated 300 matches similar to: "Apache/Active Directory authentication"

2007 Oct 25
0
apache mod_authnzldap against Active Directory
Hey guys I am running CentOS 5 with httpd 2.2.3 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]
2016 Apr 12
1
Slow authentication on C7
On 12 April 2016 at 18:03, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote: > > On Tue, April 12, 2016 11:57 am, m.roth at 5-cent.us wrote: > > James Hogarth wrote: > >> On 12 Apr 2016 16:29, "Scott Robbins" <scottro11 at gmail.com> wrote: > >>> On Tue, Apr 12, 2016 at 09:45:17AM +0200, Marcin Trendota wrote: > >>> > W dniu
2015 May 11
6
Authenticating Apache Against Active Directory
Hello, Using Nagios on Ubuntu 14.04.1 LTS. I'm attempting to authenticate users against Samba 4.2.1. When I edit 'apache2.conf' with <Directory /> Options FollowSymLinks AllowOverride None Require all granted Allow from all AuthName "AD authentication" AuthBasicProvider ldap AuthType Basic
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
2011 Jun 13
3
Compiling PHP and MySQL
Hi everyone, I need to install an older version of PHP - 5.2.16, which is not currently available through an official CentOS repo (as far as I can tell). In order to fulfill our developer's requirements, I've decided to just compile PHP and MySql from the source. Is there a way to find out what are the usual configure options that are used to compile binaries that are available through
2015 May 11
0
Authenticating Apache Against Active Directory
On 05/11/2015 08:24 AM, James wrote: > Hello, > > Using Nagios on Ubuntu 14.04.1 LTS. I'm attempting to authenticate > users against Samba 4.2.1. When I edit 'apache2.conf' with > > > <Directory /> > Options FollowSymLinks > AllowOverride None > Require all granted > Allow from all > AuthName
2015 May 12
0
Authenticating Apache Against Active Directory
On Mon, May 11, 2015 at 11:24 AM, James <lingpanda101 at gmail.com> wrote: > Hello, > > Using Nagios on Ubuntu 14.04.1 LTS. I'm attempting to authenticate > users against Samba 4.2.1. When I edit 'apache2.conf' with > > > <Directory /> > Options FollowSymLinks > AllowOverride None > Require all granted >
2008 Apr 10
2
mod_auth_ldap Apache2 on CentOS 5 and require group
Hi , i am facing a strange problem. I have centos , i wan to access svn trought apache using mod auth ldap. This is what i have configured AuthLDAPBindDN cn=svn,ou=Operators,o=Organization AuthLDAPBindPassword Pass1 AuthLDAPURL "ldap://ldap/ou=Users,o=Organization?uid" AuthLDAPGroupAttribute member AuthLDAPGroupAttributeIsDN on Require
2011 Feb 10
1
Hyper-V template configuration
Hi everyone, I've installed CentOS 5 on Hyper-V and finally got everything working. I would like to setup a template, but google is failing me. Everything I read does not seem very promising when it comes to templates support with MS Hyper-V. I was wondering if maybe someone here has successfully configured CentOS templates? I realize that VmWare is a lot better, but it's not a
2017 Apr 04
1
Apache2 Kerberos-Authentication and LDAP-Authorization
Hi, I built an apache config which combines Kerberos-Authentication and LDAP-Authorization to allow SSO and require ldap-group at the same time. I think this might be interesting to add to [1], but before that, I would like to have it double-checked, to be sure that it adds no security issues. The steps to create the keytab file, etc are from the other two guides, except that the user
2012 Jan 31
1
libz.so.1 => not found
Hello, We have an older AFS server, which was running Centos 5.5. It hasn't been updated in a while because of the plans to move it to another server, but it never happened. Thus, we've decided to upgrade it to 5.7? I did yum clean all and yum update. Everything ran smoothly and no issues. After the reboot, zlib.so.1 can no longer be found. /usr/lib64/zlib.so.1 is a symbolic link
2011 Dec 27
1
Hyper V integration question
Hello everyone, I have Hyper V integration working properly, but needed to do an update to 2.6.18-274.12.1.el5-x86_64. Since then, it no longer works. As discovered previously, one needs to rebuild Hyper V Integration tools due to the kernel panic. http://www.sudonym.com/398/kernel-panic-after-yum-update-centos-with-hyper-v-linux-integration-components Done. But I'm getting an error
2011 Feb 01
1
Setting up persistent LUNs
Hello everyone, I am trying to setup persistent LUNs and having problems. I've been following instructions I found on the web and they refer to editing /etc/scsi_id.config file and adding options=-g line there. After doing so, I should be able to run scsi_id -g -s /dev/sd* and get proper results. I've modified file /etc/scsi_id.config appropriately: [root at psrwjmsafs1 etc]# grep
2011 Apr 13
1
yum update - missing dependencies
Hi everyone, I just upgraded to 5.6 and keep on getting the following error message: [root at rwjafs1 ~]# yum update Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * base: centos.mirror.nac.net * extras: mirror.batblue.com * updates: mirror.atlanticmetro.net Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package
2016 Apr 12
2
Slow authentication on C7
James Hogarth wrote: > On 12 Apr 2016 16:29, "Scott Robbins" <scottro11 at gmail.com> wrote: >> On Tue, Apr 12, 2016 at 09:45:17AM +0200, Marcin Trendota wrote: >> > W dniu 11.04.2016 o 20:07, Scott Robbins pisze: <SNIP> > After various testing I ended up going with the Apache LDAP cache module > and doing the auth at the Apache level, not system. >
2016 Apr 11
5
Slow authentication on C7
Recently i've migrated our SVN server (virtual machine) from C6 to C7 (more precisely - migrated data to freshly installed virtual machine). And we have problem with very slow authentication. Server is configured with SSSD, user data are fetching from our LDAP server. SVN is configured with apache (pwauth for authentication + LDAP search for Require ldap-group). It takes pwauth even 10
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
2012 Feb 15
0
corrupted /etc/mtab
Hello everyone, It seems like we have a corrupted /etc/mtab file and I just wanted to check that my plan of action is correct. df -k returns: df: cannot read table of mounted file systems: No such file or directory ls -la mtab: ?--------- ? ? ? ? ? mtab messages full of errors: EXT3-fs error (device cciss/c0d2p1): ext3_lookup: unlinked inode 847444 in dir #846977 I
2018 Nov 28
0
aarch64 boot up process/EFI
Hello, I am not sure if this is the correct place to ask, but I do not have anyone else to go to. I'm working on building our own custom aarch64 RHEL distribution and using CentOS SRPMs to rebuild necessary packages. I am also utilizing kickstart. At this point, my kickstart installs all packages (by using a local repository with newly rebuild packages), but in the end I get an error
2017 Nov 09
0
Best practice for creating an RO LDAP User in AD...
Hi Marco, On 8 November 2017 at 08:49, Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > > Not sure what you are proposing is going to work, AD expects every user > > to be a member of Domain Users, even though there is nothing in AD to > > show membership. > > [...] > I simply