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 '--with-ldap=<path to ldap>'.

-cs

On Mon, Jun 23, 2008 at 12:14 PM, Grant Lowe <[EMAIL PROTECTED]> wrote:

> 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 Strzelczyk <[EMAIL PROTECTED]>
> To: Grant Lowe <[EMAIL PROTECTED]>
> Cc: phpldapadmin-users@lists.sourceforge.net
> Sent: Monday, June 23, 2008 8:54:28 AM
> Subject: Re: [phpldapadmin-users] Starting phpldapadmin
>
> 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, 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
>> and index.html.var with index.php?
>>
>> ----- Original Message ----
>> From: Chris Strzelczyk <[EMAIL PROTECTED]>
>> To: Grant Lowe <[EMAIL PROTECTED]>
>> Cc: phpldapadmin-users@lists.sourceforge.net
>> Sent: Monday, June 23, 2008 8:03:13 AM
>> Subject: Re: [phpldapadmin-users] Starting phpldapadmin
>>
>> 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 you don't have index.php in your DirectoryIndex.
>>
>> Currently this looks more like Apache Configuration then phpldapadmin.
>>
>>
>> As for PHP.  I believe the package is called php-gettext.  Any RPM finder
>> should have it.
>> -cs
>>
>> On Mon, Jun 23, 2008 at 10:45 AM, Grant Lowe <[EMAIL PROTECTED]> wrote:
>>
>>> 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 answer your other question, looking at php -m shows that
>>> gettext is a compiled in module:
>>>
>>>
>>> # php -m
>>> [PHP Modules]
>>> bz2
>>> calendar
>>> ctype
>>> curl
>>> date
>>> exif
>>> ftp
>>> gettext
>>> gmp
>>> hash
>>> iconv
>>> libxml
>>> mime_magic
>>> openssl
>>> pcntl
>>> pcre
>>> posix
>>> pspell
>>> Reflection
>>> session
>>> shmop
>>> SimpleXML
>>> sockets
>>> SPL
>>> standard
>>> sysvmsg
>>> sysvsem
>>> sysvshm
>>> tokenizer
>>> wddx
>>> xml
>>> zlib
>>>
>>> [Zend Modules]
>>>
>>> #
>>>
>>> Thanks for the help!
>>>
>>>
>>> ----- Original Message ----
>>> From: Chris Strzelczyk <[EMAIL PROTECTED]>
>>> To: phpldapadmin-users@lists.sourceforge.net
>>> Sent: Monday, June 23, 2008 7:14:07 AM
>>> Subject: Re: [phpldapadmin-users] Starting phpldapadmin
>>>
>>> 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.  Before I get into asking for
>>>> specific help, can somebody please tell me all the prerequisite RPM
>>>> packages for phpldapadmin to display, so I can make sure I have all the
>>>> right RPMs installed?
>>>>
>>>> Thanks!
>>>>
>>>>
>>>>
>>>> -------------------------------------------------------------------------
>>>> Check out the new SourceForge.net Marketplace.
>>>> It's the best place to buy or sell services for
>>>> just about anything Open Source.
>>>> http://sourceforge.net/services/buy/index.php
>>>> _______________________________________________
>>>> phpldapadmin-users mailing list
>>>> phpldapadmin-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users
>>>>
>>>
>>>
>>>
>>> --
>>> Chris Strzelczyk
>>> GCS Real Estate
>>> Real Estate Investment and Management
>>> (586) 770-9544
>>> (248) 944-0506 (Business Hours Office Phone)
>>> [EMAIL PROTECTED]
>>>
>>
>>
>>
>
>
> --
> Chris Strzelczyk
> GCS Real Estate
> Real Estate Investment and Management
> (586) 770-9544
> (248) 944-0506 (Business Hours Office Phone)
> [EMAIL PROTECTED]
>



-- 
Chris Strzelczyk
GCS Real Estate
Real Estate Investment and Management
(586) 770-9544
(248) 944-0506 (Business Hours Office Phone)
[EMAIL PROTECTED]
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
phpldapadmin-users mailing list
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to