Pre-Populate Domain Name for Citrix Director

After installation is finish of Director and you browse to the site, you need to type username, password and domain:


To Pre-Populate Domain Name for Director you need to change some code.
This change will be reset back to default after upgrade of Director.

  1. Browse to this file and edit with notepad:

    C:\inetpub\wwwroot\Director\LogOn.aspx

  2. Search for code line that start with:
    <asp:TextBox ID="Domain" runat="server" 
    
  3. Change code to this:
    <asp:TextBox ID="Domain" Text="Domain.local" readonly="true" runat="server"
    

Result:

Citrix article

Leave a Reply