Re: [phpldapadmin-users] Starting phpldapadmin

2008-06-23 Thread Grant Lowe
Here's what I've got for LDAP: # rpm -qa | grep ldap openldap-2.3.27-5 nss_ldap-253-3 openldap-clients-2.3.27-5 compat-openldap-2.3.27_2.2.29-5 python-ldap-2.2.0-2.1 # I haven't been able to find the phpinfo.php file on my system. Regarding your other qeustion...I did find this running ldap -i:

Re: [phpldapadmin-users] Starting phpldapadmin

2008-06-23 Thread Chris Strzelczyk
You need to install an LDAP client. Such as OpenLdap on your server. An RPM based linux distro do a: rpm -qa | grep ldap This will tell you what type of LDAP packages you have. Make sure that PHP is compiled with LDAP. Look at your phpinfo.php file to get this information. It should have a '

Re: [phpldapadmin-users] Starting phpldapadmin

2008-06-23 Thread Grant Lowe
A little bit further along. I'm now getting this: Your install of PHP appears to be missing LDAP support. Please install LDAP support before using phpLDAPadmin. What package(s) am I missing? By the way, thanks for all your help. Greatly appreciated! - Original Message From: Chris S

Re: [phpldapadmin-users] Starting phpldapadmin

2008-06-23 Thread Chris Strzelczyk
Add index.php to this line and restart your server. -cs On Mon, Jun 23, 2008 at 11:44 AM, Grant Lowe <[EMAIL PROTECTED]> wrote: > I checked the permssions as you suggested. They all look good (755 for > directories and index.php, 644 for other files). As far as the Directory > Index directive,

Re: [phpldapadmin-users] Starting phpldapadmin

2008-06-23 Thread Grant Lowe
I checked the permssions as you suggested. They all look good (755 for directories and index.php, 644 for other files). As far as the Directory Index directive, right now I have: DirectoryIndex index.html index.html.var Do I just add a index.php to the end of that line or replace index.html a

Re: [phpldapadmin-users] Starting phpldapadmin

2008-06-23 Thread Chris Strzelczyk
Check the permissions on you phpldapadmin directory. It sounds like your webserver user does not have access to that directory. Also, in httpd.conf, make sure that index.php is in the DirectoryIndex directive. Apache will display a 'Forbidden' message if you do not allow directory listing and yo

Re: [phpldapadmin-users] Starting phpldapadmin

2008-06-23 Thread Grant Lowe
Hi Chris, The error I'm getting is this: Forbidden You don't have permission to access /phpldapadmin-1.1.0.5/ on this server. As far as checking that I have php-getext installed, I don't see that specific package. I do see one called gettext-0.14.6-4.el5. Is that the same one? Also, to an

Re: [phpldapadmin-users] Starting phpldapadmin

2008-06-23 Thread Chris Strzelczyk
Could you give us the specific error you have? Also, make sure you have php-getext installed and compile into php. -cs On Sat, Jun 21, 2008 at 7:00 PM, Grant Lowe <[EMAIL PROTECTED]> wrote: > Hi all, > > I did just as the install docs say to do. I can't get > phpldapadmin to display in firevox.