87 lines
5.7 KiB
HTML
87 lines
5.7 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Security" />
|
|
<meta name="abstract" content="Use this information to learn more about Kerberos, single signon, and secure sockets layer (SSL)." />
|
|
<meta name="description" content="Use this information to learn more about Kerberos, single signon, and secure sockets layer (SSL)." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatvkickoff.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzamz/rzamzsso.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatvcmmnd5250.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzatvsecurity" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Security</title>
|
|
</head>
|
|
<body id="rzatvsecurity"><a name="rzatvsecurity"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Security</h1>
|
|
<div><p>Use this information to learn more about Kerberos, single signon,
|
|
and secure sockets layer (SSL).</p>
|
|
<div class="section"><h4 class="sectiontitle">Kerberos</h4><p>iSeries™ Access for Linux<sup>®</sup> supports
|
|
authenticating to the iSeries using Kerberos. To install and configure iSeries for
|
|
Kerberos, see the Single signon topic, in the Security topic collection.</p>
|
|
<p>To
|
|
install and configure Linux for Kerberos, see one of the many <span class="q">"How To's"</span> available
|
|
on the Internet. For example: <a href="http://www.linux.com/howtos/Kerberos-Infrastructure-HOWTO/client-configure.shtml" target="_blank">www.linux.com/howtos/Kerberos-Infrastructure-HOWTO/client-configure.shtml</a></p>
|
|
<div class="note"><span class="notetitle">Note:</span> Most Linux distributions
|
|
have at least one (Heimdal and MIT) version of Kerberos 5 included with them.
|
|
However, some distributions neglect to create a symbolic link for the Kerberos
|
|
shared library (Heimdal /usr/lib/libgssapi.so or MIT /usr/lib/libgssapi_krb5.so). iSeries Access
|
|
for Linux dynamically
|
|
loads the Kerberos shared library by that name and if a symbolic link to that
|
|
name is not available, you get the following error: CWBSY1015 - Kerberos not
|
|
available on this version of the operating system.</div>
|
|
<p>To use Kerberos
|
|
with iSeries Access
|
|
for Linux,
|
|
you must first authenticate to your Kerberos domain using the <samp class="codeph">kinit</samp> 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 <samp class="codeph">klist -f</samp> to see the status of
|
|
your Kerberos tickets.</p>
|
|
<p>For any iSeries Access function, you can use <samp class="codeph">*kerberos</samp> in
|
|
place of the iSeries user
|
|
profile to use your Kerberos tickets. Any password will be ignored in this
|
|
case. For example: <samp class="codeph">/opt/ibm/iSeriesAccess/bin/rmtcmd CRTLIB Test /system:iSeriesSystemName
|
|
/user:*kerberos</samp>.</p>
|
|
<p>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: <samp class="codeph">1.2.3.4
|
|
MyiSseries.MyDomain.com MyiSeries</samp>.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Single signon</h4>The ibm5250 emulator supports Kerberos
|
|
and single signon. Using either command line options or the setup5250 configuration
|
|
utility you can enable this security support.</div>
|
|
<div class="section"><h4 class="sectiontitle">Secure sockets layer</h4>For enabling iSeries Access
|
|
for Linux to
|
|
use secure sockets layer (SSL) support, OpenSSL and stunnel must be installed
|
|
and configured. An example stunnel configuration file ( /opt/ibm/iSeriesAccess/doc/iSeriesAccess.stunnel.config
|
|
) is provided to get you started.</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzatvkickoff.htm" title="iSeries Access for Linux (5722-XL1) is the latest offering in the iSeries Access (5722-XW1) family of products. It offers Linux-based access to iSeries servers. iSeries Access for Linux enables users to leverage business information, applications, and resources across an enterprise by extending the iSeries resources to the Linux client.">iSeries Access for Linux</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="../rzamz/rzamzsso.htm">Single signon</a></div>
|
|
<div><a href="rzatvcmmnd5250.htm" title="Learn about command line options for iSeries Access for Linux 5250 emulator.">Command line emulator options</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |