Sun Java System Portal Server Secure Remote Access 7.2 管理指南

Procedure建立不要遮罩的 URI 清單

某些應用程式 (例如 applet) 需要網際網路 URI 且無法被遮罩。要指定那些應用程式,請新增 URI 至清單方塊。

例如,如果您已新增 */Applet/Param* 至清單方塊,當內容 URI http://abc.com/Applet/Param1.html 符合規則集的規則時,則不會將 URL 遮罩起來。


備註 –

如果有一個以上的 URI,則以空格分開每個 URI。


    鍵入下列指令,並按下 Enter 鍵以建立不要遮罩的 URI 清單。

    • 設定不要遮罩的 URI 清單:

      PS_INSTALL_DIR/bin/psadmin set-attribute -u amadmin -f PASSWORD_FILE -m gateway --gateway-profile PROFILE_NAME -a NotToObscureURIList LIST_OF_URI

    • 新增至現有的清單:

      PS_INSTALL_DIR /bin/psadmin set-attribute -u amadmin -f PASSWORD_FILE -m gateway --gateway-profile PROFILE_NAME -a NotToObscureURIList -A LIST_OF_URI

    • 從現有的清單移除:

      PS_INSTALL_DIR /bin/psadmin set-attribute -u amadmin -f PASSWORD_FILE -m gateway --gateway-profile PROFILE_NAME -a NotToObscureURIList -E LIST_OF_URI

    • 取得現有的值:

      PS_INSTALL_DIR /bin/psadmin get-attribute -u amadmin -f PASSWORD_FILE -m gateway --gateway-profile PROFILE_NAME -a NotToObscureURIList

亦請參閱

「Sun Java System Portal Server 7.2 Command-Line Reference」中的「psadmin set-attribute」「Sun Java System Portal Server 7.2 Command-Line Reference」中的「psadmin get-attribute」