From c32838e52c9db3e3942aeb301487791c523b82fa Mon Sep 17 00:00:00 2001 From: Roman Steiner Date: Fri, 2 Dec 2022 14:50:21 +0000 Subject: [PATCH] Script for creating AuthDomains (test-version) --- scripts/createAuthdomain.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 scripts/createAuthdomain.sh diff --git a/scripts/createAuthdomain.sh b/scripts/createAuthdomain.sh new file mode 100644 index 0000000..8a60ae1 --- /dev/null +++ b/scripts/createAuthdomain.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +python ../createdomain.py --domain rmn_netezza \ + --type password \ + --user PVDWH_P1_U_BI \ + --password DwH$25_sQl_HsC0 \ + --groups dwh \ + --desc 'Productionsystem of Netezza (test roman)' + +python ../createdomain.py --domain rmn_netezza_demo \ + --type password \ + --user PVDWH_D0_U_BI \ + --password sedPfdNbdPVA1! \ + --groups dwh \ + --desc 'Demo-System of Netezza (test roman)' +