FYI, the format in records.config for
proxy.config.admin.admin_password can be re-created with:

#!/usr/bin/php
<?php
$foo = md5('admin',true);
echo strtoupper(substr(bin2hex($foo),0,23)) . "\n";

Looking forward to the one-liner in perl

--Eric

Reply via email to