Penguin
Diff: HowtoSamba3AndActiveDirectory
EditPageHistoryDiffInfoLikePages

Differences between version 14 and predecessor to the previous major change of HowtoSamba3AndActiveDirectory.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 14 Last edited on Thursday, August 26, 2004 8:57:58 pm by RobinStephenson Revert
Older page: version 11 Last edited on Tuesday, April 20, 2004 5:08:54 am by AristotlePagaltzis Revert
@@ -1,6 +1,7 @@
 ''What's this? It's a near-copy of ActiveDirectorySamba, but not linked from anywhere and with a lot of stuff deleted? Please don't [DisagreeByDeleting | Wiki:DisagreeByDeleting]. Can someone who has Samba3 experience shed light on the changes between this page and the other?'' --AristotlePagaltzis 
  
+ActiveDirectorySamba is a correct howto for setting up Samba 3 with ActiveDirectory. So it's basically a copy paste from there to here and delete the other. -- GerwinVanDeSteeg  
 ---- 
  
 This simple guide is a mostly accurate way to set up a Samba machine as a DomainMember in a Windows 2000 or Windows 2003 ActiveDirectory Domain. 
  
@@ -88,9 +89,9 @@
  
 We need to generate a key for our samba machine on the Windows server, and securely import this into our samba machine. 
 To create the keyfile we run the following on the Windows server: 
  
- ktpass - princ host/mail.thinclient.test.org@THINCLIENT.TEST.ORG \ 
+ ktpass -princ host/mail.thinclient.test.org@THINCLIENT.TEST.ORG \ 
  -mapuser MAIL -pass MAIL1234PASSWORD -out mail.keytab 
  
 We then transfer the mail.keytab securely to our samba machine by using something similar to SSH or another secure means. And then on the samba machine we will import the keyfile we just generated by using the ktutil program, which is part of the kerberos distribution. The unix commands for ktutil are as follows: 
  
@@ -111,9 +112,9 @@
  
 * Using Kerberos Clients section of the [ Microsoft : Step-by-Step Guide to Kerberos 5 (krb5 1.0) Interoperability | http://www.microsoft.com/windows2000/techinfo/planning/security/kerbsteps.asp ] 
 * [ Authentication to ADS | http://mailman.mit.edu/pipermail/kerberos/2002-June/001189.html ] 
 * The winbindd and Active Directory Domain Member sections of the [ Samba v3 Documentation | http://au1.samba.org/samba/devel/docs/html/Samba-HOWTO-Collection.html ] 
-* http://us1.samba.org/samba/docs/man/ [ Realy huge manual for samba 3, in this document you can find almost everything ] 
+* [Realy huge manual for samba 3, in this document you can find almost everything|http://us1.samba.org/samba/docs/man/
 ---- 
  
 ! Footnotes 
 [1] %Systemroot% is a variable set by Windows NT and onward to mean "the location where Windows is installed", ie c:\winnt, c:\windows, etc.