Hello to all,

I have the AuthPerLDAP module and the mod_perl module installed on windows
2000. I have set up
my http.conf file under apache with the following setup:

        <Directory "C:/web/mvoicemail/html">

    AuthName "MVoiceMail Authentication"
    AuthType Basic
    # Any of the following variables can be set.  
    # Defaults are listed to the right.
    PerlSetVar BaseDN o=mcdss.inhouse  
    PerlSetVar LDAPServer MCDSSMAIN   
    PerlSetVar LDAPPort 389          
    PerlSetVar UIDAttr uid          
    require valid-user
    PerlAuthenHandler Apache::AuthPerLDAP
        
        ...more stuff


When I access the index.html in this directory via the browser I get the
following error in
my error.log file:

[Wed Feb 12 08:06:58 2003] [error] Undefined subroutine
&Apache::AuthPerLDAP::handler called

I am not sure where to go from here.  
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to