Administration

Table Of Contents
Table 57. Advanced True SSO Settings for Connection Servers
Registry Key Description
cs-view-certsso-enable-es-
loadbalance=[true|false]
Species whether to enable load balancing CSR requests between two
enrollment servers. The default is false.
For example, add cs-view-certsso-enable-es-loadbalance=true
to enable load balancing so that when certicate requests arrive, the
connection server will use alternate enrollment servers,. Each
enrollment server can service the requests using the local CA, if you
have the enrollment server and CA on the same host.
cs-view-certsso-certgen-timeout-
sec=number
Amount of time to wait for generating a certicate after receiving a CSR,
in seconds. The default is 35.
Identify an AD User That Does not Have an AD UPN
You can congure LDAP URL lters for Connection Server to identify an AD user that does not have an AD
UPN.
You must use ADAM ADSI Edit on a Connection Server host. You can connect by typing in the
distinguished name DC=vdi, DC=vmware, DC=int. Expand OU=Properties, and select OU=Authenticator.
You can then edit the pae-LDAPURLList aribute to add an LDAP URL lter.
For example, add the following lter:
urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified=ldap:///???(telephoneNumber=$NAMEID)
Connection Server uses the following default LDAP URL lters:
urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified=ldap:///???(&(objectCategory=user)
(objectclass=user)(sAMAccountName=$NAMEID)) ldap:///???(&(objectCategory=group)
(objectclass=group)(sAMAccountName=$NAMEID))
urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified=ldap:///???(&(objectCategory=user)
(objectclass=user)(sAMAccountName=$NAMEID)) ldap:///???(&(objectCategory=group)
(objectclass=group)(sAMAccountName=$NAMEID))
If you congure an LDAP URL lter, Connection Server uses this LDAP URL lter and does not use the
default LDAP URL lter to identity the user.
Examples of identiers that you can use for SAML authentication for an AD user that does not have an AD
UPN:
n
"cn"
n
"mail"
n
"description"
n
"givenName"
n
"sn"
n
"canonicalName"
n
"sAMAccountName"
n
"member"
n
"memberOf"
n
"distinguishedName"
n
"telephoneNumber"
n
"primaryGroupID"
View Administration
94 VMware, Inc.