I have multipule users using HOB from MAC to Windows 7 Machine with Success
but I have one user that Hob will not work to his Laptop from anyones MAC pc.
Valiated OS is same on both MAC's, using Network connect works fine but when NC and secondary Remote desktop tool, but notworking with our without NC thru HOB.
gets message "invalid username or password" this is after successfull logon to vpn with same account.
Thanks Roxanne
what does the receiving computer report?
if using sso, are the credentials typed correctly?
I have found the issue it has to do with Windows 7 Enterprise. the user is required to to fill in Domain in domain field.
I agree, Roxanne. In fact I use several parameters in the HTML for the Hob app to automate around this issue for my users.
These parameters provide the Hob client with the users credentials automatically. This makes the hob screen basically flash by without the user having to do anything. Please note that in the example below we are embedding the password for a secondary authentication server, hence the [2] in the password variable.
<param name="USERID" value="<<USER>>">
<param name="PASSWORD" value="<<PASSWORD[2]>>">
<param name="DOMAIN" value="Your Domain">
If for some reason you just want the Hob screen to disappear but not have the user automatically log into the PC you can add the following parameter as well.
<param name="AUTOLOGON" value="no">
I've also attached the Hoblink Java RDP user manual to this thread. Most of the info within it doesn't apply since users don't have much need to interact with the Hob client when launched from a Juniper device. The appendix at the end is very useful though. It lists alll of the HTML parameters that you can use to customize the Hob client.