/var/log/vmware/sso/ssoAdminServer.logYYYY-MM-DDTHH:MM:SS.105Z INFO ssoAdminServer[138:pool-2-thread-31] [OpId=mnsmcdgh-20382-auto-fqa-h5:70005717] [com.vmware.identity.admin.vlsi.PrincipalManagementServiceImpl] [User {Name: user, Domain: domain.com} with role 'Administrator'] Removing principals '[(Name: Group, Domain: domain.com)}' from local group 'Administrators'YYYY-MM-DDTHH:MM:SS.801Z ERROR ssoAdminServer[138:pool-2-thread-31] [OpId=mnsmcdgh-20382-auto-fqa-h5:70005717] [com.vmware.identity.idm.server.IdentityManager] Failed to find person user [[email protected]] in tenant [vsphere.local]YYYY-MM-DDTHH:MM:SS.278Z INFO ssoAdminServer[138:pool-2-thread-31] [OpId=mnsmcdgh-20382-auto-fqa-h5:70005717] [com.vmware.identity.server.provider.vmwdirectory.VMwareDirectoryProvider] principalDn [Group] is not a member for group [Group], skipping LdapMod OpYYYY-MM-DDTHH:MM:SS.278Z INFO ssoAdminServer[138:pool-2-thread-31] [OpId=mnsmcdgh-20382-auto-fqa-h5:70005717] [com.vmware.identity.admin.vlsi.PrincipalManagementServiceImpl] Vmodl method PrincipalManagementService.removePrincipalsFromLocalGroup return value is [false]VMware vCenter Server 8.0.x
The group has been deleted from the AD side, resulting in a verification failure between VC and the authentication source during the group deletion process.
Locate and remove the orphaned SID.
ssoAdminServer.log or use the command below./usr/lib/vmware-vmafd/bin/dir-cli group list --name <Group_name>
ldapmodify -h localhost -D "cn=administrator,cn=users,dc=vsphere,dc=local" -W << EOFdn: cn=<Group_name>,cn=Builtin,dc=vsphere,dc=localchangetype: modifydelete: membermember: externalObjectId=<[email protected]>EOF
/usr/lib/vmware-vmafd/bin/dir-cli group list --name <Group_name>