Scott L Riggen wrote:
Bob,

Forgot to ask.  Does my script have to return both username and host ?

% echo "insert_token=Payflex.5011c7e600130100" | /etc/local/sbin/utamgh_switch.sh
username=scottrig
host=infosphere
% echo $?

Thanks so much for the help.
I swear I'll get this yet.

Both username and host are optional, but it's not very interesting if you don't return at least one of them :) (unless you return use_firstserver=true).

A script that just returns host will simply redirect the DTU, and the user will be prompted for their username at the destination.

A script that just returns username will simply pre-load the login GUI and jump to immediately prompting the user for their password.

A script that returns both username and host redirects the DTU and jumps immediately to prompting for password.

A script that just returns use_firstserver=true redirects the DTU to the first FOG it connected to upon bootup.

-Bob

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to