|
This mode doesn't validate users. Instead, it picks up the user's Windows account,
retrieves his information from Active Directory and creates a corresponding account
in nService. If the account already exists in nService, it updates it. You must
have Active Directory on your network.
If the user is already logged into the network, he does not need to provide user
name and password to log in to nService. It is done automatically. If the user is
a remote user, he would get a log on dialog popped up on his browser.
To set up Windows Authentication, take the following steps.
1. Log on to nService as an administrator and run the "Import Data from Active
Directory" under “Users and Assets” once to import the organization
tree.
2. Add a new user in nService using your Windows logon name. Select System Administrator
as its group. The ns4.admin account will stop working once this authentication mode
is enabled. You can also add ns4.admin to your Active Directory to keep it working.
3. Open up \Inetpub\nService4\web.config in Notepad,
uncomment the authentication mode="Windows" tag, comment out the
authentication mode="Forms" tag and the location path="Common".
4. Set up the nService4 application in IIS to authenticate user using Windows Integrated
Authentication. To do that, go to IIS Manager, nService4 application, Properties,
Directory Security, Edit Authentication and access control. Check the Integrated
Windows Authentication checkbox. You get 401.5 (401 5) error if it is not checked.
Common problems and fixes:
1.This article explains why some times browsers still prompt users for user name
and password. http://support.microsoft.com/kb/258063
2.This article explains why you may receive “HTTP Error 401.1”.
http://support.microsoft.com/kb/871179
|