File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,13 @@ setup_preconnect_preference DONT_CARE
1010
1111add_irods_to_system_pam_configuration
1212
13+ # Configure clients with admin user but no TLS yet because that requires rescan of config in >= iRODS 5.0
14+ iinit_as_rods || { echo >&2 " couldn't iinit as rods" ; exit 2; }
15+
1316# set up /etc/irods/ssl directory and files
1417set_up_ssl sudo
1518
19+ exit 121
1620sudo useradd -ms/bin/bash alissa
1721sudo chpasswd <<< " alissa:test123"
1822
@@ -22,12 +26,6 @@ update_json_file $IRODS_SERVICE_ACCOUNT_ENV_FILE \
2226# This is mostly so we can call python3 as just "python"
2327activate_virtual_env_with_prc_installed > /dev/null 2>&1 || { echo >&2 " couldn't set up virtual environment" ; exit 1; }
2428
25- # Set up testuser with rods+SSL so we never have to run login_auth_tests.py as the service account.
26- echo " calling --> iinit_as_rods"
27- iinit_as_rods || { echo >&2 " couldn't iinit as rods" ; exit 2; }
28-
29- # Configure clients with admin user but no TLS yet because that requires a rebounce (or rescan-config) in >= iRODS 5.0
30-
3129server_hup=
3230if irods_server_version ge 5.0.0; then
3331 server_hup=" y"
You can’t perform that action at this time.
0 commit comments