The simplest way to
use SAS Metadata Server authentication is to add METAAUTHENTIC to
the server parameter file. The value for METASERVER= will default
to localhost and the value
for METAPORT= will default to 8561. localhost selects
the host that SPD Server server runs on.
Both examples below
will configure SPD Server to use SAS Metadata Server for authentication:
Example
using default values for METASERVER= and METAPORT=
METAAUTHENTIC;
Example
using option values for METASERVER= and METAPORT=
METASERVER=lax94d01;
METAPORT=8561;
Either of the options
declared above implies METAAUTHENTIC to SPD Server.