Skip to main content
Shagma
New Member
July 16, 2015
Question

Customized FortiClient installer with username prefilled

  • July 16, 2015
  • 2 replies
  • 3171 views

Is it possible to have the username prefilled in a customized FortiClient?

 

    2 replies

    gschmitt
    New Member
    July 16, 2015

    I know it used to be, I don't think there is a tool out there currently

    BUT you can always export/import the registry key

    They are here:

     

    [HKEY_CURRENT_USER\Software\Fortinet\SslvpnClient\Tunnels]

    TheJaeene
    New Member
    July 17, 2015

    Hi!

     

    AFAIK you can fill the Username/PW in the Foriclient .conf XML and then generate a customized Forticlient Installer with the FC-Configurator.

     

    Here´s a example from the Forticlient Config XML File options & xauth part:

     

     

    <options> <save_password>1</save_password> </options>

     

    <xauth> <enabled>1</enabled> <prompt_username>0</prompt_username> <username>Enc blaaaaaa</username> <password>Enc blaaaa</password> <attempts_allowed>3</attempts_allowed> <use_otp>0</use_otp> </xauth>