mirror of
https://github.com/webmin/webmin.git
synced 2025-07-29 11:50:54 +00:00
Fix assumption about orders if columns in pg_shadow
This commit is contained in:
@ -13,6 +13,7 @@ if ($config{'psql'} =~ /^(.*)\/bin\/psql$/ && $1 ne '' && $1 ne '/usr') {
|
||||
$ENV{$gconfig{'ld_env'}} .= ':' if ($ENV{$gconfig{'ld_env'}});
|
||||
$ENV{$gconfig{'ld_env'}} .= "$1/lib";
|
||||
}
|
||||
$pg_shadow_cols = "usename,usesysid,usecreatedb,usesuper,usecatupd,passwd,valuntil";
|
||||
|
||||
if ($module_info{'usermin'}) {
|
||||
# Login and password is set by user in Usermin, and the module always
|
||||
|
Reference in New Issue
Block a user