LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Proftpd Userlist Creation with new idea (https://www.linuxquestions.org/questions/linux-newbie-8/proftpd-userlist-creation-with-new-idea-4175543284/)

Anandmoorthy 05-22-2015 12:24 AM

Proftpd Userlist Creation with new idea
 
Hello,

I just configured proftpd and it's working fine, but i had a doubt "How to create a new user list" and also how to create a new login form by that clients can create their own account without the knowledge of admin, and the information about the user need to store in server. Anyone tried the above scenario? If yes please let me know how!

bathory 05-25-2015 04:34 AM

Hi and welcome to LQ,

I don't think it's wise to allow ftp user creation without approval.
That said, there is proma that is a php application that allows users to apply for ftp permission through a web form and stores their data in a mysql database. But it needs a final approval from an administrator (not necessarily the root), so it's not exactly what you're looking for.
Also the app is quite aged, so there is a chance it doesn't work with newer php/mysql versions

Regards

Anandmoorthy 05-28-2015 04:36 AM

Thanks @bathory

Anandmoorthy 05-28-2015 04:37 AM

I Had a another doubt.. In vsftpd i create a userlist int txt format and with that we create a .db file. Is there any way to display .db file in terminal?

bathory 05-28-2015 05:43 AM

Quote:

Originally Posted by Anandmoorthy (Post 5368620)
I Had a another doubt.. In vsftpd i create a userlist int txt format and with that we create a .db file. Is there any way to display .db file in terminal?

If you've used db-utils to create the .db file, then the following should work:
Code:

db_dump -p file.db

Anandmoorthy 05-28-2015 07:07 AM

Ho.. Thanks Man. I spent more than 1 hour for this.


All times are GMT -5. The time now is 11:19 AM.