Re: changetype parsing bug in Net::LDAP::LDIF

2004-06-22 Thread Chris Ridd
On 22/6/04 12:24 pm, Mike Jackson <[EMAIL PROTECTED]> wrote: > Hi, > There is a bug in Net::LDAP::LDIF when parsing change records. > > Refer to RFC 2849, Pages 9 and 10: > --- > # Modify an entry's relative distinguished name > dn: cn

changetype parsing bug in Net::LDAP::LDIF

2004-06-22 Thread Mike Jackson
Hi, There is a bug in Net::LDAP::LDIF when parsing change records. Refer to RFC 2849, Pages 9 and 10: --- # Modify an entry's relative distinguished name dn: cn=Paul Jensen, ou=Product Development, dc=airius, dc=com changetype: modrdn n

Re: how to delete entry like this?

2004-06-22 Thread Chris Ridd
On 22/6/04 12:01 pm, news.hinet.net <[EMAIL PROTECTED]> wrote: > hi !! do you see that? http://211.22.252.67/KMSprite/1.gif > I really create an entry like that using net::ldap. Net::LDAP just passes the string you sent to the server. If your server thinks that "uid=,ou=people..." is a valid DN t

Re: how to delete entry like this?

2004-06-22 Thread news.hinet.net
hi !! do you see that? http://211.22.252.67/KMSprite/1.gif I really create an entry like that using net::ldap. But i can not delete it using net::ldap module or some tools(Ldap browser). I delete it complete when i use ldap tool (LDAP Administrator). I want to know how to delete it correctly from c

Re: how to delete entry like this?

2004-06-22 Thread Chris Ridd
On 22/6/04 11:20 am, news.hinet.net <[EMAIL PROTECTED]> wrote: > uid=,ou=people,dc=program,dc=com,dc=tw Since that isn't a valid DN, you may not be able to remove it over protocol. You may need to look at your server's documentation to find out how to remove it from the database. Cheers, Chris

Re: how to delete entry like this?

2004-06-22 Thread news.hinet.net
uid=,ou=people,dc=program,dc=com,dc=tw "Sevastian Foglia" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... > On Monday 21 June 2004 13:52, news.hinet.net wrote: > > http://211.22.252.67/KMSpire/1.gif > can you post the complete dn of this entry?