修改Web Interface的Authentication Point

默认状况下Citrix Web Interface Management Console是不支持修改Authentication Point的,也就是认证发生的位置,好比在AG上或者在Web Interface上。若是咱们要修改认证的位置,那么咱们就必须建立新的Site,而后从新配置站点。可是有些状况下,若是咱们对WI作了不少的定制和个性化之后,从新建立站点,就增长了很大的工做量,这个时候咱们能够有更简单的方法来修改。这里只是讲Authentication Point从access gateway修改成web interface,反过来能够逆推。其余方式没作研究。web

为了把原来认证位置为AG的改为WI,咱们有两个文件须要修改(请关注五角星标示的注释说明):sql

bootstrap.confbootstrap

  
  
           
  
  
  1. #如下内容为Authentication Point为AccessGateway的时候的配置文件  
  2. #★★★下面一行为认证方式为AG时候才有,因此若是要改为在WI认证,那么咱们须要使用  
  3. #好注销掉该行AGAuthServiceURL=https://myserver/as.asmx  
  4. #★★★下面一行为设置Authentication Point,因此咱们须要修改成WebInterface  
  5. AuthenticationPoint=AccessGateway  
  6. AGPromptPassword=Off 
  7. DefaultLocale=en  
  8. ConfigurationLocation=WebInterface.conf  
  9. SiteName=XenApp2 

webinterface.confide

  
  
           
  
  
  1. #  
  2. # WebInterface.conf  
  3. # Ensure that this file is saved with UTF-8 encoding  
  4. # AccountSelfServiceUrl=  
  5. # AdditionalExplicitAuthentication=None  
  6. Addre***esolutionType=dns-port  
  7. #★★★如下三行为AuthenticationPoint为AG的时候才启用的,咱们须要注销如下三行,使用#号AGEPromptPassword=Off 
  8. AGEWebServiceURL=https://myserver/as.asmx  
  9. AGAuthenticationMethod=Explicit  
  10. AllowBandwidthSelection=Off 
  11. AllowCustomizeAudio=Off 
  12. ...  
  13. 省略  
  14. ...  
  15. # AppWelcomeMessage_<lang-code>=[Customized welcome message on the Applications screen in the specified language]  
  16. #★★★一样,修改AccessGateway为WebInterface  
  17. AuthenticationPoint=AccessGateway  
  18. # AutoLaunchDesktop=Off 
  19. AutoLoginDefault=On 

BTW:这两个文件所在位置为:C:\inetpub\wwwroot\Citrix\<site name>\conf\this

申明:该方法非官方,不受官方技术支持,实测OK,不保证有其余隐患。spa

相关文章
相关标签/搜索