Help.. old FTP users gone?

Discussion in 'General' started by Plez, Dec 9, 2006.

  1. Plez

    Plez New Member

    Hello,

    I'm running Centos 4.4 X64. After installing IPSconfig, my old ftp users are gone. I can't login to my old accounts for filetranfer etc. I was running proftpd (and still because of ISPconfig).

    Does anybody know how to restore that??

    Thanks so far!

    Greet
    Plez
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Whre had you stored your old users? in /etc/passwd?
     
  3. Plez

    Plez New Member

    I don't know.

    But here's how I added my users in the old situation.

    I installed Centos 4.4
    I used ussadd and pwusr to define a new user. They are stored in /etc/passwd (I checked it). Also home is defined there. The line looks like this:
    cod2server:x:500:500::/home/cod2server:/bin/bash

    For example the user was Cod2server ... in /home there was a map called cod2server. Via FTP I could log into home/cod2server/ and update my files.

    I still can logon to Putty with the old accounts, just not in FTP....

    Yes I know.. I'm a noob... :(
     
    Last edited: Dec 9, 2006
  4. falko

    falko Super Moderator ISPConfig Developer

    So your old users are still in /etc/passwd and also /etc/shadow?

    What's the output of
    Code:
    netstat -tap
    , and what's in /etc/proftpd.conf?
     

Share This Page