Issue
When adding a user or group to Tableau Server using LDAP, an error similar to the following occurs:"Unknown objectClass 'objectClass: top, groupofUniqueNames' returned in search (errorCode=101005)"
wgserver.domain.ldap.user.classnames
wgserver.domain.ldap.group.classnames
wgserver.domain.ldap.group.classnames
configuration should be used and the classes of the returned object are included in the error message. tsm configuration set -k wgserver.domain.ldap.group.classnames -v "top, groupofUniqueNames"
tsm pending-changes apply