Quote:
|
Originally Posted by ProTrooper
Also, with the test user I created, PAM authentication fails. I added the file /etc/pam.d/proftpd but it did nothing.
|
On Fedora 4 you have to create the file /etc/pam.d/ftp with the following contents in it:
Code:
#%PAM-1.0
auth required pam_unix.so nullok
account required pam_unix.so
session required pam_unix.so
Maybe this also applies to CentOS?
Quote:
|
Originally Posted by ProTrooper
When I log in as my test user (to web root which is 770), I created a folder and uploaded a test php page. The script uploaded fine but had permissions 544. I tried to change permissions and was denied.
|
You might have the following lines in /etc/proftpd.conf:
Code:
<Limit SITE_CHMOD>
DenyAll
</Limit>
Comment them out!
Quote:
|
Originally Posted by ProTrooper
Finally, I was able to browse my entire ftp server. I am not quite sure how that happened, but I want to lock users into specific directories.
|
Make sure you have the line
in /etc/proftpd.conf.
And don't forget to restart proftpd after your changes!
Recent comments
7 hours 51 min ago
14 hours 32 min ago
18 hours 22 min ago
20 hours 1 min ago
1 day 4 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 18 hours ago
1 day 22 hours ago
1 day 23 hours ago