Online Help

This help article applies to CloudShell 9.3. To see the latest, click here.

Configuring CloudShell to Automatically Import Active Directory Users on First Login

This article explains how to configure CloudShell to automatically import users from an active directory (or LDAP) when they log in to CloudShell for the first time, and associate the imported users to the appropriate group. Note that the passwords of imported users are managed by the directory service provider itself.

To configure CloudShell to auto-import users on first login:

  1. Make sure Quali Server is running using a Microsoft login account with access to the appropriate active directory domain.

    Note: The account is displayed in the Windows Windows Services window, in the Properties of the Quali Server service, in the Log On tab.

  2. Open the C:\Program Files (x86)\QualiSystems\CloudShell\Server\customer.config file, and add the following keys:

    KeyDescription
    ActiveDirectory.Domain

    This key sets the active directory domain containing the users you want to allow into CloudShell. Specify the active directory domain as the value. For example, setting an active directory domain called "Router_UK":

    <add key="ActiveDirectory.Domain" value="Router_UK"/>

    Prerequisite: The computer that will be used to import the users must be in your corporate domain.
    ExternalUserManagement.AutoImportUser

    Add this key to enable CloudShell to automatically import users from an active directory or LDAP when they log in to CloudShell for the first time.

    <add key="ExternalUserManagement.AutoImportUser" value="True"/>

    Registration.AdditionalGroup

    When added automatically (at login), users imported from an active directory or LDAP will be added to the Group that is defined in this key.

    For example, setting the "Regular Users" group for imported users:

    <add key="Registration.AdditionalGroup" value="Regular Users"/>

    The default group is External Users.

    Important: The Group must be associated with a domain.

  3. Save the modified customer.config file.
  4. Restart the Quali Server service.