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