7.1

Table Of Contents
Procedure
1 Log in to the Directories Management virtual machine as the root user.
N If you are using an additional connector for the directory, log in to the connector virtual
machine.
2 Edit the /usr/local/horizon/conf/runtime-config.properties le and add the following aribute.
siteaware.subnet.override=subnet
where subnet is a subnet for the site whose domain controllers you want to use. For example:
siteaware.subnet.override=10.100.0.0/20
3 Save and close the le.
4 Restart the service.
service horizon-workspace restart
Edit the domain_krb.properties file
The /usr/local/horizon/conf/domain_krb.properties le determines the domain controllers to use for
directories that have DNS Service Location lookup enabled. You can edit the le at any time to modify the
list of domain controllers for a domain, or to add or delete domain entries. Your changes will not be
overridden.
The le is initially created and auto-populated by the connector. You need to update it manually in some
scenarios.
n
If the domain controllers selected by default are not the optimal ones for your conguration, edit the le
and specify the domain controllers to use.
n
If you delete a directory, delete the corresponding domain entry from the le.
n
If any domain controllers in the le are not reachable, remove them from the le.
See also About Domain Controller Selection,” on page 93.
Procedure
1 Log in to the Directories Management virtual machine as the root user.
N If you are using an additional connector for the directory, log in to the connector virtual
machine.
2 Change directories to /usr/local/horizon/conf.
3 Edit the domain_krb.properties le to add or edit the list of domain to host values.
Use the following format:
domain=host:port,host2:port,host3:port
For example:
example.com=examplehost1.example.com:389,examplehost2.example.com:389
List the domain controllers in order of priority. To connect to Active Directory, the connector tries the
rst domain controller in the list. If it is not reachable, it tries the second one in the list, and so on.
I Domain names must be in lowercase.
Chapter 2 Configuring Tenant Settings
VMware, Inc. 95