Re: deleting ldap users question

2005-06-28 Thread Graeme McLaren
Gray [EMAIL PROTECTED] Reply-To: Dave Gray [EMAIL PROTECTED] To: beginners@perl.org Subject: Re: deleting ldap users question Date: Mon, 27 Jun 2005 10:20:59 -0400 MIME-Version: 1.0 Received: from lists.develooper.com ([63.251.223.186]) by MC6-F31.hotmail.com with Microsoft SMTPSVC(6.0.3790.211

deleting ldap users question

2005-06-27 Thread Graeme McLaren
Hi all, I am trying to delete entries from an LDAP server and I don't understand why my code is not deleting the relevant entries. Using an ldap browser the top level directory has the following next to it: dc=test_ldap_server, dc=com There are four subdirectories within this directory:

Re: deleting ldap users question

2005-06-27 Thread Dave Gray
On 6/27/05, Graeme McLaren [EMAIL PROTECTED] wrote: Hi all, I am trying to delete entries from an LDAP server and I don't understand why my code is not deleting the relevant entries. [snip] here is my code: # #!/usr/bin/perl use