Administration

Table Of Contents
n
Enrollment server
For more information, see “Install and Set Up an Enrollment Server,” on page 81.
n
Enterprise certicate authority
For more information, see “Set Up an Enterprise Certicate Authority,” on page 78.
n
Verify that you have the Netbios name or the FQDN of the domain.
n
Verify that you have created a certicate template. See “Create Certicate Templates Used with True
SSO,” on page 80.
n
Verify that you have created a SAML authenticator to delegate authentication to VMware Identity
Manager. See “Congure SAML Authentication to Work with True SSO,” on page 85.
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 certicate for the enrollment server is valid, the name
and details of the certicate template you can use, and the common name of the certicate authority. To
congure which domains the enrollment server can connect to, you can use a Windows Registry seing
on the enrollment server. The default is to connect to all trusting domains.
I You will be required to specify the common name of the certicate authority in the next
step.
3 Enter the command to create a True SSO connector, which will hold the conguration 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 certicate authority shown in
that output.
The True SSO connector is enabled on a pool or cluster for the domain specied. 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 congure SAML authentication between VMware Identity
Manager and a connection server, using View Administrator.
The output shows the name of the authenticator and shows whether True SSO is enabled.
I You will be required to specify the authenticator name in the next step.
Chapter 5 Authenticating Users Without Requiring Credentials
VMware, Inc. 87