タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

JavaとKerberosに関するwlbhiroのブックマーク (2)

  • kinit - Kerberos ツール

    kinit - Kerberos チケット認可チケットの取得とキャッシュ kinit は、Kerberos チケット認可チケット (Ticket Granting Ticket、TGT) の取得とキャッシュに使用されます。このツールの機能は、SEAM や MIT リファレンス実装など、他の Kerberos 実装に一般的に見られる kinit ツールと類似しています。 kinit を実行する前に、Key Distribution Center (KDC) を使用してユーザーを主体として登録する必要があります。 形式 kinit [ commands ] <principal name> [<password>] 説明 Windows プラットフォームではデフォルトで、<USER_HOME>\krb5cc_<USER_NAME> というキャッシュファイルが生成されます。<uid> は、システ

  • kinit - Kerberos tool

    kinit is used to obtain and cache Kerberos ticket-granting tickets. This tool is similar in functionality to the kinit tool that are commonly found in other Kerberos implementations, such as SEAM and MIT Reference implementations. The user must be registered as a principal with the Key Distribution Center (KDC) prior to running kinit. SYNOPSIS kinit [ commands ] <principal name> [<password>] DESCR

  • 1