diff options
author | assar <assar@FreeBSD.org> | 2001-02-13 16:46:19 +0000 |
---|---|---|
committer | assar <assar@FreeBSD.org> | 2001-02-13 16:46:19 +0000 |
commit | 3a971fe69aad52dfd248901ae796e64a96ae3e37 (patch) | |
tree | ac7b5c62510ffa9f0316643bcb19a3fed3d5bef7 /crypto/heimdal/doc/install.texi | |
parent | 2934fc23653f64b32f4db32233d7eda11ca274f0 (diff) | |
parent | ebfe6dc471c206300fd82c7c0fd145f683aa52f6 (diff) | |
download | FreeBSD-src-3a971fe69aad52dfd248901ae796e64a96ae3e37.zip FreeBSD-src-3a971fe69aad52dfd248901ae796e64a96ae3e37.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r72445,
which included commits to RCS files with non-trunk default branches.
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 |