You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Continua supports using Windows authentication to connect to the web application, this guide will step you through configuration of IIS and the Continua service.

 

Step by Step

  1. Make sure that the machine has the 'Windows Authentication' feature installed for IIS. This can be installed via Control Panel -> Programs and Features -> Turn Windows features on or off -> Internet Information Services.




  2. In the Internet Information Services (IIS) Manager, select the Continua web site, then select the 'Authentication' feature.

     


  3. In the 'Authentication' feature view, set the following options:
    1. Anonymous Authentication to DISABLED
    2. Forms Authentication to DISABLED
    3. Windows Authentication to ENABLED




  4. Close the Internet Information Services (IIS) Manager and open Notepad with Administrative rights (right click, Run as Administrator).
  5. Open the following file, changing the path if necessary, 'C:\Program Files\VSoft Technologies\ContinuaCI\Server\Continua.Server.Service.exe.config'.
  6. Add the following line to the 'continua-configuration' node, changing the attribute values to reflect your environment, '<ldap enabled="true" fqdn="office.vsoft.local" administratorsGroup="Continua Administrators" />'
    1. fqdn - The fully qualified domain name of your domain.
    2. administratorsGroup - The LDAP group that contains the users who will automatically have administrative rights in Continua, users in this group will be used to configure Continua for the rest of the organisation.

      NOTE: When logging into Continua for the first time, the user must be a member of the group specified by administratorsGroup.



  7. Save the file, then restart the ContinuaCI Application Service via the Control Panel -> Administrative Tools -> Services.


     

<ldap enabled="true" fqdn="office.vsoft.local" administratorsGroup="Continua Administrators" />

  • No labels