Browse Source

Script for creating AuthDomains (test-version)

PVA
Roman Steiner 3 years ago
parent
commit
c32838e52c
  1. 16
      scripts/createAuthdomain.sh

16
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)'
Loading…
Cancel
Save