Apache Server configuration support - Apache2 on Windows and LDAP with ADS

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > April 2004 > Apache2 on Windows and LDAP with ADS





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Apache2 on Windows and LDAP with ADS
Maik Kurzhals

2004-04-22, 5:33 am

Hello

i have a apache 2 on windows 2003 server and ADS on win2003.

LoadModule auth_ldap_module modules/mod_auth_ldap.dll
this the modul from Muhammad a Muguit version 2.12

in the httpd.conf i have this commands
<Directory "C:/Programme/Apache Group/Apache2/htdocs/pdc4">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all

Authname "Gesichertes Verzeichnis"
AuthType Basic
LDAP_Server "10.100.133.21:389"
UID_Attr uid
require valid-user
</Directory>

the problem is the apache dont ask the ADS and i don't know why :-(
i have look with etheral and i see nothing

Greets
sorry for my englisch :-(
Davide Bianchi

2004-04-22, 6:34 am

Maik Kurzhals <yoseikan@web.de> wrote:
> Authname "Gesichertes Verzeichnis"
> AuthType Basic
> LDAP_Server "10.100.133.21:389"
> UID_Attr uid


You miss the Base_DN and Bind_DN. Also, I'm using
LDAP_Server ip.of.the.server
LDAP_Port 389

And AFAIK the attribute to check is SAMAccountName.

Davide

--
| Experience is something you don't get until just after you need it.
|
|
|
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com