12 April,16 at 11:02 AM
The reason is that unlocking screen saver is now done via PAM. There is a /etc/pam.d/screensaver file.Workaround:
Unfortunately, Apple does not pass in PAM_CONV structure so adclient does not get a chance to fill in AD user password, thus PAM
authenticates the user with an empty password which results in pre-authentication error.
sudo mv /etc/pam.d/screensaver /etc/pam.d/screensaver.cdcResolution:
sudo cp /etc/pam.d/screensaver.pre_cdc /etc/pam.d/screensaver