On 29/8/05 8:59, Quanah Gibson-Mount <[EMAIL PROTECTED]> wrote:
>
>
> --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
--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
On Aug 24, 2005, at 17:37 PM, Paul S. wrote:
I get this error:
error: Insufficient 'add' privilege to add the entry
'uid=ywong,ou=People,ou=tsl,o=telus,c=com'.
There's no error in the Sun DS logs.
Well that is the exact text they are returning in the message. It may
help to look up
the g
Hi,
I'm using perl-ldap-0.3202 on RH FC 2 and Sun ONE Directory Server 5.2 on
Solaris 8.
When I run this script:
===
#!/usr/bin/perl -w
use Net::LDAP;
$ldap = Net::LDAP->new("server1");
$ldap->bind("cn=Directory Manager,ou=tsl,o=acme,c=com", password=>'temp123');
$re