initial commit of file from CVS for smeserver-postgresql on Sat Sep 7 20:54:55 AEST 2024
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
use esmith::util;
|
||||
my $pw = esmith::util::LdapPassword();
|
||||
|
||||
$OUT .= "ALTER USER 'postgres' PASSWORD '$pw';\n";
|
||||
$OUT .= "ALTER ROLE;\n";
|
||||
}
|
Reference in New Issue
Block a user