-
-
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 認証ポリシーは、外部のターミナルアクセスコントローラアクセス制御システム(TACACS)認証サーバに対して認証します。 ユーザーがTACACSサーバーで認証されると、NetScalerは同じTACACSサーバーに接続してその後のすべての認証を行います。この機能により、プライマリ TACACS サーバが使用できなくなったときに、ADC が最初の TACACS サーバがタイムアウトするまで待機する間の遅延を防ぐことができます。これは、認可要求を 2 番目の TACACS サーバに再送信する前に発生します。
注:
TACACS 認可サーバは、文字列長が 255 文字を超えるコマンドをサポートしていません。
回避策: TACACS 認証サーバの代わりにローカル認証を使用してください。
TACACS サーバを介して認証する場合、認証、承認、およびトラフィック管理ログの監査では、TACACS コマンドだけが正常に実行されます。これにより、実行権限のないユーザによって入力された TACACS コマンドがログに表示されなくなります。
NetScaler 12.0 Build 57.x以降、ターミナルアクセスコントローラーのアクセス制御システム(TACACS)は、TACACSリクエストの送信中に認証、承認、および監査デーモンをブロックしません。LDAP 認証と RADIUS 認証を許可してリクエストを続行します。TACACS サーバが TACACS 要求を確認すると、TACACS 認証要求が再開されます。
重要:
「clear ns config」コマンドを実行するときは、TACACS関連の設定を変更しないことをお勧めします。
詳細ポリシーの「clear ns config」コマンドで「RBAConfig」パラメータが NO に設定されている場合、詳細ポリシーに関連する TACACS 関連の設定はクリアされ、再適用されます。
TACACS 認証用の名前/値属性のサポート
TACACS 認証属性に一意の名前と値を設定できるようになりました。名前は TACACS アクションパラメータで設定され、値は名前を問い合わせることによって取得されます。name 属性値を指定すると、管理者は属性名に関連付けられた属性値を簡単に検索できます。また、管理者は属性を値だけで覚える必要がなくなりました。
重要
- TACACSaction コマンドでは、最大 64 個の属性をカンマで区切って設定でき、合計サイズは 2048 バイト未満です。
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.