Bug 233583

Summary: User anonymous unknown
Product: Documentation Reporter: tenox
Component: Books & ArticlesAssignee: Nikolai Lifanov <lifanov>
Status: Closed Not A Bug    
Severity: Affects Some People CC: allanjude, doc, lifanov
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description tenox 2018-11-27 22:21:34 UTC
Enabling anonymous ftp according to the manual and handbook results in "530 User anonymous unknown". Please provide a working example / steps for setting up anonymous ftp in FreeBSD.
Comment 1 Nikolai Lifanov freebsd_committer freebsd_triage 2018-11-27 22:27:37 UTC
Could you provide a link to the handbook page that you were following please?
Comment 2 Allan Jude freebsd_committer freebsd_triage 2018-11-28 02:26:14 UTC
Often the convention is that the anonymous FTP users' username is 'ftp'
Comment 3 tenox 2018-12-01 01:02:10 UTC
In a process of reproducing this issue on another machine I discovered that the ftp user was actually added using an unsupported method which did not compile spwd.db. Once the user was added correctly now everything works.