76 lines
3.7 KiB
HTML
76 lines
3.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="reference" />
|
||
|
<meta name="DC.Title" content="Sample: Kerberos configuration file" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzahajgssdownloadsource.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="codedisclaimer.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzahajgsssampview.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzahajgsskrb5" />
|
||
|
<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>Sample: Kerberos configuration file</title>
|
||
|
</head>
|
||
|
<body id="rzahajgsskrb5"><a name="rzahajgsskrb5"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Sample: Kerberos configuration file</h1>
|
||
|
<div><div class="section"><p>For more information about using the sample configuration file,
|
||
|
see <a href="rzahajgssdownloadsource.htm">Downloading and running the IBM<sup>®</sup> JGSS
|
||
|
samples</a>.</p>
|
||
|
<p><strong>Note:</strong> Read the <a href="codedisclaimer.htm">Code
|
||
|
example disclaimer</a> for important legal information. </p>
|
||
|
<pre># ---------------------------------------------------------------------------------
|
||
|
# Kerberos configuration file for running the JGSS sample applications.
|
||
|
# Modify the entries to suit your environment.
|
||
|
#----------------------------------------------------------------------------------
|
||
|
|
||
|
[libdefaults]
|
||
|
default_keytab_name = /QIBM/UserData/OS400/NetworkAuthentication/keytab/krb5.keytab
|
||
|
default_realm = REALM.IBM.COM
|
||
|
default_tkt_enctypes = des-cbc-crc
|
||
|
default_tgs_enctypes = des-cbc-crc
|
||
|
default_checksum = rsa-md5
|
||
|
kdc_timesync = 0
|
||
|
kdc_default_options = 0x40000010
|
||
|
clockskew = 300
|
||
|
check_delegate = 1
|
||
|
ccache_type = 3
|
||
|
kdc_timeout = 60000
|
||
|
|
||
|
|
||
|
[realms]
|
||
|
REALM.IBM.COM = {
|
||
|
kdc = kdc.ibm.com:88
|
||
|
}
|
||
|
|
||
|
[domain_realm]
|
||
|
.ibm.com = REALM.IBM.COM</pre>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahajgsssampview.htm" title="The IBM Java Generic Security Service (JGSS) sample files include client and server programs, configuration files, policy files, and javadoc reference information. Use the following links to view HTML versions of the JGSS samples.">Viewing the IBM JGSS samples</a></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="linklist"><strong>Collected links</strong><br />
|
||
|
|
||
|
<div><a href="rzahajgssdownloadsource.htm" title="This topic contains instructions for downloading and running the sample javadoc information.">Downloading and running
|
||
|
the IBM JGSS samples</a></div>
|
||
|
<div><a href="codedisclaimer.htm">Code example disclaimer</a></div></div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|