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 then complain to your server vendor. > 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 code using net::ldap. If you've tried using $ldap->delete() and it doesn't work, then I've no idea. Find out what LDAP Administrator does at the protocol level I guess, and do the same thing! Cheers, Chris
