From d4b45fc4ce6fb8415247890082cf280d790c412f Mon Sep 17 00:00:00 2001 From: cbrand Date: Thu, 30 Mar 2023 23:57:53 -0700 Subject: [PATCH] Update 'runldap2pg.ps1' --- runldap2pg.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runldap2pg.ps1 b/runldap2pg.ps1 index 70537f0..20e682c 100644 --- a/runldap2pg.ps1 +++ b/runldap2pg.ps1 @@ -1,3 +1,3 @@ Write-Host "Going to run ldap2pg.yml" -sudo -u postgres -D /var/lib/pgsql ldap2pg --real --verbose --color +sudo -D /var/lib/pgsql -u postgres ldap2pg --real --verbose --color