Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
chaubv
New Contributor

VPN SSL smb bookmark parameter

I'd like to add bookmark to a ssl vpn portal referencing the username to directly show the user's folder : something like

//homes.myorganization.com/username

where username is the loginname used to connect to the ssl vpn

 

When John connect to the vpn ssl and click to such a bookmark he should access then to

//homes.myorganization.com/john

 

 

I've tried many possible parameter with no success

Any idea ?

5 REPLIES 5
Bubu
Contributor

What kind of mistake do you have? What do the logs say? Did you specify a DNS when configured the VPN?

Bubu

Bubu
chaubv
New Contributor

The username is not replaced by the login used to connect to the vpn ssl : 

the smb folder destination is username and not john 

 

when I do a debug i've got

[ul]
  • send path smb://homes.xxxxx;yy/username/ and not smb:////homes.xxxxx;yy/john[/ul]

    No problem with dns which is configured

     

  • chaubv
    New Contributor

    The debug show that the folder accessed is something like

    //homes.xxx.yy/username

     

    the username is not replaced by the login entered when connected to the vpnssl (for example john)

     

    [ul]
  • send path smb://homes.eurecom.fr/username/[/ul]
  • Bubu

    Did you tried: smb://homes.eurecom.fr/%u or %U

    Bubu

    Bubu
    chaubv
    New Contributor

    For both %u or %U it seems that there is no variable replacement

    [ul]
  • send path smb://homes.xxx.yy/%u/
  • send path smb://homes.xxx.yy/%U/[/ul]

    and not the smb://homes.xxx.yy/john

  • Labels
    Top Kudoed Authors