SeLLeRoNe
Super Moderator
Hi everyone,
im working on a DA Clustering system and is going pretty nice (almost everything done, just missing system user sync with same UID/GID).
I did face user issue for FTP accounts, so ive did search a bit for a solution and MySQL came to me in a way i didnt think...
PureFTPd and ProFTPd both are compatible with MySQL for password storage, so, if we implement this as a standard it will help sync FTP user between DA Clsutered Servers.
The Database should be called da_ftp or da_pureftpd/da_proftpd and just configuration files will need to be updated (also add the relative line on FTP Server compiling) as is already done with roundcube, so, all the user will be stored in a MySQL DB that can be easly saved and exported.
It would be very important if this is implemented in a standard DirectAdmin System for future implementations.
Is anyone else interested in this solution?
Does anyone have any idea for sync system user between multiple server mantaining those three files exactly the same? (passwd,shadow,group)
Best regards
im working on a DA Clustering system and is going pretty nice (almost everything done, just missing system user sync with same UID/GID).
I did face user issue for FTP accounts, so ive did search a bit for a solution and MySQL came to me in a way i didnt think...
PureFTPd and ProFTPd both are compatible with MySQL for password storage, so, if we implement this as a standard it will help sync FTP user between DA Clsutered Servers.
The Database should be called da_ftp or da_pureftpd/da_proftpd and just configuration files will need to be updated (also add the relative line on FTP Server compiling) as is already done with roundcube, so, all the user will be stored in a MySQL DB that can be easly saved and exported.
It would be very important if this is implemented in a standard DirectAdmin System for future implementations.
Is anyone else interested in this solution?
Does anyone have any idea for sync system user between multiple server mantaining those three files exactly the same? (passwd,shadow,group)
Best regards