/etc/services file
on each node that a client will access. For details about editing
the /etc/services file, see Configuring the Services File.
sassrv2 5011/tcp #
SAS/SHARE server 2options TCPSEC=_secure_;
!sasroot is
the directory in which SAS was installed). !sasroot/sassetup!sasroot/utilities/bin/sasauth must be owned by root, and the “Set-user-id”
mode bit must be set for the file (chmod
4755 !sasroot/utilities/bin/sasauth). The built-in Authentication program sasauth is started automatically when a client accesses a server that is secured. This program
verifies the user ID and password that allows a client
to access the server.
!sasroot/utilities/bin/sasperm must
be owned by root, and the “Set-user-id” mode bit is
set for the file (chmod 4755 !sasroot/utilities/bin/sasperm).
sasperm.
The sasperm program verifies that the requesting
user has access authority to the file or to the directory that is
specified. sasperm validates:
options netencrypt netencryptalgorithm=ssl; options sslcalistloc="/users/johndoe/certificates/cacerts.pem";
options comamid=tcp;
server=server-ID/etc/services file. For details, see Configuring the Services File.proc server server=apex; proc server server=_ _5000;
-set TCPSEC _secure_ options comamid=tcp; proc server id=share1; run;