[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
PAM LDAP FTP (OT ??)
- To: <openldap-software@OpenLDAP.org>
- Subject: PAM LDAP FTP (OT ??)
- From: "Federico Edelman" <fedelman@claxson.com>
- Date: Wed, 5 Feb 2003 11:35:57 -0300
- Content-class: urn:content-classes:message
- Thread-index: AcLNI+T7dzRBF2DeSjSn1ZlRDG9Mtg==
- Thread-topic: PAM LDAP FTP (OT ??)
Hi, I don't know if this question is out-offtopic...
I'm setting up ftp (proftpd) authenticate thru PAM on Linux Debian.
I'm installing:
- openldap
- pam-ldap
- proftpd
- ssh
- libnss-ldap
My /etc/pam.d/ftp:
--- snip snip ---
#%PAM-1.0
auth sufficient pam_ldap.so
auth required pam_listfile.so item=user
sense=deny file=/etc/ftpuser onerr=succeed
auth required pam_unix.so shadow nullok
use_first_pass
account sufficient pam_ldap.so
account required pam_unix.so
session sufficient pam_ldap.so
session required pam_unix.so
--- snip snip ---
The ssh authentication work fine, but the ftp doesn't work.