No more 180 day trial licensing....thanks Cisco :(
Get link
Facebook
Twitter
Pinterest
Email
Other Apps
Here are the new licensing options. If you request a license type more than once, you will now only get offered a 30 day license unless you request approval for a longer license.
In order to do this you will need to grab the current duo extension as such: wget https://gigenet.dl.sourceforge.net/project/guacamole/current/extensions/guacamole-auth-duo-0.9.13-incubating.tar.gz Once downloaded, decompress and move it to the appropriate folder: tar xzf guacamole-auth-duo-0.9.13-incubating.tar.gz && mkdir /etc/guacamole/extensions && mv ./guacamole-auth-duo-0.9.13-incubating/guacamole-auth-duo-0.9.13-incubating.jar /etc/guacamole/extensions/ Now add the Guacamole as an application to your Duo management page. Select, Protect an Application under the Applications menu, then you will select the Web SDK application, rename it something like Guacamole. Next you will need to edit your /etc/guacamole/guacamole.properties and add the following info to it from the Duo site (minus the last key): duo-api-hostname: <Your API key found on the Duo site> duo-integration-key: <Integration key found on the Duo site> duo-secret-key: <
This is just a quick post on how to get TACACS working in 2.3; using AD in this example. For this, we will follow the guide provided here and supplement it below: https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/200208-Configure-ISE-2-0-IOS-TACACS-Authentic.html But for Configuring TACACS Authorization Policy, I am going to provide some screenshots in order. Step 1 Step 2 Step 3 Step 4
While there are many ways to possibly solve the issue of a shared machine, one is to simply create a bat file that clears the current shared user's folder every time Cisco Jabber launches. To do this you will need to use a text editor and input the following: rmdir /s /q C:\Users\%USERNAME%\AppData\Roaming\Cisco\ "C:\Program Files (x86)\Cisco Systems\Cisco Jabber\CiscoJabber.exe" Save this as a .bat file and then create a shortcut to it. Once you have done this, you can update the shortcut properties to change both the Icon and Run Minimized so the command prompt window does not open when running it. This is a quick and dirty work around for using Cisco Jabber on a shared machine.
Comments
Post a Comment