CPIP Connector Problem

0
No votes yet

Hi

Our school network team changed the destination URL of one of luminis CPIP link and we are having trouble getting it to work. Would someone help?? Thanks in advance!

We can see username and password are being passed to the new website in the log file.

Alan
PCOM

*we are running 3.3.3.64 in Windows 2000 OS. The previous link worked perfect before the network team changes.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

We made the following changes

We made the following changes in citrix.properties file:

old:

\
new:
\

old: \
new: \

old:

\
new:

\

Alan
PCOM

We made the following changes

We made the following changes in citrix.properties file:

old: [form name="citrix" action="https://citrix-xp.pcom.edu/citrix/metaframexp/default/login.asp" method="post"]\
new: [form name="NFuseForm" action="https://citrix-xp.pcom.edu/citrix/metaframe/auth/login.aspx" method="post"]\

old: [input type='HIDDEN' value='context' name='[Find Context]'] \
new: [input type='HIDDEN' name='context' value='[Find Context]'] \

old: [script language="Javascript">document.citrix.submit();

document.NFuseForm.submit();

Messed up

Your message is messed up: it contains javascript that will redirect people away from LumDev and over to your form destination. You should edit your original posting and remove this. If you want to paste javascript, just paste the commands themselves, not the SCRIPT tags.

Todd