From: Uwe J. <ja...@hs...> - 2002-01-14 14:42:02
|
Hi, I would like to know how to add a base64 encoded string with perl-ldap? In ldif it looks like this: cn:: dfvfgwjfhwfj== And in Perl-Ldap i tried this: $ldap->modify( $dn, add => { cn => 'dfvfgwjfhwfj==' } ); but the result look like this in ldif: cn: dfvfgwjfhwfj== Thats is wrong, isn't it? Thanks, for an quick answer. Uwe Jans |