Re: Net::LDAP::bind(): Invalid Credentials (49)

2003-08-25 Thread Ziya Suzen
On 2003-08-25 19:43:57 +, Tom Meindl wrote: > hi, > > i have a big problem with the following perl code: > > use strict; > use warnings; > use Net::LDAP; > > my $ldapserver = shift or die usage(); > my $uid = shift or die usage(); > my $passwd = shift or die usage(); > > my $basedn = "ou=Pe

Net::LDAP::bind(): Invalid Credentials (49)

2003-08-25 Thread Tom Meindl
hi, i have a big problem with the following perl code: use strict; use warnings; use Net::LDAP; my $ldapserver = shift or die usage(); my $uid = shift or die usage(); my $passwd = shift or die usage(); my $basedn = "ou=People,dc=domain,dc=com"; my $binddn = "uid=$uid,$basedn"; my $ldap; #-- co

Re: required help

2003-08-25 Thread Chris Ridd
On 25/8/03 7:05 pm, vaishali <[EMAIL PROTECTED]> wrote: > I am using redhat linux 9.0. I am having some data stored in mysql > database and I want some fields to be printed from ldap databse. So that > I can print report using mysql and openldap. I want to write a perl code > for this assignment.

required help

2003-08-25 Thread vaishali
I am using redhat linux 9.0. I am having some data stored in mysql database and I want some fields to be printed from ldap databse. So that I can print report using mysql and openldap. I want to write a perl code for this assignment. How do I proceed. How to install perl-ldap module please help