com.mentata.i4c
Class ls

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

public class ls
extends Object

A client for searching a directory and dumping results as LDIF.

Usage: java com.mentata.i4c.ls path [filter]

The client will output a given entry or matching entries in LDIF format. All visible attributes are included in the export. If no identifier is specified, the search will return all entries for the object unless the optional filter argument is specified. If the object is incremental, the client will also return LDIF for the incrementing counter entry.

Author:
Jon Roberts

Constructor Summary
ls()
           
 
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

ls

public ls()
Method Detail

main

public static void main(String[] args)