Citrix Gateway

LDAP 属性に基づいて RDP URL を設定する

LDAPサーバー属性からRDPサーバー(IP/FQDN)のリストを取得するようにCitrix Gateway アプライアンスを構成できます。取得したリストに基づいて、アプライアンスは特定のユーザーがアクセスするサーバーの RDP URL を表示します。

LDAP 属性に基づく RDP URL の設定機能の構成

コマンドラインインターフェイスを使用して LDAP 属性に基づいて RDP URL を設定するには、コマンドプロンプトで次のように入力します。

    add rdpclientprofile <Name> –rdpUrlLinkAttribute <string>

<!--NeedCopy-->
    add rdpclientprofile clientProfileName –rdpUrlLinkAttribute rdpServerAttribute

<!--NeedCopy-->

上記の例では、rdpServerAttribute は、LDAP サーバー上の特定のユーザーの rdp サーバーの詳細に対応します。

:LDAP サーバーから LDAP 属性の詳細をフェッチするには、次のように pUrlLinkAttribute で設定した文字列と同じ文字列で LDAP アクションを設定する必要があります。


    add authentication ldapAction dnpg_ldap -serverIP <IP address>-ldapBase <"domain name"> -ldapBindDn <username> -ldapLoginName sAMAccountName -ldapbindDnpassword <password>

<!--NeedCopy-->
    dd authentication ldapAction dnpg_ldap -serverIP 10.102.39.101 -ldapBase "dc=dnpg-blr,dc=com" -ldapBindDn sqladmin@dnpg-blr.com -ldapLoginName sAMAccountName -ldapbindDnpassword xxxx

<!--NeedCopy-->
    add authentication ldapPolicy dnpg_ldap_pol ns_true dnpg_ldap

<!--NeedCopy-->

bind vpn vs vserver\<name> -pol dnpg_ldap_pol

set ldapaction dnpg_ldap -attributes "rdpServerAttribute"

set rdpclientprofile ldap -rdpLinkAttribute rdpServerAttribute

<!--NeedCopy-->

LDAP サーバで、次の手順を実行します。

  1. 特定の ユーザーに移動します。
  2. AD ユーザーとコンピュータで、[ 表示] をクリックし、[ 詳細] をクリックします。
  3. ユーザ名 を右クリックし、 アトリビュートエディタ (Attribute Editor) を選択します。
  4. 必要な属性 (displayName) の値を変更し、[ OK] をクリックします。

GUI を使用して LDAP 属性に基づいて RDP URL を入力するには、次の手順を実行します。

  1. Citrix Gateway >[ポリシー]>[RDP]に移動します。
  2. [ RDP プロファイルと接続 ] ページで、[ クライアントプロファイル ] タブをクリックし、RDP ファイル名を設定するクライアントプロファイルを選択します。
  3. [ RDP クライアントプロファイルの構成] ページで、[ RDP ファイル名] フィールドにファイル名を入力します。
LDAP 属性に基づいて RDP URL を設定する