Bay Networks 6300 Supplement Manual page 358

Supplement to the remote annex administrator’s guide for unix
Hide thumbs Also See for 6300:
Table of Contents

Advertisement

Chapter 15
Using RA 6300 Security
Remote Annex 6300 Supplement to the Remote Annex Administrator's Guide for UNIX
A-330
#define ACP_RESTRICT(str) \
sprintf(str,"%s/acp_restrict",install_dir)
/*
define pathanme for annex acp_keys file */
#define ACP_KEYS(str) \
sprintf(str,"%s/acp_keys",install_dir)
/*
define pathanme for annex dialup addresses file */
#define ACP_DIALUP(str) \
sprintf(str,"%s/acp_dialup",install_dir)
/*
define pathname for user profile file */
#define ACP_USERINFO(str) \
sprintf(str,"%s/acp_userinfo",install_dir)
#define ACP_ESERVICES(str) \
sprintf(str,"%s/eservices",install_dir)
In the same way, you can also change the expected prompts for default
applications:
#ifndef SECURID_CARD
#define ACP_USERPROMPT "Annex username: "
#define ACP_PASSPROMPT "Annex password: "
#define ACP_PERMGRANTD "\nPermission granted\n"
#define ACP_PERMDENIED "\007\nPermission denied\n"
#define ACP_INCORRECT "\nUsername/Password Incorrect\n"
#else
#define ACP_USERPROMPT "Username: "
#define ACP_PASSPROMPT "Enter PASSCODE: "
#define ACP_PERMGRANTD "\nPASSCODE accepted\n"
#define ACP_PERMDENIED "\007\nAccess Denied\n"
#define ACP_INCORRECT "\nUsername/PASSCODE Incorrect\n"
#endif
(continued on next page)
Book A

Advertisement

Table of Contents
loading

Table of Contents