[users@httpd] Apache on Windows with Active Directory Authentication

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 

We have managed to configure Apache authenticate against AD with the following lines in .htaccess:

 

  AuthName "Restricted Access"

  AuthType Basic

  AuthLDAPAuthoritative on

  AuthLDAPURL "ldap://ad.mycompany.com.au:389/dc=mycompany,dc=com,dc=au?sAMAccountNAme?sub?(objectClass=user)"

 

  AuthLDAPBindDN "cn=myusername, ou=userou, dc=mycompany, dc=com, dc=au"

  AuthLDAPBindPassword mypassword

  require valid-user

 

The problem is that after every 4-6 days, users are no longer able to access the website, requiring the computer to be restarted before it will continue to authenticate users .  The log shows:

 

[Tue Jul 18 14:59:37 2006] [warn] [client 128.250.196.11] [1276] auth_ldap authenticate: user myusername authentication failed; URI /website [ldap_search_ext_s() for user failed][Operations Error]

[Tue Jul 18 14:59:40 2006] [warn] [client 128.250.196.11] [1276] auth_ldap authenticate: user myusername authentication failed; URI /website [ldap_search_ext_s() for user failed][Operations Error]

 

Any hints/solution would be greatly appreciated.  Thanks.


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux