]> code.communitydata.science - nu-vpn-proxy.git/commitdiff
nate's settings
authorNathan TeBlunthuis <nathante@uw.edu>
Fri, 20 Nov 2020 16:53:38 +0000 (08:53 -0800)
committerNathan TeBlunthuis <nathante@uw.edu>
Fri, 20 Nov 2020 16:53:38 +0000 (08:53 -0800)
hipreport-modified.sh
openconnect_command-ssh.sh

index 5f280de83c9c57d9b303061193007cfdec7cff50..9ee4099b5c4219c5075668c9ae90b91f7ce799cf 100755 (executable)
@@ -53,7 +53,7 @@ MONTH=$(date +'%m')
 YEAR=$(date +'%Y')
 
 # This value may need to be extracted from the official HIP report, if a made-up value is not accepted.
-HOSTID="deadbeef-dead-beef-dead-beefdeadbeef"
+HOSTID="5cc0b7cc-2b61-11b2-a85c-d8fd39283322"
 
 cat <<EOF
 
index 09f21811507a73e2c410fbbaa7a1979164ce4136..daa1bc095612878daa6ed0bfddfc10aee940e2a9 100755 (executable)
@@ -11,5 +11,5 @@ cd ~/bin/nu-vpn-proxy
 ## do the authentication
 eval $( ./gp-saml-gui.py -v --clientos=Linux vpn-connect2.northwestern.edu ) 
 
-echo "$COOKIE" | openconnect --useragent="PAN GlobalConnect" --version-string='5.1.0-101' --protocol=gp -u "$USER" --os="$OS" --passwd-on-stdin "$HOST" --csd-wrapper="hipreport-modified.sh" --reconnect-timeout 60 --script-tun --script "ocproxy -D 9052" -b --pid-file "${PID_FILE}"
+echo "$COOKIE" | /usr/sbin/openconnect --useragent="PAN GlobalConnect" --version-string='5.1.0-101' --protocol=gp -u "$USER" --os="$OS" --passwd-on-stdin "$HOST" --csd-wrapper="hipreport-modified.sh" --reconnect-timeout 60 --script-tun --script "ocproxy -D 9052" -b --pid-file "${PID_FILE}"
 

Community Data Science Collective || Want to submit a patch?