- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Customized FortiClient installer with username prefilled
Is it possible to have the username prefilled in a customized FortiClient?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
