From 42ce353669288a36cbe790a5307b1f4e33489e07 Mon Sep 17 00:00:00 2001 From: cbrand Date: Thu, 30 Mar 2023 23:44:15 -0700 Subject: [PATCH] Add 'runldap2pg.ps1' --- runldap2pg.ps1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 runldap2pg.ps1 diff --git a/runldap2pg.ps1 b/runldap2pg.ps1 new file mode 100644 index 0000000..aec9cda --- /dev/null +++ b/runldap2pg.ps1 @@ -0,0 +1,5 @@ +Write-Host "Going to run ldap2pg.yml" + +su postgres + +whoami \ No newline at end of file