[users@httpd] LDAP Authentication with Digest/NTLM method ??

2014-07-04 Thread himanshu
Hi, I have a query about using Digest/NTLM HTTP authentication method with LDAP. As far as I know Apache support only basic authentication with LDAP using "AuthType Basic" configuration in mod_authnz_ldap module. Is there support for Digest/NTLM authentication with LDAP? Thanks, Himanshu

Re: [users@httpd] LDAP Authentication

2012-12-02 Thread Igor Cicimov
On Mon, Dec 3, 2012 at 11:41 AM, Igor Cicimov wrote: > > On Mon, Dec 3, 2012 at 10:11 AM, Roman Gelfand wrote: > >> Here is my .htaccess file... >> >> AuthName "DSPAM Authentication" >> AuthType Basic >> AuthBasicProvider ldap >> AuthzLDAPAuthoritative on >> AuthLDAPURL "ldap://somehost:389/ou=Pe

Re: [users@httpd] LDAP Authentication

2012-12-02 Thread Igor Cicimov
On Mon, Dec 3, 2012 at 10:11 AM, Roman Gelfand wrote: > Here is my .htaccess file... > > AuthName "DSPAM Authentication" > AuthType Basic > AuthBasicProvider ldap > AuthzLDAPAuthoritative on > AuthLDAPURL "ldap://somehost:389/ou=People,dc=domain,dc=com"; > require valid-user > > It is able to ret

[users@httpd] ldap authentication taking far too long

2011-12-10 Thread Tessio Fechine
Hello, I configured apache2.2 to provide ldap authentication with Active Directory. --=-- AuthType Basic AuthName "Authenticate with domain account." AuthBasicProvider ldap AuthzLDAPAuthoritative on AuthLDAPBindDN cn=Administrator,cn=users,dc=example,dc=co

Re: [users@httpd] ldap authentication works for a while then starts failing

2011-11-15 Thread Eric Covener
I think sometimes a packet capture shows some extended error text in the LDAP response? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To uns

Re: [users@httpd] ldap authentication works for a while then starts failing

2011-11-15 Thread William A. Rowe Jr.
On 11/15/2011 8:00 AM, Mr Jerry J wrote: Hello, I have upgraded to httpd 2.2.21, but am still having the same problem. Does anyone have any ideas on why LDAP authentication against Active Directory works fine for a while and then stops working, giving the error message below? Can't tell you f

Re: [users@httpd] ldap authentication works for a while then starts failing

2011-11-15 Thread Mr Jerry J
To: users@httpd.apache.org Sent: Mon, October 17, 2011 2:31:15 PM Subject: [users@httpd] ldap authentication works for a while then starts failing Hello, I am using httpd 2.2.19 running on Windows Server 2008. I am authenticating with ldap against Windows Active Directory. It will work fine

[users@httpd] ldap authentication works for a while then starts failing

2011-10-17 Thread Mr Jerry J
Hello, I am using httpd 2.2.19 running on Windows Server 2008. I am authenticating with ldap against Windows Active Directory. It will work fine for a while. Sometimes a day. Sometimes a week. And then I will start getting the following log message (server names, user names, etc have bee