This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
承認ポリシーの構成
認可ポリシーを設定するときに、内部ネットワークのネットワークリソースへのアクセスを許可または拒否するように設定できます。たとえば、ユーザが 10.3.3.0 ネットワークにアクセスできるようにするには、次の式を使用します。
CLIENT.IP.DST.IN_SUBNET (10.3.0.0/16)
承認ポリシーは、ユーザーおよびグループに適用されます。ユーザーが認証されると、NetScaler Gatewayは、RADIUS、LDAP、またはTACACS+サーバーからユーザーのグループ情報を取得することにより、グループ認証チェックを実行します。ユーザーがグループ情報にアクセスできる場合、NetScaler Gatewayはそのグループに許可されているネットワークリソースを確認します。
ユーザーがアクセスできるリソースを制御するには、承認ポリシーを作成する必要があります。認可ポリシーを作成する必要がない場合は、デフォルトのグローバル認可を設定できます。
ファイルパスへのアクセスを拒否する式を認可ポリシー内に作成する場合は、サブディレクトリパスだけを使用でき、ルートディレクトリは使用できません。たとえば、fs.path には「\\ rootdir\\ dir1\\ dir2」が含まれているのではなく、fs.path には「\\ dir1\\ dir2」が含まれています。この例で 2 番目のバージョンを使用すると、ポリシーは失敗します。
認可ポリシーを設定したら、次のタスクに示すように、それをユーザーまたはグループにバインドします。
デフォルトでは、認可ポリシーは、仮想サーバにバインドされたポリシーに対して最初に検証され、次にグローバルにバインドされたポリシーに対して検証されます。ポリシーをグローバルにバインドし、ユーザー、グループ、または仮想サーバにバインドするポリシーよりもグローバルポリシーを優先する場合は、ポリシーのプライオリティ番号を変更できます。プライオリティ番号は 0 から始まります。プライオリティ番号が小さいほど、ポリシーの優先順位が高くなります。
たとえば、グローバルポリシーのプライオリティ番号が 1 で、ユーザのプライオリティが 2 の場合、グローバル認証ポリシーが最初に適用されます。
重要:
- 従来の認可ポリシーは、TCP トラフィックにのみ適用されます。
高度な承認ポリシーは、すべてのタイプのトラフィックに適用できます (TCP/UDP/ICMP/DNS).
To apply policy on UDP/ICMP/DNS traffic, policies must be bound at type UDP_REQUEST, ICMP_REQUEST, and DNS_REQUEST respectively.
- While binding, if “type” is not explicitly mentioned or “type” is set to REQUEST, the behavior does not change from earlier builds, that is these policies are applied only to TCP traffic.
- The policies bound at UDP_REQUEST do not apply for DNS traffic. For DNS, policies must be explicitly bound to DNS_REQUEST TCP_DNS is similar to other TCP requests.
高度な承認ポリシーの詳細については、記事https://support.citrix.com/article/CTX232237を参照してください。
承認ポリシー表現の例
権限付与ポリシーの表現例を以下に示します。
-
add authorization policy athzPol1 "HTTP.REQ.USER.IS_MEMBER_OF(\"allowedGroup\")" ALLOW
-
add authorization policy athzPol2 "CLIENT.IP.DST.BETWEEN(10.102.75.10,10.102.75.20)" DENY
-
add authorization policy athzPol3 "HTTP.REQ.HOSTNAME.CONTAINS(\"portal-srv") || CLIENT.IP.DST.IN_SUBNET(10.102.75.0/25)" ALLOW
GUI を使用して認可ポリシーを設定するには
- NetScaler Gateway > ポリシー > 承認に移動します。
- 詳細ペインで、[ 追加] をクリックします。
- [名前] に、ポリシーの名前を入力します。
- [アクション]で、[許可] または[拒否] を選択します。
- 「 エクスプレッション」で、「 エクスプレッションエディタ」をクリックします。
- 式の設定を開始するには、[ 選択 ] をクリックし、必要な要素を選択します。
- 式が完成したら、[ 完了 ] をクリックします。
- [Create] をクリックします。
GUI を使用して認可ポリシーをユーザにバインドするには
- [ NetScaler Gateway]>[ユーザー管理]に移動します。
- [ AAA ユーザ] をクリックします。
- 詳細ペインで、ユーザーを選択し、[ 編集] をクリックします。
- [ 詳細設定] で、[ 承認ポリシー] をクリックします。
- [ ポリシーのバインド ] ページで、ポリシーを選択するか、ポリシーを作成します。
- [ 優先度] で、優先度番号を設定します。
- 「 タイプ」でリクエストのタイプを選択し、 「OK」をクリックします。
GUI を使用して認可ポリシーをグループにバインドするには
- [ NetScaler Gateway]>[ユーザー管理]に移動します。
- [ AAA グループ] をクリックします。
- 詳細ペインでグループを選択し、[ 編集] をクリックします。
- [ 詳細設定] で、[ 承認ポリシー] をクリックします。
- [ ポリシーのバインド ] ページで、ポリシーを選択するか、ポリシーを作成します。
- [ 優先度] で、優先度番号を設定します。
- 「 タイプ」でリクエストのタイプを選択し、 「OK」をクリックします。
共有
共有
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.