--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
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
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
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
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