Citrix Local User

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #5555
    karmakoma
    Member
    • Total Post: 73
    • Back Stage Pass
    • ★★★★

    Hello,

    I have a V10L and I have a wnos.ini which contains an ICA connection and I wish to use pass through the local user login details.
    When the v10l starts up it prompts for login details and then logins and auto launches the ICA session but it does not pass through these details and insteads prompts for login.
    What am I doing wrong?

    ;*************************************************************
    ;* *
    ;* This wnos.ini file was generated with the *
    ;* Configuration File Generator 5.2.05 *
    ;* Copyright by Thomas Moellerbernd *
    ;* *
    ;* https://technicalhelp.de *
    ;* *
    ;*************************************************************

    ;*************************************************************
    ;* General 1 *
    ;*************************************************************

    autoload=2
    Privilege=None ShowDisplaySettings=DDC-Only

    ;*************************************************************
    ;* Display *
    ;*************************************************************

    Resolution=DDC Refresh=60
    DesktopColorDepth=16 RGB565=yes

    ;*************************************************************
    ;* Time *
    ;*************************************************************

    TimeZone=’GMT + 10:00′ ManualOverride=yes Daylight=yes Start=030507 End=100507 TimeZoneName=”AUS Eastern Standard Time” DayLightName=”AUS Eastern Daylight Time”

    ;*************************************************************
    ;* Network *
    ;*************************************************************

    SignOn=NTLM DisableGuest=yes SaveLastDomainUser=yes

    ;*************************************************************
    ;* Services *
    ;*************************************************************

    Service= , ThinPrint disable=yes

    ;*************************************************************
    ;* ICA *
    ;*************************************************************

    IcaBrowsing=UDP

    ;


    ;- ICA Session 1 –
    ;- Each line but the last must end with a ” –
    ;



    CONNECT=ICA
    BrowserIP=10.32.0.14
    Application=”Citrix POC Desktop”
    Description=”Citrix POC Desktop”
    Icon=default
    AutoConnect=yes
    Encryption=Basic
    Colors=high
    Fullscreen=yes
    Resolution=1920×1080
    Logon_Mode=local-user
    LocalCopy=no

    Thanks!

    #17296
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    Try this wnos.ini instead:

    ;*************************************************************
    ;* *
    ;* This wnos.ini file was generated with the *
    ;* Configuration File Generator 5.2.05 *
    ;* Copyright by Thomas Moellerbernd *
    ;* *
    ;* https://technicalhelp.de *
    ;* *
    ;*************************************************************


    ;*************************************************************
    ;* General 1 *
    ;*************************************************************

    autoload=2
    Privilege=None ShowDisplaySettings=DDC-Only

    ;*************************************************************
    ;* Display *
    ;*************************************************************

    Resolution=DDC Refresh=60
    DesktopColorDepth=16 RGB565=yes

    ;*************************************************************
    ;* Time *
    ;*************************************************************

    TimeZone='GMT + 10:00' ManualOverride=yes Daylight=yes Start=030507 End=100507 TimeZoneName="AUS Eastern Standard Time" DayLightName="AUS Eastern Daylight Time"

    ;*************************************************************
    ;* Network *
    ;*************************************************************

    SignOn=yes DisableGuest=yes SaveLastDomainUser=yes

    ;*************************************************************
    ;* Services *
    ;*************************************************************

    Service=ThinPrint disable=yes

    ;*************************************************************
    ;* ICA *
    ;*************************************************************

    IcaBrowsing=UDP
    PNliteServer=10.32.0.14

    ;
    ;- ICA Session 1 -
    ;- Each line but the last must end with a '' -
    ;

    CONNECT=ICA
    BrowserIP=10.32.0.14
    Application="Citrix POC Desktop"
    Description="Citrix POC Desktop"
    Icon=default
    AutoConnect=yes
    Encryption=Basic
    Colors=high
    Fullscreen=yes
    Resolution=1920x1080
    Username=$UN
    Password=$PW
    LocalCopy=no

    CG

    #17309
    karmakoma
    Member
    • Total Post: 73
    • Back Stage Pass
    • ★★★★

    Ahh I see where you are going. I was not sure about this pnlite but doing some research it’s exactly what I want!
    Below is my wnos.ini. I cannot login though. Any standout issue you can see?

    Thanks!

    ;*************************************************************
    ;* *
    ;* This wnos.ini file was generated with the *
    ;* Configuration File Generator 5.2.05 *
    ;* Copyright by Thomas Moellerbernd *
    ;* *
    ;* https://technicalhelp.de *
    ;* *
    ;*************************************************************

    ;*************************************************************
    ;* General 1 *
    ;*************************************************************

    autoload=2
    Privilege=None ShowDisplaySettings=DDC-Only

    ;*************************************************************
    ;* Display *
    ;*************************************************************

    Resolution=DDC Refresh=60
    DesktopColorDepth=16 RGB565=yes

    ;*************************************************************
    ;* Time *
    ;*************************************************************

    TimeZone=’GMT + 10:00′ ManualOverride=yes Daylight=yes Start=030507 End=100507

    TimeZoneName=”AUS Eastern Standard Time” DayLightName=”AUS Eastern Daylight Time”

    ;*************************************************************
    ;* Network *
    ;*************************************************************

    SignOn=yes DisableGuest=yes SaveLastDomainUser=yes

    ;*************************************************************
    ;* Services *
    ;*************************************************************

    Service=ThinPrint disable=yes

    ;*************************************************************
    ;* ICA *
    ;*************************************************************

    icabrowsing=http
    Seamless=no
    PNLiteServer=http://invsydmwi001/Citrix/PNAgent/config.xml AutoConnectList=”IBAL XenApp

    Desktop” ReconnectAtLogon=2 ReconnectFromButton=2
    LongApplicationName=yes
    DomainList=AP
    SessionConfig=ICA DesktopMode=Fullscreen

    #17312
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    Do you have a PNAgent site configured on your Citrix server?

    CG

    #17315
    karmakoma
    Member
    • Total Post: 73
    • Back Stage Pass
    • ★★★★

    Yes we do. That is exactly the same entry I have in my PNAgent on Windows PC.

    http://invsydmwi001/Citrix/PNAgent/config.xml

    Thanks!

    #17316
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    Try to just use PNLiteServer=http://invsydmwi001

    CG

    #17405
    karmakoma
    Member
    • Total Post: 73
    • Back Stage Pass
    • ★★★★

    Hi CG,

    Finally got it working with the PNLiteServer=http://invsydmwi001/Citrix/PNAgent/config.xml entry

    Citrix Admin and set to only allow kerberos authentication therefore the windows login was failing!

    Thanks for your assistance!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.