Configures a Kerberos client.
mkkrb5clnt -h | [ -c KDC -r Realm -s Server [ -v VDBPath ] [ -a Admin ] -d Domain [ -A ] [ -i Database ] [ -K ] [ -T ] ]
This command configures the Kerberos client. The first part of the
command reads realm name, KDC, VDB path, and domain name from the input and
generates a krb5.conf file.
/etc/krb5/krb5.conf: | Values for realm name, Kerberos admin server, and domain name are set as specified on the command line. Also updates the paths for default_keytab_name, kdc, and kadmin log files. |
If DCE is not configured, this command creates a link to /etc/krb5/krb5.conf from /etc/krb5.conf.
The command also allows you to configure root as admin user, configure integrated Kerberos authentication, and configure Kerberos as default authentication scheme.
For integrated login, the -i flag requires the name of the
database being used. For LDAP, use the load module name that specifies
LDAP. For local files, use the keyword files.
Standard Output | Consists of information messages when the -h flag is used. |
Standard Error | Consists of error messages when the command cannot complete successfully. |
Failure of this command to execute successfully may result in incomplete
client configuration.
0 | Indicates the successful completion of the command. |
1 | Indicates that an error occurred. |
Only the root user is authorized to use this command.
mkkrb5clnt -h
mkkrb5clnt -c sundial.austin.ibm.com -r UD3A.AUSTIN.IBM.COM \ -s sundial.austin.ibm.com -d austin.ibm.com
mkkrb5clnt -c sundial.austin.ibm.com -r UD3A.AUSTIN.IBM.COM \ -s sundial.austin.ibm.com -d austin.ibm.com \ -A -i files -K -T
/usr/krb5/sbin | Contains the mkkrb5clnt command. |