-
-
TACACS認証
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!
TACACS認証
TACACS認証ポリシーは、外部のTerminal Access Controller Access-Control System(TACACS)認証サーバーに対して認証を行います。 ユーザーがTACACSサーバーへの認証を行った後、Citrix ADCは後続のすべての認証のために同じTACACSサーバーに接続します。プライマリ TACACS サーバが使用できない場合、この機能により、ADC が最初の TACACS サーバがタイムアウトするのを待つ間遅延が回避されます。これは、2 番目の TACACS サーバに認可要求を再送信する前に発生します。
注:
TACACS許可サーバーは、ストリング長が255文字を超えるコマンドをサポートしていません。
回避策: TACACS認証サーバーの代わりにローカル認証を使用します。
TACACSサーバーを介して認証する場合、認証、許可、およびトラフィック管理ログの監査では、TACACSコマンドのみが正常に実行されます。これにより、実行を許可されていないユーザーが入力したTACACSコマンドがログに表示されなくなります。
NetScaler 12.0ビルド57.x以降、ターミナルアクセスコントローラアクセス制御システム(TACACS)は、TACACS要求の送信中に認証、承認、監査デーモンをブロックしていません。LDAP および RADIUS 認証が要求を続行できるようになります。TACACS サーバが TACACS 要求を確認すると、TACACS 認証要求が再開されます。
重要:
「clear ns config」コマンドを実行するときは、TACACS関連の設定を変更しないことをお勧めします。
詳細ポリシーの「clear ns config」コマンドで「rbaConfig」パラメータが NO に設定されている場合、詳細ポリシーに関連する TACACS 関連の設定がクリアされ、再適用されます。
TACACS 認証に対する名前/値属性のサポート
TACACS 認証属性に、一意の名前と値を設定できるようになりました。名前は TACACS アクションパラメータで設定され、値は名前のクエリによって取得されます。name 属性値を指定することで、管理者は属性名に関連付けられた属性値を簡単に検索できます。また、管理者は属性値を単独で覚えておく必要がなくなりました。
重要
- tacacsAction コマンドでは、合計サイズが 2048 バイト未満のカンマで区切られた最大 64 個の属性を設定できます。
CLI を使用して名前/値属性を設定するには
コマンドプロンプトで入力します。
add authentication tacacsAction <name> [-Attributes <string>]
<!--NeedCopy-->
例:
add authentication tacacsAction tacacsAct1 -attributes “mail,sn,userprincipalName”
<!--NeedCopy-->
コマンドラインインターフェイスを使用して認証アクションを追加するには
LOCAL 認証を使用しない場合は、明示的な認証アクションを追加する必要があります。コマンドプロンプトで、次のコマンドを入力します。
add authentication tacacsAction <name> -serverip <IP> [-serverPort <port>][-authTimeout <positive_integer>][ ... ]
<!--NeedCopy-->
例
add authentication tacacsaction Authn-Act-1 -serverip 10.218.24.65 -serverport 1812 -authtimeout 15 -tacacsSecret "minotaur" -authorization OFF -accounting ON -auditFailedCmds OFF -defaultAuthenticationGroup "users"
<!--NeedCopy-->
コマンドラインインターフェイスを使用して認証アクションを構成するには
既存の認証操作を構成するには、コマンドプロンプトで次のコマンドを入力します。
set authentication tacacsAction <name> -serverip <IP> [-serverPort <port>][-authTimeout <positive_integer>][ ... ]
<!--NeedCopy-->
例
> set authentication tacacsaction Authn-Act-1 -serverip 10.218.24.65 -serverport 1812 -authtimeout 15 -tacacsSecret "minotaur" -authorization OFF -accounting ON -auditFailedCmds OFF -defaultAuthenticationGroup "users" Done
<!--NeedCopy-->
コマンドラインインターフェイスを使用して認証操作を削除するには
既存の RADIUS アクションを削除するには、コマンドプロンプトで次のコマンドを入力します。
rm authentication radiusAction <name>
<!--NeedCopy-->
例
rm authentication tacacsaction Authn-Act-1
<!--NeedCopy-->
共有
共有
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.