LDAP-Code

2008-06-16 Thread dakin999
I am looking for any generic perl code that is doing some thing like following. Any code help will be really helpful. 1. Reads from a database(oracle) following columns: Customer_No, Fname, Lname, Password. 2. Encrypts the password in SHA1_Base64 format. 3. Use the perl-ldap add object to create

Re: $ldap->search triggers Bug in ASN1 and utf8 Net::LDAP code

2003-07-09 Thread Chris Ridd
On 9/7/03 5:16 pm, Graham Barr <[EMAIL PROTECTED]> wrote: > On Wednesday, Jul 9, 2003, at 08:11 US/Pacific, Miroslav Zubcic wrote: >> Where I can find Convert::ASN1 0.19? On CPAN I see only 0.17, and on >> google I cannot find 0.19 ... looks like the latest version is 0.17. >> :-\ > > Chris has be

Re: $ldap->search triggers Bug in ASN1 and utf8 Net::LDAP code

2003-07-09 Thread Miroslav Zubcic
Hi Graham, thanks for your response. Graham Barr <[EMAIL PROTECTED]> writes: > Chris has been staring into his crystal ball again, 0.17 is the latest. Ah ... OK. :-) >> It's not Red Hat but SunOS 5.9 (but this is probably not important in >> this case) and in my initial mail I have said that I

Re: $ldap->search triggers Bug in ASN1 and utf8 Net::LDAP code

2003-07-09 Thread Graham Barr
On Wednesday, Jul 9, 2003, at 08:11 US/Pacific, Miroslav Zubcic wrote: Thanks for your response Chris; Chris Ridd <[EMAIL PROTECTED]> writes: On 7/7/03 3:23 pm, Miroslav Zubcic <[EMAIL PROTECTED]> wrote: I think I found bug in Net::LDAP in the part which is doing something with ASN.1 (Convert::

Re: $ldap->search triggers Bug in ASN1 and utf8 Net::LDAP code

2003-07-09 Thread Miroslav Zubcic
Thanks for your response Chris; Chris Ridd <[EMAIL PROTECTED]> writes: > On 7/7/03 3:23 pm, Miroslav Zubcic <[EMAIL PROTECTED]> wrote: >> I think I found bug in Net::LDAP in the part which is doing something >> with ASN.1 (Convert::ASN1). > The current version of Convert::ASN1 (0.19) has some b

Re: $ldap->search triggers Bug in ASN1 and utf8 Net::LDAP code

2003-07-08 Thread Chris Ridd
On 7/7/03 3:23 pm, Miroslav Zubcic <[EMAIL PROTECTED]> wrote: > Dear perl programmers, > > I think I found bug in Net::LDAP in the part which is doing something > with ASN.1 (Convert::ASN1). The current version of Convert::ASN1 (0.19) has some bug fixes for utf8 support in perl >= 5.8. Either up

$ldap->search triggers Bug in ASN1 and utf8 Net::LDAP code

2003-07-07 Thread Miroslav Zubcic
Dear perl programmers, I think I found bug in Net::LDAP in the part which is doing something with ASN.1 (Convert::ASN1). I'm writing small program for selecting and exporting part of oracle (with DBD::Oracle) doing nasty things with output, selecting from OpenLDAP server matching and non-matching