View Single Post

  #9 (permalink)  
Old 11-03-2004
Mike
 
Posts: n/a
Default Re: Assign value to variable

Hi Geoff,

I originally had everything written in PHP and it worked fine on my
own test server, but then I tried it on the "official" test server it
would not work.

From what I have been told by our server guys, our Solaris server
comes with a built in LDAP module for Netscape directories, and does
not support PHP's LDAP module. So I needed to rewrite all my LDAP code
in Perl, which *is* supported by the Solaris server, and then call the
Perl code from LDAP, then parse the results back in PHP. *** sigh ***

Geoff Berrow <blthecat@ckdog.co.uk> wrote in message news:<i7ceo09do96ae26qb7ec6baj8aurgoq5pp@4ax.com>. ..
> I noticed that Message-ID:
> <d3354680.0411011820.5eda5ad9@posting.google.com > from Mike contained
> the following:
>
> >I need to convert a Perl LDAP query result to an array

>
> I don't suppose you could use the PHP LDAP functions and save some
> bother?

Reply With Quote