svn commit: samba r7990 - in branches/SAMBA_4_0: .

abartlet at samba.org abartlet at samba.org
Wed Jun 29 07:55:17 GMT 2005


Author: abartlet
Date: 2005-06-29 07:55:16 +0000 (Wed, 29 Jun 2005)
New Revision: 7990

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7990

Log:
An attempt at documenting the current state of cludges required to get
Samba4 going, with kerberos.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/howto.txt


Changeset:
Modified: branches/SAMBA_4_0/howto.txt
===================================================================
--- branches/SAMBA_4_0/howto.txt	2005-06-29 03:01:35 UTC (rev 7989)
+++ branches/SAMBA_4_0/howto.txt	2005-06-29 07:55:16 UTC (rev 7990)
@@ -29,7 +29,30 @@
   $ cd samba4
   $ svn up
 
+Step 1a: Use Lorikeet/Heimdal
+-----------------------------
 
+If you want to use Kerberos in Samba4, you must use
+'Lorikeet/heimdal', and place a checkout into samba4/source/heimdal
+
+There are 2 methods of doing this:
+
+  method 1:  
+    $ cd samba4/source
+    $ rsync -avz samba.org::ftp/unpacked/lorikeet-heimdal heimdal
+
+  method 2:  
+
+    $ cd samba4/source
+    $ svn co svn://svnanon.samba.org/lorikeet/trunk/heimdal heimdal
+
+both methods will create a directory called "heimdal" in the samba4/source
+directory. 
+
+(Long-term, we will either import Heimdal from 'lorikeet', or setup a
+reference between the repositories, so this and svn update works
+automaticly. In the short term, you must manually update this directory). 
+
 Step 2: compile Samba4
 ----------------------
 
@@ -38,8 +61,13 @@
   $ cd samba4/source
   $ ./autogen.sh
   $ ./configure.developer -C
+
+If you did not include heimdal, run this:
   $ make
 
+If you did include Heimdal, a different step is required:
+  $ make HEIMDAL_EXTERNAL all
+
 If you have gcc 3.4 or newer, then run "make pch" before "make" to
 greatly speed up the compile process (about 5x faster).
 



More information about the samba-cvs mailing list