Administration

Table Of Contents
Procedure
1 On a Connection Server in the cluster, open a command prompt and enter the command to
add an enrollment server.
vdmUtil --authAs admin-role-user --authDomain domain-name --authPassword admin-user-
password --truesso --environment --add --enrollmentServer enroll-server-fqdn
The enrollment server is added to the global list.
2 Enter the command to list the information for that enrollment server.
vdmUtil --authAs admin-role-user --authDomain domain-name --authPassword admin-user-
password --truesso --environment --list --enrollmentServer enroll-server-fqdn --domain
domain-fqdn
The output shows the forest name, whether the certificate for the enrollment server is valid,
the name and details of the certificate template you can use, and the common name of the
certificate authority. To configure which domains the enrollment server can connect to, you
can use a Windows Registry setting on the enrollment server. The default is to connect to all
trusting domains.
Important You will be required to specify the common name of the certificate authority in the
next step.
3 Enter the command to create a True SSO connector, which will hold the configuration
information, and enable the connector.
vdmUtil --authAs admin-role-user --authDomain domain-name --authPassword admin-user-
password --truesso --create --connector --domain domain-fqdn --template TrueSSO-template-
name --primaryEnrollmentServer enroll-server-fqdn --certificateServer ca-common-name --
mode enabled
In this command,
TrueSSO-template-name
is the name of the template shown in the output
for the previous step, and
ca-common-name
is the common name of the enterprise certificate
authority shown in that output.
The True SSO connector is enabled on a pool or cluster for the domain specified. To disable
True SSO at the pool level, run vdmUtil --certsso --edit --connector <domain> --
mode disabled. To disable true SSO for an individual virtual machine, you can use GPO
(vdm_agent.adm).
4 Enter the command to discover which SAML authenticators are available.
vdmUtil --authAs admin-role-user --authDomain domain-name --authPassword admin-user-
password --truesso --list --authenticator
Authenticators are created when you configure SAML authentication between VMware Identity
Manager and a connection server, using Horizon Administrator.
Horizon 7 Administration
VMware, Inc. 110