You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would seem much easier to use vsftpd with pam_mysql for username/password storage as it'd then be as simple as using mysql-client with a query to add users, change passwords and delete users. I see from your comments in the shell scripts, you too find the load_db method as horrid as I do. It's like devops and ftp deployers for the last decade or more have been possibly hiding the needed info to programmatically delete old users. LOL. 😞 I'm in the process of trying to understand Dockerfiles and adding some functionality to one (vsftpd +pam_mysql)I found on github, that was never published as a container. Your shell scripts will definately help in management, just need to change out to use mysql-client.
The text was updated successfully, but these errors were encountered:
It would seem much easier to use vsftpd with pam_mysql for username/password storage as it'd then be as simple as using mysql-client with a query to add users, change passwords and delete users. I see from your comments in the shell scripts, you too find the load_db method as horrid as I do. It's like devops and ftp deployers for the last decade or more have been possibly hiding the needed info to programmatically delete old users. LOL. 😞 I'm in the process of trying to understand Dockerfiles and adding some functionality to one (vsftpd +pam_mysql)I found on github, that was never published as a container. Your shell scripts will definately help in management, just need to change out to use mysql-client.
The text was updated successfully, but these errors were encountered: