Penguin
Diff: ActiveDirectorySamba
EditPageHistoryDiffInfoLikePages

Differences between version 24 and previous revision of ActiveDirectorySamba.

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

Newer page: version 24 Last edited on Thursday, June 17, 2004 11:29:30 am by DanielLawson Revert
Older page: version 23 Last edited on Thursday, June 17, 2004 11:25:38 am by GreigMcGill Revert
@@ -57,8 +57,9 @@
 ! Configure Samba3 and Winbindd 
  
 This part is the easy one, we just create ourselves a default Samba configuration with at least the following entries (Note this is a completely empty and default configuration file, and you may wish to add more. A file share would be handy to add). 
  
+<verbatim>  
 ''/etc/samba/smb.conf'' 
  [[global] 
  # general options 
  workgroup = THINCLIENT 
@@ -79,9 +80,9 @@
  security = ads 
  encrypt passwords = yes ''This is now the default behavior in Samba 3'' --EnigMa 
  realm = thinclient.test.org 
  password server = test1.thinclient.test.org ''This handles the "ads server =" directive as well'' --EnigMa 
-  
+</verbatim>  
 NB: The important things to pay attention to here are the name of our samba machine (netbios name), the workgroup, and the ActiveDirectory stuff. 
  
 ! Configure Kerberos5