Re: BUG? add() fails with resultCode=>32, errorMessage=>''

2008-10-18 Thread Jason Vas Dias
Thank you both for this clarification - It was my mistake, in that when I tried to do: 1: $ldap->add( 'cn='.$myUserObject{cn}.',uid='.${myUserObject}{uid}.',o=att.com', $myUserObject) # FAILS As Dieter explains, " the superior distinguished name of the new entry does not exist " (ie. c

Re: BUG? add() fails with resultCode=>32, errorMessage=>''

2008-10-18 Thread Chris Ridd
On 17 Oct 2008, at 18:49, Jason Vas Dias wrote: What confused me is that when I list user objects their DNs all print out as "cn=$user_name,uid=$user_id,o=att.com" ; I thought that "cn" is just an attribute as is "uid", and by definition, when creating a new object, the object that co