Required Product Version
This article applies to Barracuda ArchiveOne version 6.5.3 and higher using forms-based authentication deployed in an Exchange resource forest topology.You can set the domain name used for authentication in the ArchiveOne Search (AOneSearch) website so that users do not need to enter their username in the form Domain\Username.
Complete the following steps on each web server that hosts the AOneSearch website to set the default domain used for authentication.
ArchiveOne Version 7.3 and Higher
- Browse to the Local Configuration Store in C:\ProgramData\Barracuda\ArchiveOne\LocalConfigurationStore.
- Open the Web_AOneSearch.ini file in a text editor such as Notepad.
- In the section for additional configuration settings at the end of the file, add the following on a new line:
- DefaultDomain=<DomainName>
- where <DomainName> is the NetBIOS name (not fully qualified domain name) of the domain in the Accounts forest where the users reside, for example: DefaultDomain=Barracuda
- Save and close the file.
- Repeat for any additional servers.
ArchiveOne Version 7.2 and Earlier
- Browse to: C:\inetpub\wwwroot\AOneSearch.
- Create a copy of the web.config file. You can revert to this backup if required.
- Open web.config in a text editor such as Notepad.
- Find the line which reads:
<add key="DefaultDomain" value="" /> - In the double quotes after value= type the NetBIOS name (not fully qualified domain name) of the domain in the Accounts forest where the users reside, for example:
<add key="DefaultDomain" value="MyCompany" /> - Save and close the file.
- Repeat for any additional servers.