Re: cannot add new entry

2005-08-29 Thread Quanah Gibson-Mount
--On Monday, August 29, 2005 3:41 PM + Paul <[EMAIL PROTECTED]> wrote: OK, I made a slight modification and now I get: code: 32 msg: LDAP_NO_SUCH_OBJECT : The server cannot find an object specified in the request msgID : 2 DN : ou=people,ou=tsl,o=company,c=com Here's the code snip

Re: cannot add new entry

2005-08-29 Thread Paul
OK, I made a slight modification and now I get: code: 32 msg: LDAP_NO_SUCH_OBJECT : The server cannot find an object specified in the request msgID : 2 DN : ou=people,ou=tsl,o=company,c=com Here's the code snippet: $ldap = Net::LDAP->new("eespvanuu1"); $ldap->bind("cn=Directory Manager,o

Re: Avoid base64 decoding

2005-08-29 Thread Peter Marschall
Hi, On Monday, 29. August 2005 14:38, Joan wrote: > Hi, is there any way to avoid base64 decoding an attribute value? > I open an existing ldif (30 users), modify some entries, and print > to standard output the result. > Everything works as expected but the encoded attributes are converted to

Avoid base64 decoding

2005-08-29 Thread Joan
Hi, is there any way to avoid base64 decoding an attribute value? I open an existing ldif (30 users), modify some entries, and print to standard output the result. Everything works as expected but the encoded attributes are converted to plain text. When I try to import it to the LDAP server