cc/td/doc/product/access/acs_soft
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Database Import Utility

Database Import Utility

This section describes how to import a text file into the CiscoSecure User Database. This allows you to add new users to the database and modify users authentication information. The use of the CSUtil.exe allows you to add or modify information for many users. The import utility, CSUtil, is located in the directory C:\Program Files\CiscoSecure ACS v2.0\Utils when the default location is used during installation.

Creating the Text File

You have two options for running the CSUtil program:

Each entry must have the following information on a single line using colons to delimit the fields:

Here are examples of the syntax for the import text file:

ADD:user01:PLAIN:userpassword:PROFILE:1
ADD:user02:NT::PROFILE:2
ADD:chapuser:PLAIN:hello:CHAP:chappw:PROFILE:3
ADD:tokenuser:TOKENCARD:hello:PROFILE:4
ADD:tokenchapuser:TOKENCARD:hello:CHAP:tokenchappw:Profile:5

Note These entries are case sensitive. The colons are mandatory delimiters.

Example import text file:

OFFLINE
ADD:user01:PLAIN:userpassword:PROFILE:1
ADD:user02:NT::PROFILE:2
ADD:chapuser:PLAIN:hello:CHAP:chappw:PROFILE:3
ADD:tokenuser:TOKENCARD:hello:PROFILE:4
ADD:tokenchapuser:TOKENCARD:hello:CHAP:tokenchappw:Profile:5

Importing User Information

The following are a list of command arguments used with CSUtil:

CSUtil [-q] [-c] [-d] [-e] [-i file] [-l file] [-m error] [-n] [-s] [-x]

CSUtil processes parameters left to right, guaranteeing the order in which they are executed.

Enter the following commands after you have completed creating the import text file:

csutil -i filename.txt
csutil -n -i filename.txt
csutil -g -n -l groups.txt -i import.txt
There is no warning when information is overwritten.

hometocprevnextglossaryfeedbacksearchhelp
Copyright 1989-1997 © Cisco Systems Inc.