I am completely new to both 'OpenLDAP' and 'phpldapadmin'. I have used 
'phpMyAdmin' quite successfully though.
 
The problem is that I cannot log into 'phpldapadmin' via the web interface. I 
continually receive the following error:
 
The website declined to show this webpage 
HTTP 403  
Most likely causes: This website requires you to log in.  

I have the following in my 'httpd.conf' file:
 
Alias /phpldapadmin/ "/usr/local/www/phpldapadmin/htdocs"
 
<Directory "/usr/local/www/phpldapadmin/htdocs">
    Options none
    AllowOverride none
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1 192.168.1.104
</Directory>
 
I have the following in the config.php file:
 
// $ldapservers->SetValue($i,'server','auth_type','http');
 
I am running FreeBSD-6.3 and installed 'phpldapadmin' from the ports system. 
Perhaps there is a FreeBSD user here who can assist me. I am very new to 
FreeBSD, etc, having used Windows for several years.
 -- 
Jerry
[EMAIL PROTECTED] 


      

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to