[Auth_ldap] apache/auth_ldap core dumps

barry haycock satori692002 at yahoo.com.au
Mon Feb 28 14:38:12 PST 2005


i have built and installed auth_ldap module. if i dont
configure a directory but leave the LoadModule &
AddModule stuff in apache starts fine.

if i try and configure a directory as below apache
wont start and core dumps.
my environment is a solaris 9 using apache/1.3.33
php/4.3.10 & auth_ldap/1.6.0

LoadModule auth_ldap_module   libexec/auth_ldap.so
AddModule auth_ldap.c

<Directory /opt/local/apache/htdocs/phpldapadmin>
        Options Indexes FollowSymlinks
        AllowOverride None
        Order Deny,Allow
        Deny from all
        Require group cn=dev, ou=groups, dc=sage,
dc=ato
        #Require group cn=ops, ou=groups, dc=sage,
dc=ato
        AuthType Basic
        AuthName "Sage ldap server"
        AuthLDAPenabled on
        AuthLDAPURL
ldap://172.20.50.130:389/cn=dev,ou=groups,dc=sage,dc=ato?uid
        AuthLDAPBindDN cn=Manager,dc=sage,dc=ato
        AuthLDAPBindPassword secret
        AuthLDAPAuthoritative on
        Require valid-user
</Directory>


is there anything obvious to what i am doing wrong???

Barry

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com



More information about the Auth_ldap mailing list