summaryrefslogtreecommitdiff
path: root/docs/htmldocs/compiling.html
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-02 18:07:52 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-02 18:07:52 +0000
commitd00b6f125fd98d1842cba57c7b509d52470c82d7 (patch)
tree3ba63acf2addf1e8fec8e41cd33f2b66f93d06b9 /docs/htmldocs/compiling.html
parent4f59ed8e91a749b84b21187f6c65180ada2b13f4 (diff)
downloadsamba-d00b6f125fd98d1842cba57c7b509d52470c82d7.tar.gz
samba-d00b6f125fd98d1842cba57c7b509d52470c82d7.tar.bz2
samba-d00b6f125fd98d1842cba57c7b509d52470c82d7.zip
Regenerate docs
(This used to be commit 20ee66b661e295cc9fb66f00b16de3b382a7e723)
Diffstat (limited to 'docs/htmldocs/compiling.html')
-rw-r--r--docs/htmldocs/compiling.html142
1 files changed, 132 insertions, 10 deletions
diff --git a/docs/htmldocs/compiling.html b/docs/htmldocs/compiling.html
index b40b17b22a..f62bc5400e 100644
--- a/docs/htmldocs/compiling.html
+++ b/docs/htmldocs/compiling.html
@@ -87,7 +87,7 @@ CLASS="SECT1"
><H1
CLASS="SECT1"
><A
-NAME="AEN3807"
+NAME="AEN3706"
>26.1. Access Samba source code via CVS</A
></H1
><DIV
@@ -95,7 +95,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
-NAME="AEN3809"
+NAME="AEN3708"
>26.1.1. Introduction</A
></H2
><P
@@ -117,7 +117,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
-NAME="AEN3814"
+NAME="AEN3713"
>26.1.2. CVS Access to samba.org</A
></H2
><P
@@ -130,7 +130,7 @@ CLASS="SECT3"
><H3
CLASS="SECT3"
><A
-NAME="AEN3817"
+NAME="AEN3716"
>26.1.2.1. Access via CVSweb</A
></H3
><P
@@ -151,7 +151,7 @@ CLASS="SECT3"
><H3
CLASS="SECT3"
><A
-NAME="AEN3822"
+NAME="AEN3721"
>26.1.2.2. Access via cvs</A
></H3
><P
@@ -256,7 +256,7 @@ CLASS="SECT1"
><H1
CLASS="SECT1"
><A
-NAME="AEN3850"
+NAME="AEN3749"
>26.2. Accessing the samba sources via rsync and ftp</A
></H1
><P
@@ -284,7 +284,7 @@ CLASS="SECT1"
><H1
CLASS="SECT1"
><A
-NAME="AEN3856"
+NAME="AEN3755"
>26.3. Building the Binaries</A
></H1
><P
@@ -365,13 +365,135 @@ CLASS="USERINPUT"
></P
><P
>if you find this version a disaster!</P
+><DIV
+CLASS="SECT2"
+><H2
+CLASS="SECT2"
+><A
+NAME="AEN3783"
+>26.3.1. Compiling samba with Active Directory support</A
+></H2
+><P
+>In order to compile samba with ADS support, you need to have installed
+ on your system:
+ <P
+></P
+><TABLE
+BORDER="0"
+><TBODY
+><TR
+><TD
+>the MIT kerberos development libraries (either install from the sources or use a package). The heimdal libraries will not work.</TD
+></TR
+><TR
+><TD
+>the OpenLDAP development libraries.</TD
+></TR
+></TBODY
+></TABLE
+><P
+></P
+>
+
+ </P
+><P
+>If your kerberos libraries are in a non-standard location then
+ remember to add the configure option --with-krb5=DIR.</P
+><P
+>After you run configure make sure that <TT
+CLASS="FILENAME"
+>include/config.h</TT
+> it generates contains lines like this:</P
+><P
+><PRE
+CLASS="PROGRAMLISTING"
+>#define HAVE_KRB5 1
+#define HAVE_LDAP 1
+ </PRE
+></P
+><P
+>If it doesn't then configure did not find your krb5 libraries or
+ your ldap libraries. Look in config.log to figure out why and fix
+ it.</P
+><DIV
+CLASS="SECT3"
+><H3
+CLASS="SECT3"
+><A
+NAME="AEN3795"
+>26.3.1.1. Installing the required packages for Debian</A
+></H3
+><P
+>On Debian you need to install the following packages:</P
+><P
+> <P
+></P
+><TABLE
+BORDER="0"
+><TBODY
+><TR
+><TD
+>libkrb5-dev</TD
+></TR
+><TR
+><TD
+>krb5-user</TD
+></TR
+></TBODY
+></TABLE
+><P
+></P
+>
+ </P
+></DIV
+><DIV
+CLASS="SECT3"
+><H3
+CLASS="SECT3"
+><A
+NAME="AEN3802"
+>26.3.1.2. Installing the required packages for RedHat</A
+></H3
+><P
+>On RedHat this means you should have at least: </P
+><P
+> <P
+></P
+><TABLE
+BORDER="0"
+><TBODY
+><TR
+><TD
+>krb5-workstation (for kinit)</TD
+></TR
+><TR
+><TD
+>krb5-libs (for linking with)</TD
+></TR
+><TR
+><TD
+>krb5-devel (because you are compiling from source)</TD
+></TR
+></TBODY
+></TABLE
+><P
+></P
+>
+ </P
+><P
+>in addition to the standard development environment.</P
+><P
+>Note that these are not standard on a RedHat install, and you may need
+ to get them off CD2.</P
+></DIV
+></DIV
></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
-NAME="AEN3884"
+NAME="AEN3812"
>26.4. Starting the smbd and nmbd</A
></H1
><P
@@ -411,7 +533,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
-NAME="AEN3894"
+NAME="AEN3822"
>26.4.1. Starting from inetd.conf</A
></H2
><P
@@ -511,7 +633,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
-NAME="AEN3923"
+NAME="AEN3851"
>26.4.2. Alternative: starting it as a daemon</A
></H2
><P