Quote:
Originally Posted by skoena
Mark,
How to check if the dbispconfig user password is the same?
How to copy shadow entries?
|
run this command on both servers:
Code:
grep "db_password'] =" /usr/local/ispconfig/server/lib/config.inc.php
shadow file is "/etc/shadow". You can only read/copy it when you're user root.