Citrix

 

Register / Login Home    Forums    Presentation Server 4.0    Latest Posts    Latest News    PSP

 Citrix Site Navigation

 Citrix Home

 Citrix Forums

 Citrix Latest Posts

 Citrix Latest Citrix News

 Citrix Presentation Server 4.5

  Citrix Presentation Server 4.5 Guides

  Citrix PS 4.5 White Papers

  Citrix PS 4.5 Hotfixes

  Citrix PS 4.5 My Experiences

 Citrix Presentation Server 4

  Citrix Installing / Configuring

  Citrix Citrix Guides

  Citrix Citrix Tips

  Citrix Citrix White Papers

  Citrix Hotfixes

  Citrix My Personal Experiences

 Citrix Misc

  Citrix Citrix Web Interface

  Citrix Pre Presentation Server 4.0

  Citrix Citrix Security Bulletins

  Citrix Citrix Client
  Citrix Citrix cca
  Citrix Citrix Printing

  Citrix ICA File

  Citrix Citrix RSS Feeds

  Citrix Contact Us

  Citrix Signup Citrix Newsletter

 

 
 Citrix Site Partners

  Citrix Citrix

  Citrix PSP
  Citrix Xbox

  Citrix Flex Developers

  Citrix Travel In Europe
  Citrix Online Hotel Reservations
  Citrix News of software
  Citrix Resources
  Citrix Linkdiy
  Citrix Web Site Development
  Citrix Fix computer problem
  Citrix Fix slow computer
  Citrix Stop Snoring

  Citrix Citrix Tips


Welcome to Citrix Guide. I hope you find our citrix articles useful

 

 Password Expiry Detection Failure in Web Interface 4.x
 Citrix Guide Forums > Technical Library > Web Interface > Citrix Web InterFace 4.5
  #1 (permalink)  
Old 05-22-2007, 08:10 PM  Password Expiry Detection Failure in Web Interface 4.x

citrix citrix is offline

Administrator

 
Join Date: May 2006
Posts: 305

Submit Article To > Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq Submit to Spurl

Password Expiry Detection Failure in Web Interface 4.x

Symptoms
Web Interface 4.x connects to a MetaFrame Presentation Server 3.0 server for a user account set to “User must change password at next login.” When the user attempts to log on, the Web Interface responds with the error message:
“Your user credentials have expired.”
The user is never given the option to change password.
Cause
An error in MetaFrame Presentation Server version 3.0 and earlier is to respond with “account-expired” on login both when the user’s password has expired and when the account itself has expired. Earlier versions of Web Interface offered password change on getting the “account-expired” response. Citrix Presentation Server 4.0 was corrected to distinguish password expiry with a different response, and in version 4.0 the Web Interface was changed to correspond. However, this means that when used with earlier MetaFrame Presentation Server versions it never gets a response it can interpret as password expiry.
Resolution
A Web Interface script file can be modified to behave as in previous releases for logon responses.
Web Interface 4.0 and 4.2
For an ASP site:
/auth/explicit.aspx, line 99, rewrite:

} else if (result == AccessTokenValidationResult.FAILED_SECRET_EXPIRED) { to read:
} else if ((result == AccessTokenValidationResult.FAILED_SECRET_EXPIRED) ||
(result == AccessTokenValidationResult.FAILED_ACCOUNT_EXPIRED )) { For a JSP site:
/auth/explicit.jsp, line 52, rewrite:

} else if (result == AccessTokenValidationResult.FAILED_SECRET_EXPIRED) { to read:
} else if ((result == AccessTokenValidationResult.FAILED_SECRET_EXPIRED) ||
(result == AccessTokenValidationResult.FAILED_ACCOUNT_EXPIRED )) { Web Interface 4.5
For an ASP site:
/auth/explicit.aspx, line 116, rewrite:
} else if (result.getValidationResult() == AccessTokenValidationResult.FAILED_SECRET_EXPIRED) {
to read:
} else if ((result.getValidationResult() == AccessTokenValidationResult.FAILED_SECRET_EXPIRED) ||
(result.getValidationResult() == AccessTokenValidationResult.FAILED_ACCOUNT_EXPIRED )) {

Source CTX106803 - Password Expiry Detection Failure in Web Interface 4.x
__________________
PSP
>> Password Expiry Detection Failure in Web Interface 4.x Reply With Quote
Reply

Password Expiry Detection Failure in Web Interface 4.x « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:29 PM.


Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0 RC8


Citrixguide.com is not endorsed by or affiliated with Citrix Systems, Inc. or any of it’s subsidiaries. Installing/Configuring Citrix ::
Citrix Guides :: Citrix Tips/Advanced Concepts :: Citrix White Papers :: Citrix Hotfixes :: Citrix My Experiences :: Citrix Forums