osxke-installer-customize.html   [plain text]


<!-- #bbinclude "header.template"
  #PAGETITLE#="Mac OS X Kerberos Extras Installer Customization Requirements &amp; Tips"
  #BASEHREF#="" 
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
			"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD> 
	<BASE HREF="http://web.mit.edu/macdev/KfM/KerberosInstaller/VISE/Documentation/osxke-installer-customize.html">
  	<META NAME="keywords" CONTENT="#KEYWORDS#">
	<META NAME="description" CONTENT="#DESCRIPTION#">
	<TITLE>Mac OS X Kerberos Extras Installer Customization Requirements &amp; Tips</TITLE> 
	<STYLE TYPE="text/css">
		@import url(../../../Common/Documentation/templates/site.css);
	</STYLE>
</HEAD>
<BODY>

<DIV ID="menu">
<IMG SRC="../../../Common/Documentation/graphics/Kerberos.jpg" ALT="Kerberos for Macintosh Logo">
<HR>
<P><A HREF="../../../Common/Documentation/index.html">Home</A></P>
<P><A HREF="http://web.mit.edu/kerberos/">MIT Kerberos</A></P>
<P><A HREF="http://web.mit.edu/ist/">MIT IS&amp;T</A></P>
<HR>
<P><A HREF="../../../Common/Documentation/news.html">News</A></P>
<P><A HREF="../../../Common/Documentation/documentation.html">Documentation</A></P>
<P><A HREF="../../../Common/Documentation/developer.html">Developer Resources</A></P>
<P><A HREF="../../../Common/Documentation/license.html">License</A></P>
<HR>
<P><A HREF="../../../Common/Documentation/download.html">Download</A></P>
<P><A HREF="../../../Common/Documentation/support.html">Support</A></P>
<P><A HREF="../../../Common/Documentation/contact.html">Contact Us</A></P>
</DIV>
<DIV ID="body">
<!-- end bbinclude -->
<!-- #bbinclude "icon.template" #ICON#="../Graphics/KfMOSXInstallerIcon.gif" 
	#TEXT#="<H2>Mac OS X Kerberos Extras Installer Customization Requirements &amp; Tips</H2>" -->
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
   <TR VALIGN=middle>
      <TD ALIGN=center> <IMG CLASS=icon SRC="../Graphics/KfMOSXInstallerIcon.gif" ALT="An icon image (description text to the right)" WIDTH=32 HEIGHT=32> </TD>
      <TD ALIGN=left> <H2>Mac OS X Kerberos Extras Installer Customization Requirements &amp; Tips</H2> </TD>
   </TR>
</TABLE>
<!-- end bbinclude -->
		
<h3>Overview</h3>
		
<p>In general, you may modify the Mac OS X Kerberos Extras Installer source 
  to suit the needs of your site. The binaries are provided in the layout the installer expects;
  all you need to do is replace the edu.mit.Kerberos file (and possibly the Read Me file) and
  rebuild the installer!  However, there are a few elements which all 
  installers must contain, and we have a few tips on customizing.</p>
		
<h3>Requirements</h3>
<ul>
  <li>Your installer must display the &quot;Kerberos License&quot; file on startup 
    (this file is included with the distribution).
  <li>You should not change the install locations of Kerberos for Macintosh files, 
    simply because Kerberos for Macintosh will probably stop working if the 
    files are installed in different locations.
  <li>The MIT KfM OS X Extras Read Me is provided as a guideline for creating your own 
    read me. If you use a modified form of the Read Me, be sure to remove all 
    references to MIT support addresses - MIT's HelpDesk does 
    not provide support for Kerberos users outside of the MIT community.</li>
</ul>
<h3>Tips</h3>
<ul>
  <li>Don't forget to update the <CODE>edu.mit.Kerberos</CODE> 
    file with appropriate realm configuration for your site before building the 
    installer! For details about how to do this, see the <a href="../../../Common/Documentation/preferences-osx.html">Kerberos 
    Preferences on Mac OS X Documentation</a>.</li>
  <li>Place your edited <CODE>edu.mit.Kerberos</CODE> file in <CODE>BinariesForInstaller</CODE> , replacing
    the MIT one that is provided as an example.
</ul>
<!-- #bbinclude "footer.template" -->
</DIV>
<DIV ID="footer">
	<P>
		Copyright 2005 Massachusetts Institute of Technology.<BR>
		Last updated on $Date: 2005-05-04 14:24:34 -0400 (Wed, 04 May 2005) $ <BR> 
		Last modified by $Author: lxs $ 
	</P>
</DIV>
<!-- Begin MIT-use only web reporting counter -->
	<IMG SRC="http://counter.mit.edu/tally" WIDTH=1 HEIGHT=1 ALT="">
<!-- End MIT-use only web reporting counter -->
</BODY></HTML>
<!-- end bbinclude -->