Opened 19 years ago

Closed 19 years ago

Last modified 16 years ago

#1158 closed defect (fixed)

ProFTPD instructions out of order

Reported by: kpfleming@… Owned by: bdubbs@…
Priority: highest Milestone:
Component: BOOK Version: SVN
Severity: critical Keywords:
Cc: jim@…

Description

The ProFTPD page contains a security related block of steps to do, but it is located before the main installation. Unfortunately, this block includes the step:

ln -s false /usr/lib/proftpd/proftpdshell

This command fails, because the target directory has not been created yet (it's created during "make install"). Also, the link is created to "false", which does not exist. It should be created to "/bin/false", or if the intent is for the symlink to be broken on purpose, then the target should be some name that is not a normally installed binary.

Change History (8)

comment:1 by Randy McMurchy, 19 years ago

Milestone: future6.0
Priority: highhighest
Severity: normalcritical

comment:2 by Randy McMurchy, 19 years ago

Cc: jim@… added

comment:3 by Randy McMurchy, 19 years ago

* Bug 1207 has been marked as a duplicate of this bug. *

comment:4 by bdubbs@…, 19 years ago

Status: newassigned

comment:5 by bdubbs@…, 19 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: assignednew

comment:6 by bdubbs@…, 19 years ago

Status: newassigned

comment:7 by bdubbs@…, 19 years ago

Resolution: fixed
Status: assignedclosed

comment:8 by (none), 16 years ago

Milestone: 6.0

Milestone 6.0 deleted

Note: See TracTickets for help on using tickets.