From e73f9c71da52b6ab52bbacca09259957ea956538 Mon Sep 17 00:00:00 2001 From: cbrand Date: Fri, 31 Mar 2023 00:25:04 -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 20e682c..f5d5fb0 100644 --- a/runldap2pg.ps1 +++ b/runldap2pg.ps1 @@ -1,3 +1,3 @@ Write-Host "Going to run ldap2pg.yml" -sudo -D /var/lib/pgsql -u postgres ldap2pg --real --verbose --color +sudo -u postgres ldap2pg --real --verbose --color --config /var/lib/pgsql/ldap2pg.yml