Hi. I'm very new to the whole vTMs - and only know the basics so far. So I have two questions for you who know more than me - so probably everyone. 1) I'm trying to load balance a site that requires authentication from ldap (essentially Sharepoint). I have set up the ldap authenticator, but how do I get the vtm to send a challenge, or a 'login form' so that it can pass through the credentials to to the IIS site. I have moved this site over ftom MS TMG, which could do this without any issues. Any pointers on where to look (for a beginner) would be appreciated. *See below 2) Do PulseSecure do any online training? Thanks in advance. *Update - I got the authentication partially working, but wanted to only allow members of a certain group through, based upon the ldap $auth lookup - but I can't seem to get it right. If the $auth returns all attributes, what is the attribute I need to use in TrafficScript: if ( $auth [ 'group' ] = "groupiwant" ) ...doesn't work! any ideas
... View more