Re: Net::LDAP and Net:LDAP::LDIF read & add problems

2005-08-19 Thread Quanah Gibson-Mount
--On Friday, August 19, 2005 3:48 PM -0400 Rick Greene <[EMAIL PROTECTED]> wrote: I'm trying to read in a simple LDIF file to add an entry to my LDAP server. Here is the basic routine (extraneous details omitted for brevity and security): $ldif = Net::LDAP::LDIF->new($tmp,"r",onerror => 'w

Net::LDAP and Net:LDAP::LDIF read & add problems

2005-08-19 Thread Rick Greene
I'm trying to read in a simple LDIF file to add an entry to my LDAP server. Here is the basic routine (extraneous details omitted for brevity and security): $ldif = Net::LDAP::LDIF->new($tmp,"r",onerror => 'warn'); $entry = $ldif->ready_entry(); $ldap = Net::LDAP->new($LDAPSERVER); $result=$ld

Net::LDAP and Net:LDAP::LDIF read & add problems

2005-08-19 Thread Rick Greene
I'm trying to read in a simple LDIF file to add an entry to my LDAP server. Here is the basic routine (extraneous details omitted for brevity and security): $ldif = Net::LDAP::LDIF->new($tmp,"r",onerror => 'warn'); $entry = $ldif->ready_entry(); $ldap = Net::LDAP->new($LDAPSERVER); $result=$ldap

Re: Convert::ASN1::X509 Version 0.2

2005-08-19 Thread Alexander Jung
Hi, On 8/19/05, Graham Barr <[EMAIL PROTECTED]> wrote: > Looks like we should put a link in the documentation of x509decode > to your module so hat others don't go duplicating it. We'll build a consolidated version, but a shot pointer in x509decode or on perl-ldaps page would surly help... Mit

Re: [Fwd: "use encoding 'utf8'" breaks Net::LDAP::RootDSE]

2005-08-19 Thread Ulrich Windl
On 18 Aug 2005 at 19:35, Graham Barr wrote: > > On Aug 18, 2005, at 9:11 AM, Alexandre Jousset wrote: > >> Hi, > >> I hard a hard time tracking this error down, but it seems the two > >> lines in > >> my code broke my LDAP CGI script: > >> use utf8; > >> use encoding 'utf8'; > >> Example to de