{
    use esmith::util;
    $pw = esmith::util::LdapPassword;
    $pw =~ s/^(.{31}).*$/$1/;
    "";
}
localhost { $pw; }
