Paradyne OpenLane SLM 5.5 User Manual

Page 74

Advertising
background image

A. OLCmd Reference

A-4

January

2002

7800-A2-GB32-00

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 -a realtime -l customer_list.txt
-t Exact_Corporation

The file customer_data.txt contains details about the customer Exact_Corp:

Exact Corporation
261800-1023-9
Priscilla Eiss
800-727-2396
727-530-2000
[email protected]
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 -a realtime -c Exact_Corporation
-o customer_data.txt

Advertising