Use this information to learn more about Kerberos, single signon, and secure sockets layer (SSL).
iSeries™ Access for Linux® supports authenticating to the iSeries using Kerberos. To install and configure iSeries for Kerberos, see the Single signon topic, in the Security topic collection.
To install and configure Linux for Kerberos, see one of the many "How To's" available on the Internet. For example: www.linux.com/howtos/Kerberos-Infrastructure-HOWTO/client-configure.shtml
To use Kerberos with iSeries Access for Linux, you must first authenticate to your Kerberos domain using the kinit command or by setting up your initial Linux login to authenticate with the pluggable authentication module (PAM) Kerberos plugin. After successful authentication, you should be able to do a klist -f to see the status of your Kerberos tickets.
For any iSeries Access function, you can use *kerberos in place of the iSeries user profile to use your Kerberos tickets. Any password will be ignored in this case. For example: /opt/ibm/iSeriesAccess/bin/rmtcmd CRTLIB Test /system:iSeriesSystemName /user:*kerberos.
The Kerberos principle name will be based upon the fully qualified TCP/IP name received from the reverse lookup of the TCP/IP address. If you use a hosts file to resolve TCP/IP addresses, be sure to include the fully qualified TCP/IP system name. For example: 1.2.3.4 MyiSseries.MyDomain.com MyiSeries.