It seems like your browser didn't download the required fonts. Please revise your security settings and try again.

This Product is End-of-Life and End-Of-Support

End-Of-Life and End-Of-Support: All Barracuda PST Enterprise sales will cease on December 31, 2024; neither new sales nor any renewals will be available. If you currently hold a maintenance and support contract, you will continue to receive our award-winning support and services until your contract expires.

Using Forms-Based Authentication

  • Last updated on

This article refers to the Barracuda PST Enterprise version 5.2 or higher.

You can reconfigure PST Enterprise Self Service to use forms-based authentication instead of Windows Integrated authentication. Each user must enter their username and password to access the website. To reconfigure, you must edit the file web.ini in the Local Configuration Store (LCS).

Turn on Forms-Based Authentication

To turn on forms-based authentication,

  1. On the PST Enterprise server, browse to the LCS (C:\ProgramData\Barracuda\PSTEnterprise\LocalConfigurationStore) and open web.ini in a text editor such as Notepad.
  2. Find the line: SelfServiceAuthenticationMode=Windows
  3. Edit this line to: SelfServiceAuthenticationMode=Forms
  4. Save and close the file.

Revert to Windows Integrated Authentication

To revert to Windows Integrated Authentication,

  1. On the PST Enterprise server, browse to the LCS (C:\ProgramData\Barracuda\PSTEnterprise\LocalConfigurationStore) and open web.ini in a text editor such as Notepad.
  2. Find the line: SelfServiceAuthenticationMode=Forms
  3. Edit this line to: SelfServiceAuthenticationMode=Windows
  4. Save and close the file.