Patton electronic 2120 Security Camera User Manual


 
39
Privilege
Each user in the 2120 user database is assigned a privilege that identi-
fies how each user may interact with the Model 2120. The three types of
privileges that exist in the Model 2120 are defined as follows:
User - The User privilege permits a user to access only the serial
interface. If the Model 2120 is configured for Telnet / TCP or Raw-
TCP operation, the user may connect to serial interface over the
LAN and receive/transmit data. If the Model 2120 is configured for
PPP (and PAP security is enabled), the user may connect from a
remote PPP client through a modem connected to the serial inter-
face of the Model 2120 and receive / transmit data over the LAN.
Admin - The Admin privilege permits a user to access only the
administrative management and configuration/status functions of
the Model 2120 over the LAN via Telnet session.
Both - The Both privilege provides a user with both User and Admin
privileges.
Creating Users
Creating a user is accomplished by executing the following command at
the 2120 command system prompt:
TS>configure userdatabase createuser username,pass-
word,privilege<Enter>
Some examples of creating users are as follows:
TS>configure userdatabase createuser
john,1234abc,user<Enter>
TS>configure userdatabase createuser
al,blue,admin<Enter>
TS> configure userdatabase createuser
tom,98lk12,both<Enter>
TS>configure activate<Enter>
activate is complete!
Viewing the active users in the 2120 user database is accomplished by
executing the following command at the 2120 command system prompt:
TS>show userdatabase all<Enter>
--> User Database <--
john,1234abc,user
al,blue,admin
tom,98lk12,both