HP 3000 Manuals

Adding a Password to the Database [ DBChange Plus User's Guide ] MPE/iX 5.0 Documentation


DBChange Plus User's Guide

Adding a Password to the Database 

To add a password and its associated user class to the database, use the
ADD PASSWORD command.  In this section, a new password is added to the
ORDERS database.  Before adding a password, the REVIEW PASSWORDS command
output looks like this:

           User Class     Password
           -----------------------

              11          CREDIT
              12          BUYER
              13          SHIP-REC
              14          CLERK
              18          DO-ALL

     >

In the example below, the password MANAGER and its associated user class
15 are added to the ORDERS database.  (Remember that passwords are case
sensitive.)  The DBCPLUS program returns a message confirming the
addition of the user class and password.

     >add password MANAGER 15 
      Addition of user class and password accepted.

     >

Refer to "ADD PASSWORD" in chapter 10, "DBChange Plus Commands," for a
detailed description of the command syntax and parameters.

If you want to verify that the password and user class are entered
correctly, use the REVIEW PASSWORDS command.  In the following example,
you can see that user class 15 and its associated password MANAGER are
added to the ORDERS database:

     >review passwords 

     REVIEW PASSWORDS:

           User Class     Password
           -----------------------

              11          CREDIT
              12          BUYER
              13          SHIP-REC
              14          CLERK
              15          MANAGER      <---- * 
              18          DO-ALL

*  The new password MANAGER and its associated user class 15 have been 
   added and are automatically inserted in numerial order by user class 
   in the password list.   



MPE/iX 5.0 Documentation