LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 07-17-2014, 07:11 AM   #1
tahacentos
LQ Newbie
 
Registered: Jul 2014
Posts: 1

Rep: Reputation: Disabled
Post configuring pureftpd to support virtual users and tls


i am trying to configuring pureftpd to support virtual users and tls but i am getting this error
421 configuration error illegal value for throttling ls=1
i followed the following steps;
# tar xvzf pure-ftpd-1.0.32.tar.gz
# cd pure-ftpd-1.0.32
# touch /etc/pureftpd.passwd; touch pureftpd.pdb
# ./configure --with everything
# make; make install
# cd configuration-file
#cp pure-ftpd.conf /etc/
#chmod 755 pure-config.pl
# cp pure-config.pl /sbin
# nano /etc/pure-ftpd.conf
Change MaxClientNumber from 50 to 5
Change NoAnonymous no to yes
#mkdir /ftp.files
#adduser pureftpd
#nano /etc/passwd (remove the /bash at the last line of the file with nologin)
#chown -R pureftpdureftpd /ftp.files
#pure-pw useradd user1 -u pureftpd -g pureftpd -d /ftp.files -m
#nano /etc/pure-ftpd.conf Uncomment the line starting with PureDB. (save and exit the editor)
#pure-config.pl /etc/pure-ftpd.conf

Enable TLS support to Pure-FTPD

#mkdir -p /etc/ssl/private
#cd /etc/ssl/private
#openssl req -x509 -nodes -days 7300 -newkey rsa:2048 -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem
#chmod 600 pure-ftpd.pem
#pure-config.pl /etc/pure-ftpd.conf –tls=1

please help me to solve this error

regards

Last edited by tahacentos; 07-17-2014 at 07:23 AM.
 
Old 07-17-2014, 10:39 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
#pure-config.pl /etc/pure-ftpd.conf –tls=1
The above is wrong:
You need to use 2 dashes (--) in front of tls
Code:
#pure-config.pl /etc/pure-ftpd.conf --tls=1
Regards
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How To Configure PureFTPd To Accept TLS Sessions On Fedora 14 LXer Syndicated Linux News 0 05-09-2011 08:20 AM
LXer: How To Configure PureFTPd To Accept TLS Sessions On CentOS 5.5 LXer Syndicated Linux News 0 04-13-2011 04:10 PM
LXer: How To Configure PureFTPd To Accept TLS Sessions On Ubuntu 10.10 LXer Syndicated Linux News 0 04-06-2011 05:10 PM
LXer: How To Configure PureFTPd To Accept TLS Sessions On OpenSUSE 11.3 LXer Syndicated Linux News 0 11-19-2010 07:41 AM
Help: installing pureftpd & creating virtual users hbhb Linux - Server 1 04-23-2008 07:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 05:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration