From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 08 June 2006 08:11 To: [email protected] Subject: Perl and LDAP
> I have to use Perl to manage the usernames and passwords on a LDAP. Have you got some samples on how i can > acces de LDAP and change/add them? Install the perl-ldap module using ppm. It contains Net::LDAP and, I think, Net::LDAP::Examples. > Is going to be a WEB application, i assume i'll have to log in the LDAP as an admin in order to be able to > manage the accounts, Can you give me an example on how to do it? Have a look on CPAN (e.g. http://search.cpan.org/search?query=LDAP&mode=all) there may be other modules that can help, some of which may also be available from the ppm archive. HTH -- Brian Raven ================================= Atos Euronext Market Solutions Disclaimer ================================= The information contained in this e-mail is confidential and solely for the intended addressee(s). Unauthorised reproduction, disclosure, modification, and/or distribution of this email may be unlawful. If you have received this email in error, please notify the sender immediately and delete it from your system. The views expressed in this message do not necessarily reflect those of Atos Euronext Market Solutions. L'information contenue dans cet e-mail est confidentielle et uniquement destinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. Toute copie, publication ou diffusion de cet email est interdite. Si cet e-mail vous parvient par erreur, nous vous prions de bien vouloir prevenir l'expediteur immediatement et d'effacer le e-mail et annexes jointes de votre systeme. Le contenu de ce message electronique ne represente pas necessairement la position ou le point de vue d'Atos Euronext Market Solutions. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
