You need to yank off the Novell client (or disable the NWGINA on the client so that only the Microsoft login is available) on the Citrix server.
Main Topics
Browse All TopicsHi everyone.
Situation:
A Windows XP workstation with Novell Client 4.9, NDS being primary logon provider, member of AD domain (2003) as a secondary logon provider, with Citrix Web Client 8 trying to access an application on Metaframe Presentation Server 4.
ONLY Web client is installed on workstations; NO network neighborhood or full citrix client (and that's not changing).
We need to enable a pass-through authentication so that a user clicks on an app icon and gets logged in with domain credentials and gets access to the application right away. Currently we have Novell prompt coming up; checking "workstation only" and entering Windows domain credentials will bring the user to the application.
We need to bypass the Novell prompt; we had a workstation working that way (so we know it can be done); unfortunately the workstation was reimaged before we could find out how it was configured.
Any pointers will be greatly appreciated.
Thanks
Vlad
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Dear experts,
thank you for your input. While your suggestions are interesting and valuable, the problem turned out to be not related to Novell client at all. It turns out that Citrix web client does not support pass-through authentication on its own; the code needed to make it happen actually resides in Program Neighbourhood agent. Our test workstation that "worked" must have had it installed contrary to the assurances of the admin running the testing.
Anyway, the solution was to install PNAgent WITH pass through authentication enabled and make the following modifications to all APPSRV.INI files:
SSOnUserSetting=On
EnableSSOnThruICAFile=On
On the citrix server side, we needed to allow pass-though authentication and check the box allowing clients to dictate authentication session parameters
Then the clients' ICA files were modified to add the following:
SSONCredentialType=NT
UseLocalUserAndPassword=On
AutoLogonAllowed=On
Note that if I wanted to authenticate against eDirectory I would set SSONCredentialType=NDS or if I had no preference against which directory to authenticate (the default authenticator would pick it up) then I would set SSONCredentialType=Any
All the changes including installing the Citrix client are scripted and invisible to end users.
Vlad
Business Accounts
Answer for Membership
by: ShineOnPosted on 2008-03-07 at 08:29:40ID: 21071754
There are two ways to do this.
1) Use the provided pass-through features of Citrix to leverage the Novell client, and stop trying to defeat it, or
2) Remove all vestiges of the Novell client and associated features from the Citrix server and web interface, and use the AD Domain credentials.
Is the Novell client installed on the Citrix PS4 server?
What are you using for web authentication?
How are your applications published on the PS4 server - as individual apps or as desktop?
Can you post your config.xml (with sensitive info masked?)