ispconfig ftp login problem cannot log in ftp Error: 530 login incorrect
ispconfig ftp login problem cannot log in ftp Error: 530 login incorrect
Post Description: ispconfig ftp login problem cannot log in ftp error 530 login incorrect Dedicated Hosting
Post Tags:
This Post Has Been Viewed 2858 Times Since Mon Jan 21, 2008 11:02 am Author tuiz.com with 4 replies
Post Description: ispconfig ftp login problem cannot log in ftp error 530 login incorrect Dedicated Hosting
Post Tags:
This Post Has Been Viewed 2858 Times Since Mon Jan 21, 2008 11:02 am Author tuiz.com with 4 replies
ispconfig ftp login problem cannot log in ftp Error: 530 login incorrect
Advertise On This Page
i leased a server from www.webune.com and i installed ispconfig on this linux server, i installed everying correctly now, when i try to connect to the proftpd login i created in the panel it says Error: 530 login incorrect i was able to login through the ispconfig webftp with the same username and password. what am i doing wrong?
Leave Your Comments
Share
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.

Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums

BBCODE:
Webmasters - Exchange Links With Us. Add related websites to this topic
Links Related to : ispconfig ftp login problem cannot log in ftp Error: 530 login incorrect
Related Topics:
Related Forums:
Comments and replies About ispconfig ftp login problem cannot log in ftp Error: 530 login incorrect
:: 1 :: Reply #37544 Reply By hostman On Mon Jan 21, 2008 11:03 am
i've had that problem before what i did, i reinstalled proftpd and then it worked.
:: 2 :: Reply #37545 Reply By tuiz.com On Mon Jan 21, 2008 11:03 am
how do i reinstall it? i have fedora 7
:: 3 :: Reply #37546 Reply By hostman On Mon Jan 21, 2008 11:07 am
follow these commands:
add this to /etc/pam.d/proftpd
after i did this, it was ok. my problem was that i was very slow
/etc/init.d/proftpd stop
yum remove proftpd
yum install proftpd
cp /etc/pam.d/proftpd /etc/pam.d/proftpd_orig
cat /dev/null > /etc/pam.d/proftpd
*say yes to overide
nano /etc/pam.d/proftpd
add this to /etc/pam.d/proftpd
#%PAM-1.0
auth required pam_unix.so nullok
account required pam_unix.so
session required pam_unix.so
auth required pam_unix.so nullok
account required pam_unix.so
session required pam_unix.so
chkconfig --levels 235 proftpd on
/etc/init.d/proftpd start
after i did this, it was ok. my problem was that i was very slow
:: 4 :: Reply #47637 Reply By Miodrag On Sat Mar 29, 2008 7:09 am
i solved this in fedora 8...
1. create backup:
/etc/proftpd_ispconfig.c edit /etc/pam.d/proftpd like this:
#%pam-1.0
auth required pam_unix.so nullok
account required pam_unix.so
session required pam_unix.so
3. change defaultaddress 127.0.0.1 to your host ip address
4. restart proftpd
1. create backup:
/etc/proftpd_ispconfig.c edit /etc/pam.d/proftpd like this:
#%pam-1.0
auth required pam_unix.so nullok
account required pam_unix.so
session required pam_unix.so
3. change defaultaddress 127.0.0.1 to your host ip address
4. restart proftpd
