Pure-FTPd [TLS] Login problem


 
Thread Tools Search this Thread
Operating Systems Linux SuSE Pure-FTPd [TLS] Login problem
# 1  
Old 04-13-2012
Pure-FTPd [TLS] Login problem

Hello everybody

Recently I installed Pure-FTPd and i tried to connect to my server and i try to login using my ID/PW i got always anonymous login....

here what i got,

Code:
# ftp
ftp> open localhost
Trying 127.0.0.1...
Connected to localhost.
220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 1 of 10 allowed.
220-Local time is now 11:52. Server port: 21.
220-Only anonymous FTP is allowed here
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
Name (localhost:zxin10): zxin10
230 Anonymous user logged in
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>

i did this

Code:
pure-pw useradd zxin10 -f /etc/pure-ftpd/pureftpd.passwd -u zxin10 -g zxin10 -d /home/zxin10/ftpyy

pure-pw mkdb

/etc/init.d/pure-ftpd restart

cat pureftpd.passwd
zxin10:$2a$07$q6KJaZEupYXQe5vKoZYroua/wur9WYd/JAp3xwld33NVcRv/HSIf6:1002:100::/home/zxin10/ftpyy/./::::::::::::

and i always got the same problem above


Thank you

---------- Post updated 13th Apr 2012 at 10:18 AM ---------- Previous update was 12th Apr 2012 at 11:59 AM ----------

finally i find the solution

reinstllation

Code:
wget ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.36.tar.gz
tar zxvf pure-ftpd-1.0.36.tar.gz
cd pure-ftpd*
./configure --with-everything
make install-strip


then i changed
vi /etc/pure-ftpd/pure-ftpd.conf
Code:
# Don't allow authenticated users - have a public anonymous FTP only.
# AnonymousOnly               yes

# Disallow anonymous connections. Only allow authenticated users.
NoAnonymous                 yes

# PureDB user database (see README.Virtual-Users)
PureDB                        /etc/pure-ftpd/pureftpd.pdb

Thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to configure CUPS on Solaris 11.3 - TLS and no TLS?

We are implementing CUPS on a new Solaris 11.3 system. The same system will run an application where users can print to networked printers inside our organisation, or to a printer outside of our organisation over the internet. For users printing to internal network printers, no encryption is... (0 Replies)
Discussion started by: SallyB
0 Replies

2. Linux

Configuring wu-ftpd for ftp user login

I am having trouble configuring wu-ftpd on my system to allow a real user to login. I am not sure where to start. I'll try to give as much information as possible. Here is a log of what happened. ftp> open 192.168.4.110 Connected to 192.168.4.110 220 192.168.4.110 FTP server (Version... (0 Replies)
Discussion started by: mnmonu
0 Replies

3. Solaris

FTPD ls problem on Sol10

Hey guys, i'm pretty sure this is simple enough so i'll go quick. I must be missing something but can't pinpoint it. NOTE: Yes, i should be using proftpd but the architect team is a pain in the butt and it is not possible right now. Sol10 FTP server (zoned) MS vista ftp client. Login... (1 Reply)
Discussion started by: maverick72
1 Replies

4. Debian

Pure-ftpd, passive mode, tls

Hello everyone, Could you please help me with settings of pure-ftpd. Here is my actual solution: I have got linux (debian 7.1 wheezy ), where I run pure-ftpd, created virtual users, folder for ftp. I also install openssl, create private certificate for tls. All seems good. ... (3 Replies)
Discussion started by: sedlis
3 Replies

5. UNIX for Dummies Questions & Answers

Implementing TLS with Sendmail and having problem with cert request

Hi. One of my company's customers requires mails to be sent to them to use TLS. Thanks to some good documentation on the web, I've got this mostly figured out, but now I'm stuck at generating the CSR. My company's mail domain is sg.bunny.com (not real address, obviously), but the email gateway... (0 Replies)
Discussion started by: pierreery
0 Replies

6. AIX

user login problem & Files listing problem.

1) when user login to the server the session got colosed. How will resolve? 2) While firing the command ls -l we are not able to see the any files in the director. but over all view the file system using the command df -g it is showing 91% used. what will be the problem? Thanks in advance. (1 Reply)
Discussion started by: pernasivam
1 Replies

7. Linux

wu-ftpd

Hello everyone! I looking for wu-ftpd latest rpm or sorce package. Anyone have idea where i can find? I need to install on Centos 5. please help. -thanks, :) (4 Replies)
Discussion started by: email-lalit
4 Replies

8. UNIX Desktop Questions & Answers

how to check if a file ftpd to mainframe was actually ftpd

Hi All, I am ftping a file from unix to mainframe. Now the problem arises that i want to check if the file was ftpd or not. Is there any way i could do this? (4 Replies)
Discussion started by: vikas.rao11
4 Replies

9. UNIX for Dummies Questions & Answers

wu-ftpd question

ya i was wondering if there was anyone out there who could show me a good how to page on wu-ftpd ...im running RH 7.1 and i have the update of wu i just need to know how to use it and configure it so the users are limited to their dir and not the whole system .....any help will do ..thx (2 Replies)
Discussion started by: mista_king
2 Replies
Login or Register to Ask a Question