Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
LDAP integration test finds no users in Socialcast On Premise (2000164)
Symptoms
- The connection and searching appears to be successful (Authenticate - OK).
- No users are found.
- No visible error message is displayed.
Resolution
The most common cause of no results is incorrect bind credentials for your directory. This is required in versions prior to 2-66-x because no errors are displayed for a failed bind attempt.
- Active Directory
- If the directory being queried is an Active Directory system, ensure the username entered is any one of the CN, the DN, or the userPrincipalName of the user.
For example, using this sample user:CN=Socialcast User,OU=Users,DC=domain,DC=com
Possible user entries:Socialcast UserCN=Socialcast User,OU=Users,DC=domain,DC=comsAMAccountName@domain.com
Note: Do not use any escape characters in the username. These are are often included in the output from tools such asldp.
- If the directory being queried is an Active Directory system, ensure the username entered is any one of the CN, the DN, or the userPrincipalName of the user.
- OpenLDAP
- For OpenLDAP and similar directory services, the username to use is generally the full distinguished name (DN).
Verify the base DN
This DN should resolve to a Domain or OU that is searched for users contained below it. Ensure that the DN syntax is correct by confirming with your directory administrator.
For example, a common DN for the
company.com domain is:OU=Users,DC=company,DC=comVerify the search filter
As a starting point, use a default filter of
(mail=*). This enforces the simple requirement of all user objects having an email address, which is a prerequisite for all Socialcast accounts. Change mail to the corresponding LDAP field name being used for e-mail addresses.Once users are found using this filter, modify it to include additional restrictions.
For example, to specify a Group:
(&(mail=*)(memberOf=CN=Socialcast Users,OU=Users,DC=company,DC=com))Test and save the configuration
Once verified and saved, test the connection again to verify that a set of users is returned. After verification, deploy the configuration to activate these settings for the LDAP Provisioning and Authentication features.
Update History
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

