Delete statements, Add_nas statements – Cisco 3.3 User Manual

Page 737

Advertising
background image

D-21

User Guide for Cisco Secure ACS for Windows Server

78-16592-01

Appendix D CSUtil Database Utility

User and AAA Client Import Option

For example, the following UPDATE statement causes CSUtil.exe to update the
account with username “John”, assign it to Group 50, specify that John should be
authenticated by a UNIX-encrypted password, with a separate CHAP password
“goodoldchap”:

UPDATE:John:PROFILE:50:CSDB_UNIX:3Al3qf9:CHAP:goodoldchap

DELETE Statements

DELETE statements are optional. The DELETE token and its value are required
to delete a user account from Cisco Secure ACS. The DELETE token, detailed in

Table D-4

, is the only token in a DELETE statement.

For example, the following DELETE statement causes CSUtil.exe to permanently
remove the account with username “John” from the CiscoSecure user database:

DELETE:John

ADD_NAS Statements

ADD_NAS statements are optional. The ADD_NAS, IP, KEY, and VENDOR
tokens and their values are required to add a AAA client definition to
Cisco Secure ACS. The valid tokens for ADD_NAS statements are listed in

Table D-5

.

Table D-4

UPDATE Statement Tokens

Token

Required

Value
Required

Description

DELETE

Yes

username

The name of the user account that is to be deleted.

Advertising