Re: modify is not working ...

2008-01-24 Thread Anniyka Wandersmann
Hi Chris, thank you for your reply >> failed to add entry: 0057: LdapErr: DSID-0C090A85, comment: >> Error in >> attribute conversion operation, data 0, vece^@ at zzlib-html.pl line >> 445, >> line 228. > > What's the value of $entry->code when the modify fails? The value of > $entry->error

Re: modify is not working ...

2008-01-24 Thread Chris Ridd
On 24 Jan 2008, at 12:58, Anniyka Wandersmann wrote: Hello together, I try to modify the value of an attribute. This attribute is has multiple values. the following code is what i do: --- snip -- $ldap = Net::LDAP->new ( $ldaphost ) or die "$@"; $mesg = $ldap->bind

modify is not working ...

2008-01-24 Thread Anniyka Wandersmann
Hello together, I try to modify the value of an attribute. This attribute is has multiple values. the following code is what i do: --- snip -- $ldap = Net::LDAP->new ( $ldaphost ) or die "$@"; $mesg = $ldap->bind ( "$ldapuser", password => "$lda