Hello everyone, I need help,
My application runs using a domain user and I need to access it through a webservice using this LDAP AD user on linux, for this I am using PAM Service, I created the appauth file inside /etc/pam.de I did the following configuration:
auth sufficient pam_unix.so use_first_pass
account sufficient pam_unix.so
This is the error:
pam_unix(appauth:auth): auth could not identify password for [webuser]
I was also unsure whether to use the pam_linux or pam_ldap