Custom ini files

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

    Hello,

    We have a few users who work via rdp as oppossed to our standard config of Citrix published desktop via PNAgent (pnlite).

    Another issue is that the login to a different domain.

    I have tried creating a username.ini with the rdp connection. But have a few issues.

    1. Cannot login to different domain. Need to present an authenticating server to connect to.

    2. If I login to same domain. RDP session starts but also auto connect ICA session.

    My wnos.ini is below. What are my options in this scenario? Thanks.

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

    autoload=2
    FactoryDefault=1
    Privilege=None ShowDisplaySettings=Yes SuppressTaskbar=auto
    EnableGKey=yes
    EnableCacheIni=yes

    ;*************************************************************
    ;* General 2 *
    ;*************************************************************

    FastDisconnect=yes
    Reboot=yes Time=13:50
    Device=Audio Volume=13 Mute=No

    ;*************************************************************
    ;* General 3 *
    ;*************************************************************

    NoticeFile=disclaimer.txt Resizable=yes
    Autopower=yes
    AutoSignoff=yes
    ;Reboot=yes

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

    DeskColor=”0 0 0″
    DesktopColorDepth=16 RGB565=yes
    Desktop=black.jpg
    Screensaver=”60″

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

    Timeserver=10.32.0.1 Timeformat=”12-hour format” Dateformat=dd/mm/yyyy
    TimeZone=’GMT + 10:00′ ManualOverride=yes Daylight=yes Start=100107 End=040107 TimeZoneName=”AUS Eastern Standard Time” DayLightName=”AUS Eastern

    Daylight Time”

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

    SignOn=Yes
    DomainList=Abbot,Costello

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

    PnliteServer=http://webserver/Citrix/PNA-thinclient/config.xml ReconnectAtLogon=2 ReconnectFromButton=0 AutoConnectListCitrix Desktop”
    SessionConfig=ICA DesktopMode=Fullscreen SessionReliability=yes ProgressiveDisplay=yes

    ;*************************************************************
    ;* Licenses *
    ;*************************************************************

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

    How does the username.ini look like that holds the RDP session config?

    CG

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

    I’ve pasted it in below. From what I can gather I don’t think this setup will be possible.

    I could manually (from the thin client console) point to a completely seperate ftp location with the rdp connection settings but as these machines are on the same subnet as the ICA connecting ones, as soon as they reboot they will revert to the DHCP tagged ftp location.

    ;SignOn=Yes
    ;DomainList=Costello

    ;*************************************************************
    ;* RDP *
    ;*************************************************************

    SessionConfig=RDP DefaultColor=1

    ;


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



    CONNECT=RDP
    Host=coin.costello.com
    Description=”Coin”
    AutoConnect=Yes
    Colors=16m
    Fullscreen=yes
    Rdp_No_Wallpaper=yes
    Rdp_No_Dragging=yes
    Rdp_No_Animation=yes
    Rdp_No_Theme=yes
    Rdp_No_Fontsmoothing=yes
    UniSession=yes
    LowBand=yes
    Disablesound=Yes
    LocalCopy=no

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

    Think I’ve got this working.

    I modified the username.ini to include the ICA connections details.

    I did not want the Citrix published desktop to automatically launch for this user but I found if I simply removed that autoconnect entry from the username.ini it would use the settings from the wnos.ini.

    I suppose the best way to describe the username.ini is like an overlay of wnos.ini. For any setting not redefined in username.ini the wnos.ini setting is used instead.

    So I just added a dummy autoconnect entry to prevent the desktop for launching.

    It then moves on to the rdp session connection. Username.ini below.

    This does require logging into the abbot domain and then logging into costello domain but not much I can do about that.

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

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

    PnliteServer=http://webserver.abbot.com/Citrix/PNA-thinclient/config.xml ReconnectAtLogon=2 ReconnectFromButton=0 AutoConnectList=nothing”

    SessionConfig=ICA DesktopMode=Fullscreen SessionReliability=yes ProgressiveDisplay=yes

    ;*************************************************************
    ;* RDP *
    ;*************************************************************

    ;


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



    CONNECT=RDP
    Host=coin.costello.com
    Description=”Coin”
    AutoConnect=Yes
    Colors=high
    Fullscreen=yes
    Rdp_No_Wallpaper=yes
    Rdp_No_Dragging=yes
    Rdp_No_Animation=yes
    Rdp_No_Theme=yes
    Rdp_No_Fontsmoothing=yes
    UniSession=yes
    Resolution=default
    Disablesound=No
    LocalCopy=no

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

    Cool, thanks for letting us know.

    CG

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