Re: [users@httpd] httpd session timeout

2016-08-24 Thread Roger Paanini
Forgot to mention... I am using httpd as a reverse proxy. But the downstream server has no notion of a user or sessions. On Wed, Aug 24, 2016 at 8:53 AM, Roger Paanini wrote: > Chris, I am testing it by logging into the website using basic > authentication and then waiting for the ti

Re: [users@httpd] httpd session timeout

2016-08-24 Thread Roger Paanini
id-user Require ldap-group "" AuthLDAPRemoteUserAttribute uid Any thoughts on what I am missing? Thanks! On Tue, Aug 23, 2016 at 3:29 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Roger, > > On 8/23/1

[users@httpd] httpd session timeout

2016-08-23 Thread Roger Paanini
Folks, I have tried to configure httpd with session timeout but it does not seem to work. My httpd.conf has the following: Session on SessionMaxAge 1 AuthType Basic *** I was trying to put a timeout value of 1 sec just to test. This is not working. Am I missing something?

[users@httpd] AuthLDAPBindPassword encryption

2016-07-22 Thread Roger Paanini
Hello Everyone, I am trying to usr an encrypted password for LDAP. After much research I chanced upon the link: https://httpd.apache.org/docs/2.4/mod/mod_authnz_ldap.html#authldapbindpassword But when I try the following entry in httpd.conf, it does not seem to work: AuthLDAPBindPassword "exec:

[users@httpd] Issue with LDAPVerifyServerCert: On

2016-07-06 Thread Roger Paanini
Hi Folks, I am having a problem connecting with LDAP when I turn on LDAPVerifyServerCert. With this parameter turned off everything is working fine. I took tcpdump for both the scenarios. The only difference is in the list of Distinquished Names that my LDAP server sends as part of the "Certifica

Re: [users@httpd]Login difficulty after integration of httpd with LDAP

2016-07-05 Thread Roger Paanini
ass=user)>" Your suggestion to do ldapsearch made me look through these values and that is how I found it. Thanks for the help! On Tue, Jul 5, 2016 at 1:41 PM, Eric Covener wrote: > On Tue, Jul 5, 2016 at 2:32 PM, Roger Paanini > wrote: > > I have redacted the response to p

Re: [users@httpd]Login difficulty after integration of httpd with LDAP

2016-07-05 Thread Roger Paanini
Eric, this command works perfectly fine: ldapsearch -x -h my.com -D "CN=ldap,OU=acct,DC=my,DC=com" -w * -b "dc=my,dc=com" -s sub "(&(sAMAccountName=testuser)(objectClass=user))" I have redacted the response to protect confidential info. Do you need the full response? Thanks! On Tue, Jul 5,

[users@httpd]

2016-07-05 Thread Roger Paanini
Hi Folks, I am trying to integrate httpd with LDAP (Active Directory) but I am running into some trouble: Every time I try to login, here is what I see: Tue Jul 05 09:23:50.471191 2016] [ssl:info] [pid 35839:tid 139644016523008] [client 10.204.1.1:51637] AH01964: Connection to child 66 establishe