So was in the process of migrating some 500 websites to a new directadmin server. Luckily none of them use cgi/php so my jobs is fairly easy.
My current issue is proftpd.passwd. I copied the password hashes from the old server to preserve the passwords on the new server. Using freebsd's chpass -p <encrypt> user I set all the passwords on the system.
The problem is proftpd keeps a seperate copy of system accounts passwords? I'm not sure I like that. Why doesn't proftpd use the system's pasword facilities for system accounts and proftpd.passwd for virtual accounts? (ie just like pop3 and imap does)
Rather than deal with the support calls later, would it be possible to force have this functionality under Freebsd 6.1? For right now, I'll fix the passwords in proftpd.passwd.
My current issue is proftpd.passwd. I copied the password hashes from the old server to preserve the passwords on the new server. Using freebsd's chpass -p <encrypt> user I set all the passwords on the system.
The problem is proftpd keeps a seperate copy of system accounts passwords? I'm not sure I like that. Why doesn't proftpd use the system's pasword facilities for system accounts and proftpd.passwd for virtual accounts? (ie just like pop3 and imap does)
Rather than deal with the support calls later, would it be possible to force have this functionality under Freebsd 6.1? For right now, I'll fix the passwords in proftpd.passwd.