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
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
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
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
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
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
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
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