Allowing NT logins
The SPSS_AllowNTNameMapping property determines whether a user can log in using a Windows account name, or whether only UNICOM Intelligence Interviewer - Server Admin user names are accepted.
▪If SPSS_AllowNTNameMapping is set to true, and DPMAuthenticationPolicy is set to DPMAuthentication, UNICOM Intelligence Interviewer - Server Admin tries to log users in by using the LoginUsingWindowsAccount() method.
▪If SPSS_AllowNTNameMapping is false, UNICOM Intelligence Interviewer - Server Admin accepts only UNICOM Intelligence Interviewer - Server Admin user names, regardless of DPMAuthenticationPolicy.
Default value
The default is false. Build expects users to log in using UNICOM Intelligence Interviewer - Server Admin names:
<appSettings>
<add key="SPSS_AllowNTNameMapping" value="false" />
</appSettings>
See also