Developer Documentation Library > Interviewer - Server > Configuration and customization > Web configuration files > Settings for the Build activity > Allowing NT logins
 
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, then UNICOM Intelligence Interviewer - Server Admin tries to log users in using the LoginUsingWindowsAccount() method.
If SPSS_AllowNTNameMapping is false then UNICOM Intelligence Interviewer - Server Admin will accept only UNICOM Intelligence Interviewer - Server Admin user names, regardless of DPMAuthenticationPolicy.
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
Settings for the Build activity