Analyzer BASIC security

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

User IDs FZVSAMADM and FZVSAMUSR 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:                                        *
*  - FZVSAMADM userid:                                                 *
*       - Password FZVSAM                                              *
*       - Access to all repositories                                  *
*       - Access to all menu tabs                                     *
*  - FZVSAMUSR userid:                                                 *
*       - Password FZVSAM                                              *
*       - 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 = FZVSAMADM , FZVSAM                                           
AUTH_USER = FZVSAMUSR , FZVSAM                                           
AUTH_USER = AUID001  , PW01                                            
                                                                       
*---------------------------------------------------------------------*
*AUTH_DB  = REPOSITORY, LIST OF USERIDS AUTHORIZED TO SEE THE         *
*           REPOSITORIES                                              *
*---------------------------------------------------------------------*
AUTH_DB   = *        , FZVSAMADM FZVSAMUSR                               
AUTH_DB   = AUDB01   , AUID001                                         
AUTH_DB   = AUDB02   , AUID001                                         
                                                                       
*---------------------------------------------------------------------*
*AUTH_MENU= MENU_TAB , LIST OF USERIDS AUTHORIZED TO SEE THE MENU TAB *
*---------------------------------------------------------------------*
AUTH_MENU = ASSET    , FZVSAMADM FZVSAMUSR AUID001                       
AUTH_MENU = DISC     , FZVSAMADM FZVSAMUSR
AUTH_MENU = ADMINR   , FZVSAMADM,FZVSAMUSR                             
AUTH_MENU = ADMIN    , FZVSAMADM                                        
AUTH_MENU = CUSTOM   , FZVSAMADM FZVSAMUSR                               
* 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) , FZVSAMADM