Troubleshooting guide
2 — 5620 SAM user security tasks
2-40 Alcatel-Lucent 5620 Service Aware Manager
5620 SAM
System Administrator Guide
iv If RADIUS authentication is enabled, find the RADIUSLogin section of the file
and change the samvsa flag to true. Code 2-1 shows an example of the file
text:
Code 2-1: RADIUS section of SamJaasLogin.config file
RADIUSLogin
{
com.timetra.nms.server.jaas.provider.radius.auth.RadiusJaasLoginMo
dule REQUIRED
debug=false
samvsa=true
;
};
If TACACS+ authentication is enabled, find the TACACSLogin section of the
file and change the samvsa flag to true. Code 2-2 shows an example of the
file text:
Code 2-2: TACACS+ section of SamJaasLogin.config file
TACACSLogin
{
com.timetra.nms.server.jaas.provider.tacacs.auth.TacacsPlusJaasLog
inModule REQUIRED
debug=false
samvsa=true
;
};
v Save and close the file.
vi Enter the following at the CLI prompt:
bash$ path/nms/bin/nmsserver.bash read_config ↵
where
path is the 5620 SAM server installation location, typically opt/5620sam/server
The 5620 SAM server puts the configuration changes into effect.
4 Define the user group VSA on the remote authentication server.
Note — Step 4 must be performed by the remote authentication server
administrator.
Release 12.0 R6 | November 2014 | 3HE 08861 AAAF TQZZA Edition 01