A. OLCmd Reference
Examples:
The following command adds a single customer to the LDAP database with a Realtime access level:
OLCmd addcust -a realtime -c Exact_Corporation
The file customer_list.txt contains several customer IDs on separate lines:
Rent-a-Phone.com
Rent-a-Phone_GmbH
Rent-a-Phone_USA
The following command adds the list of customers to the database with the same characteristics as those of the customer Exact_Corporation:
OLCmd addcust
The file customer_data.txt contains details about the customer Exact_Corp:
Exact Corporation
123 Punctilious Rd., Exacton, NY Office closed Tuesdays
The following command adds the customer Exact_Corporation to the database using the details in customer_data.txt:
OLCmd addcust
January 2002 |