Skip to main content

Join us at Gartner SEC London and discover how LevelBlue can help you secure what’s next. Learn More

Loading...
Loading...

PRB: Apple Authenticator install script fails on OSX 10.4

Expand / Collapse


This article applies to:

  • 8e6 Authenticator (Mac Version) 
  • R3000

Symptoms:

  • On an OSX 10.4 system, when attempting to run the install script via the recommended command of "sudo ./Authenticator-install.sh <virtual IP>", you may get a line 32 error when the script is looking for the virtual IP.

Causes:

  • The problem is a conflict with the shell that's running versus the shell that's expected by the script (which was made for OSX 10.5).

Resolution:

You can simply comment out the section of the script that causes the issue with no adverse effects.  The affected portions should be:

if ! [[ $R3KIP =~ [0-9]+\.[0-9]+\.[0-9]+\.[0-9]+ ]]
then
echo "ERROR: First parameter should be the IP address of the R3000"
exit 2
fi

This should simply be commented out as such:

#if ! [[ $R3KIP =~ [0-9]+\.[0-9]+\.[0-9]+\.[0-9]+ ]]
#then
#echo "ERROR: First parameter should be the IP address of the R3000"
#exit 2
#fi


To contact LevelBlue about this article or to request support:


Rate this Article:
     
Tags:

Add Your Comments


Comment submission is disabled for anonymous users.
Please send feedback to Trustwave Technical Support or the Webmaster
.