You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Mathias Alt <al...@gmx.de> on 2003/04/23 16:59:28 UTC

[users@httpd] ldap-authorization with Apache 2.0.44 on Win2k

Hello,

I want to control the access of browsing users via authorization against a
LDAP-Server on Novell NetWare6 using the Apache 2.0.44 binary release on a
Windows 2000 machine.

I tried out a lot of different configurations but it doesn't work.

Is it possible at all to use the ldap-authorization with the Windows binary
release?

I load the module auth_ldap_module and added the following instructions 

<Directory "C:/Program Files/Apache Group/Apache2/htdocs/todo">

    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
    
    AuthType Basic
    AuthName "es gibt immer was zu tun"

    AuthLDAPEnabled on
    AuthLDAPURL ldap://192.168.25.248:389/ou=informatik,o=abc_ag,c=de
    AuthLDAPAuthoritative on
    AuthLDAPBindDN dn:cn:admin,ou=users,ou=informatik,o=abc_ag,c=de
    AuthLDAPBindPassword secret
    require valid-user
    
</Directory>

When I want to go to http://localhost/todo/index.html I get a small Window
with the title Programm Error :

<Apache.exe has generated errors and will be closed by Windows.
You will need to restart the program.

An error log is being created.>

Maybe you have a tip

Thanks in advance

Mathias Alt
Worms - Germany

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org