When trying to connect with Spotlight on UNIX using ssh password authentication, the error message "3114: login credentials are incorrect" is received.
Incorrect configuration of UNIX server's /etc/pam.conf file.
Make sure the following parameters are correct in the server's /etc/pam.conf file.
The bare minimum paramaters that must be correct are these:
other auth required pam_unix_cred.so.1
other auth required pam_unix_auth.so.1
other account required pam_unix_account.so.1
other session required pam_unix_session.so.1
If any one of the above parameters are missing or incorrect, the aforementioned error will be received when trying to connect. The shared libraries listed for each parmaeter above must also exist on the system, typically found in /usr/lib/security/ (exact location may differ per system)
Please also see Knowledge Base solution SOL33170 for another possible cause of this error:
https://support.quest.com/SUPPORT/index?page=solution&id=SOL33170&pmv=true&ct=1
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center