Go to main content
マニュアルページ セク ション 1M: シ ステム管理コマン ド

印刷ビューの終了

更新: 2016年12月6日
 
 

kclient-kt2prof(1M)

名前

kclient-kt2prof - Bundle a binary keytab file into a System Configuration XML

形式

kclient-kt2prof [-k keytab
] [-p profile] 

説明

The kclient-kt2prof command is used to bundle a binary keytab file into a System Configuration XML, so that it can be transferred by Automated Installer onto the client. For that purpose, the binary file is base64 encoded, partitioned into chunks if required, and stored in property element of the System Configuration XML profile. The resulting profile can be used by installadm create-profile to configure Kerberos on the client of Automated Installation.

オプション

The following options are supported:

–k keytab

Specifies the input filename to read from or standard input if this option is not specified. The maximum size of keytab for bundling into configuration profile is limited to 750 KB.

–p profile

Specifies the output filename to write to or standard output by default.

使用例 1 Bundling Keytab File into XML Configuration Profile

The following command shows how to bundle binary file example.keytab into an XML configuration profile key.xml:

# kclient-kt2prof -k /root/example.keytab -p /root/key.xml

属性

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
service/security/kerberos-5
Interface Stability
Committed