VCSA 6.7
When a user's AD account is near expiration, vCenter pops up every time a user logging in to warn about the expiring password. Is a way to disable the notification? We already have other mechanism to notify users on AD account expiring. vCenter's notification only annoys our users.
Will setting below property to 0 and restarting the corresponding services do the trick?
files:
/etc/vmware/vsphere-ui/webclient.properties
/etc/vmware/vsphere-client/webclient.properties
property:
sso.pending.password.expiration.notification.days=0
Thanks,