Index  Up  <<  >>  


AdminUser

A space or colon-separated list of users who have global MiniVend administration permission for the special mv_admin catalog. The password is encrypted unless the Global Variable MV_NO_CRYPT is set to a true value. This is the case in the distribution minivend.cfg file, which has these settings:

    Variable    MV_NO_CRYPT
    AdminUser   minivend:nevairbe

Obviously you should change the password at your first opportunity. To begin with, the catalog is defined with a MasterHost value of 127.0.0.1 to disallow access from the outside world. To access it from another system besides localhost, you will need to remove or change the value.


Index  Up  <<  >>