This is a discussion on Problems with VSFTP authenticating agains LDAP within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hi !!!! I have a computer where I've installed SuSE Linux 10.1 I'm configuring there vsftpd, launched from xinetd. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi !!!! I have a computer where I've installed SuSE Linux 10.1 I'm configuring there vsftpd, launched from xinetd. Right out of the box i was able to load and download files. Then I've moved to authenticating against my LDAP server and troubles started. My /etc/pam.d/vsftpd file has this lines: #%PAM-1.0 auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed auth sufficient pam_ldap.so auth required pam_unix.so auth required pam_shells.so account sufficient pam_ldap.so account required pam_unix.so password sufficient pam_ldap.so password required pam_unix.so session sufficient pam_ldap.so session required pam_unix.so When I connect to the server I authenticate succesfully, when trying to upload a file I get: > put yast.schema local: yast.schema remote: yast.schema 229 Entering Extended Passive Mode (|||29292|) 550 Permission denied I'm lost with this problem, any help will be appreciated. |
| Thread Tools | |
| Display Modes | |
|
|