How to pre-populate domain name in Citrix Director logon page

How to pre-populate domain name in Citrix Director logon page

book

Article ID: CTX139896

calendar_today

Updated On:

Description

This article describes how to automatically pre-populate the domain name in Citrix Director logon page.

Requirements

  • Citrix Director

  • Full access to the path: C:\inetpub\wwwroot\Director


    Instructions

    Complete the following procedure to automatically pre-populate the domain name in Citrix Director logon page

    1. Edit LogOn.aspx file.

    2. Replace <asp:TextBox ID="Domain" runat="server" CssClass="text-box" onfocus="showIndicator(this);"
      with
      <asp:TextBox ID="Domain" Text="domain.local" readonly="true" runat="server" CssClass="text-box" onfocus="showIndicator(this);" 

      Where domain.local is your actual domain.

      For Director 7.6.3 replace:
      <asp:TextBox ID="Domain" runat="server" with
      <asp:TextBox ID="Domain" Text="mydomain" readonly="true" runat="server"

    1. Start Director. You can now notice that your domain field is already filled in:

      User-added image

    Issue/Introduction

    This article describes how to automatically pre-populate the domain name in Citrix Director logon page.

    Additional Information

    Citrix Documentation - Monitor environments with Director