[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: ldap + html



yes, but you need the php preprocessor installed in your web server.

there's also a LDAP2HTML gateway from Jon Roberts:   http://www.mentata.com.
very good design. for this one you need an servlet container on your web
site ( tomcat 4 example ).

therefore it depends which sw you have on your web server and if you can
install additional software on your server,  ( recompile it in other words )

if you will not touch your server installation, you can use good old CGI
interface. 
Write a script using your preferred language ( C, Perl, Java, ... ) and a
LDAP library for this language

cheers
reinhard



> -----Original Message-----
> From:	Francois Beretti [SMTP:francois.beretti@enatel.com]
> Sent:	martedì 4 marzo 2003 10:58
> To:	Denis Heitbrock
> Cc:	Liste OpenLDAP Software
> Subject:	Re: ldap + html
> 
> you can use php to do this, there are php function to make searches on
> an LDAP directory
> 
> Francois Beretti
> 
> Le mar 04/03/2003 à 10:33, Denis Heitbrock a écrit :
> > hi,
> > 
> > is it possible to show ldap entries on html sites?
> > i want to show the person name, tel-nr & email addresse on a web page.
> > 
> > thxxx for help.
> > 
> > best regards,
> > denis heitbrock
> 
> 
>