vCenter 9.x
An external domain UPN suffix has been added to System Domain vsphere.local vmwSTSUpnSuffixes.
root@vcenter [ ~ ]# /opt/likewise/bin/./ldapsearch -u -h localhost -W -x -D "cn=Administrator,cn=Users,dc=vsphere,dc=local" -b "cn=vsphere.local,cn=IdentityProviders,cn=vsphere.local,cn=Tenants,cn=IdentityManager,cn=Services,dc=vsphere,dc=local" -s sub "(&(objectclass=vmwSTSIdentityStore))" dn cn vmwSTSUpnSuffixes vmwSTSConnectionStrings
Enter LDAP Password:
Expected output:
# extended LDIF
# LDAPv3
# base <cn=vsphere.local,cn=IdentityProviders,cn=vsphere.local,cn=Tenants,cn=IdentityManager,cn=Services,dc=vsphere,dc=local> with scope subtree
# filter: (&(objectclass=vmwSTSIdentityStore))
# requesting: dn cn vmwSTSUpnSuffixes vmwSTSConnectionStrings
# vsphere.local, IdentityProviders, vsphere.local, Tenants, IdentityManager, Services, vsphere.local
dn: cn=vsphere.local,cn=IdentityProviders,cn=vsphere.local,cn=Tenants,cn=IdentityManager,cn=Services,dc=vsphere,dc=local
ufn: vsphere.local, IdentityProviders, vsphere.local, Tenants, IdentityManager, Services, vsphere.local
vmwSTSConnectionStrings: ldap://VCENTER_FQDN:389
cn: vsphere.local
vmwSTSUpnSuffixes: EXTERNAL_DOMAIN_UPN_SUFFIX
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
Expected output:
Note, there should not be a vmwSTSUpnSuffixes: EXTERNAL_DOMAIN_UPN_SUFFIX
# extended LDIF
# LDAPv3
# base <cn=vsphere.local,cn=IdentityProviders,cn=vsphere.local,cn=Tenants,cn=IdentityManager,cn=Services,dc=vsphere,dc=local> with scope subtree
# filter: (&(objectclass=vmwSTSIdentityStore))
# requesting: dn cn vmwSTSUpnSuffixes vmwSTSConnectionStrings
# vsphere.local, IdentityProviders, vsphere.local, Tenants, IdentityManager, Services, vsphere.local
dn: cn=vsphere.local,cn=IdentityProviders,cn=vsphere.local,cn=Tenants,cn=IdentityManager,cn=Services,dc=vsphere,dc=local
ufn: vsphere.local, IdentityProviders, vsphere.local, Tenants, IdentityManager, Services, vsphere.local
vmwSTSConnectionStrings: ldap://VCENTER_FQDN:389
cn: vsphere.local
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1