diff options
Diffstat (limited to 'crypto/heimdal/doc/install.texi')
-rw-r--r-- | crypto/heimdal/doc/install.texi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/crypto/heimdal/doc/install.texi b/crypto/heimdal/doc/install.texi index 5d195a6..aa56cea 100644 --- a/crypto/heimdal/doc/install.texi +++ b/crypto/heimdal/doc/install.texi @@ -1,3 +1,5 @@ +@c $Id: install.texi,v 1.16 2001/01/28 22:11:22 assar Exp $ + @node Building and Installing, Setting up a realm, What is Kerberos?, Top @comment node-name, next, previous, up @chapter Building and Installing @@ -60,6 +62,10 @@ used by the ``KDC'' in AFS. Requires Kerberos 4 support. Enables experimental support for reading kaserver databases in hprop. This is useful when migrating from a kaserver to a Heimdal KDC. +@item @kbd{--enable-dce} +Enables support for getting DCE credentials and tokens. See the README +files in @file{appl/dceutils} for more information. + @item @kbd{--disable-otp} By default some of the application programs will build with support for one-time passwords (OTP). Use this option to disable that support. @@ -83,4 +89,21 @@ Probably only useful (and working) on NextStep/Mac OS X. @item @kbd{--without-ipv6} Disable the IPv6 support. +@item @kbd{--with-openldap} +Compile Heimdal with support for storing the database in LDAP. Requires +OpenLDAP @url{http://www.openldap.org}. See +@url{http://www.padl.com/~lukeh/heimdal/} for more information. + +@item @kbd{--enable-bigendian} +@item @kbd{--enable-littleendian} +Normally, the build process will figure out by itself if the machine is +big or little endian. It might fail in some cases when +cross-compiling. If it does fail to figure it out, use the relevant of +these two options. + +@item @kbd{--with-mips-abi=@var{abi}} +On Irix there are three different ABIs that can be used (@samp{32}, +@samp{n32}, or @samp{64}). This option allows you to override the +automatic selection. + @end table |