修改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

相關文章
相關標籤/搜索