com.mentata.i4c
Class ln

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

public class ln
extends Object

A client for adding pointers between directory entries.

Usage: java com.mentata.i4c.ln path target user

The client will add a value to an attribute of distinguished name syntax that points from one entry to another. The target should only be an identifier for the desired entry, and the updated attribute should have an assigned object for values. The user argument should be a userid rather than a distinguished name. The client prompts for a password.

Author:
Jon Roberts

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

ln

public ln()
Method Detail

main

public static void main(String[] args)