PAM Service - External LDAP authentication

Asked

Viewed 22 times

2

Hello folks I need help,

My application runs using a domain user and I need to access it through a webservice using this AD user with LDAP on linux, for this I am using PAM Service, I created the appauth file within /etc/Pam. d and made the following configuration:

auth      sufficient    pam_unix.so use_first_pass
account   sufficient    pam_unix.so

This is the mistake:

pam_unix(appauth:auth): auth could not identify password for [webuser]

I was also in doubt between using pam_linux or pam_ldap

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.