Makefile Switches - Bay Networks 6300 Supplement Manual

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

Advertisement

Book A
Define Makefile
Switches
Example
Define Makefile
Switches for non-
ANSI Standard
Compiler
Remote Annex 6300 Supplement to the Remote Annex Administrator's Guide for UNIX
Makefile Switches
Define a new set of switches in the Makefile by uncommenting the two
lines that define ACE1_2 or ACE2_0 in erpcd/Makefile for ACE/Server
V2.1.1 or V2.2. Also, comment out the flag (PASSFLAG) that causes
the Annex password prompt to appear:
#SECURIDFLAG=-DSECURID_CARD -DACE2_0
#SECURIDFILES=../sdclient/sdiclient.a
...
PASSFLAG = -DPASS_SEC
to
SECURIDFLAG=-DSECURID_CARD -DACE2_0
SECURIDFILES=../sdclient/sdiclient.a
...
#PASSFLAG = -DPASS_SEC
To integrate SecurID into ACP, you must make changes in the erpcd
utility. When you have made the necessary changes to the Makefile,
rebuild the Remote Annex software. See Re-compiling erpcd, later in
this chapter.
With a non-ANSI standard C compiler, uncomment the following lines
in the Makefile:
#SECURIDCFILES=fflush.c
#SECURIDOFILES=fflush.o
to
SECURIDCFILES=fflush.c
SECURIDOFILES=fflush.o
Chapter 15
Using RA 6300 Security
A-307

Advertisement

Table of Contents
loading

Table of Contents