com.mentata.i4c
Class rm

java.lang.Object
  extended bycom.mentata.i4c.rm

public class rm
extends Object

A client for deleting directory entries.

Usage: java com.mentata.i4c.rm path user [filter]

The client will remove matching entries from the directory database. If no identifier is specified and the optional filter argument is not specified, the search will delete all entries for the object. The user argument should be a userid rather than a distinguished name. The client prompts for a password.

Author:
Jon Roberts

Constructor Summary
rm()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

rm

public rm()
Method Detail

main

public static void main(String[] args)