User manual
TL1 Commands and Messages
TL1 Setup and Configuration
9-14 July 2004 Wide Bank 28 DS3 - Release 2.4
Normal Response to Delete User Command
MULTIPLEXER-1 01-12-07 01:41:20
M 50 COMPLD
;
Changing User Properties
To change a user’s UserName, user password, or user privileges from an admin session, use the ed-
user-secu command:
ED-USER-SECU:tid:AdminName:ctag::UserName,UserPassword,,privilege;
NOTE: If there is only one administrator-level user in the database, that user cannot be
demoted to RW or R privileges.
Changing User Password
A user can change their own password using an ED-PID command. The password is ASCII string
up to 10 characters long with at least two non-alphabetic characters with at least one special
character (such as FRED-1). Entering a null removes the password requirement.
ED-PID:MULTIPLEXER-1:username:1::old_password,new_password;
Retrieving Users
Use the rtrv-user-secu command to retrieve a list of all users in the user data base, and their
privilege levels:
RTRV-USER-SECU:MULTIPLEXER-1:ALL:1;
Below is an example response to this command:
MULTIPLEXER-1 2001-06-20 14-30-00
M 1 COMPLD
“ADMIN:RWA”
“OPERATOR:RW”
“MONITOR:R”
;