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