com.mentata.i4c
Class ls
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ls
public ls()
main
public static void main(String[] args)