You are not logged in.
Pages: 1
Hi everyone.
In the last days I've been working on a ftp server that could do authentication via openldap server.
After some research I found this article, after installing and nss-pam-ldapd and testing it via
getent passwdI'd configured the option pam_service_name=vsftpd in the vsftpd.conf. The following is the content of /etc/pam.d/vsftpd
#ldap configuration
auth sufficient pam_ldap.so
account sufficient pam_ldap.so
password sufficient pam_ldap.so#local configuration
auth sufficient pam_unix.so
account sufficient pam_unix.so
password sufficient pam_unix.so
The question is the following, it is the best way to do this? it has any security risk?
Thanks for your responses
Offline
Pages: 1