Analyzer BASIC security

HSISANP1 in the PARMLIB defines basic user ID security settings for running the Analyzer.

User IDs IZSAMADM and IZSAMUSR can be used without any prior configuration. User ID AUID001 is a sample of how to restrict a user ID to certain databases.
***********************************************************************
* SECURITY=BASIC  - HTTP communications                               *
*                     with basic security defined in TPARAM DD below. *
*                                                                     *
***********************************************************************
SECURITY = BASIC                                                       
                                                                       
***********************************************************************
* The following settings are only applicable for                      *
* SECURITY=BASIC:                                                     *
*                                                                     *
*   AUTH_USER defines Userids and passwords for Analyzer logon        *
*   AUTH_DB   defines the repositories access                         *
*   AUTH_MENU defines the menus access                                *
*                                                                     *
* The sample settings profile:                                        *
*  - IZSAMADM userid:                                                 *
*       - Password IZSAM                                              *
*       - Access to all repositories                                  *
*       - Access to all menu tabs                                     *
*  - IZSAMUSR userid:                                                 *
*       - Password IZSAM                                              *
*       - Access to all repositories                                  *
*       - Access to menu tabs ASSET, DISC + CUSTOM + ADMINR only      *
*  - AUID001 userid:                                                  *
*       - Password PW01                                               *
*       - Access to repositories AUDB01 + AUDB02 only                 *
*       - Access to menu tab ASSET only                               *
***********************************************************************
                                                                       
*----------------------------------------------------------------------
*AUTH_USER= USERID   , PASSWORD                                       *
*----------------------------------------------------------------------
AUTH_USER = IZSAMADM , IZSAM                                           
AUTH_USER = IZSAMUSR , IZSAM                                           
AUTH_USER = AUID001  , PW01                                            
                                                                       
*---------------------------------------------------------------------*
*AUTH_DB  = REPOSITORY, LIST OF USERIDS AUTHORIZED TO SEE THE         *
*           REPOSITORIES                                              *
*---------------------------------------------------------------------*
AUTH_DB   = *        , IZSAMADM IZSAMUSR                               
AUTH_DB   = AUDB01   , AUID001                                         
AUTH_DB   = AUDB02   , AUID001                                         
                                                                       
*---------------------------------------------------------------------*
*AUTH_MENU= MENU_TAB , LIST OF USERIDS AUTHORIZED TO SEE THE MENU TAB *
*---------------------------------------------------------------------*
AUTH_MENU = ASSET    , IZSAMADM IZSAMUSR AUID001                       
AUTH_MENU = DISC     , IZSAMADM IZSAMUSR
AUTH_MENU = ADMINR   , IZSAMADM,IZSAMUSR                             
AUTH_MENU = ADMIN    , IZSAMADM                                        
AUTH_MENU = CUSTOM   , IZSAMADM IZSAMUSR                               
* Activation/deactivation of the new Lib Classification items.         
* ADMIN displays Admin menu with lib classification items deactivated. 
*  (Must specify this to see the Admin menu at all)                    
* ADMIN(LIB_CLASSIFICATION) activates the lib classification items for the specified users.                                                
* AUTH_MENU = ADMIN(LIB_CLASSIFICATION) , IZSAMADM