With only Basic authentication configured, users must provide a domain name when logging on to the Web Access application. For example, a user in domain myDomain with a username of Rogers must specify myDomain\Rogers when logging on to the Web Access application.
It is possible for IIS and Enterprise Vault to use a default domain for Basic authentication. In this case, users in the default domain do not need to specify a domain name when starting the Web Access application. Users in other domains must still specify a domain name.
You can set up IIS so that it uses a default domain for Basic authentication. How you do this depends on the version of IIS that you have installed.
Note that the default domain does not work unless you also define it for the Web Access application.
To set up a default domain in IIS 6.0
Expand the Web Sites container for the Enterprise Vault Web Access application computer.
Right-click the EnterpriseVault folder, and then click Properties.
In the EnterpriseVault Properties dialog box, click the Directory Security tab.
In the Authentication and access control section, click Edit.
In the Authentication Methods dialog box, uncheck Enable anonymous access.
Note that the default domain does not work unless you also define it in IIS.
To set up the Web Access application so that it uses the same default authorization domain as you have set up in IIS
Use a text editor to create
an initialization file called WebApp.ini
, containing the following line:
where DomainName is the name of the domain that you have specified in IIS for Basic authentication. Note that entries in this file are case-sensitive.
For example, to use a domain called "myDomain", the line to use is as follows:
Save the file in the
Enterprise Vault program folder, normally C:\Program Files\Enterprise Vault
, on the
computer that runs the Web Access application.