Penguin
Diff: ActiveDirectorySamba
EditPageHistoryDiffInfoLikePages

Differences between version 44 and predecessor to the previous major change of ActiveDirectorySamba.

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

Newer page: version 44 Last edited on Monday, July 18, 2005 11:30:31 pm by JohnEnnew Revert
Older page: version 43 Last edited on Sunday, July 3, 2005 6:09:17 am by TomaszChmielewski Revert
@@ -14,13 +14,35 @@
 The Samba system is based upon a stock standard RedHat 9 system with the samba software upgraded to Samba3 (using RPM) 
  
 The following steps are needed to get the system functioning: 
  
+# install and check necessary packages  
 # configure name resolution using either dns or a hosts file 
 # configure samba and winbindd 
 # configure kerberos 
 # testing Samba and winbindd 
 # good luck 
+  
+!! Install and Check necessary packages  
+  
+The following packages are required to sucessfully run all the commands detailed in this guide:  
+  
+Samba:  
+# redhat-config-samba (or system-config-samba)  
+# samba-common  
+# samba-client  
+# samba  
+  
+Kerberos:  
+# pam_krb5  
+# krb5-workstation  
+# krb5-libs  
+# krbafs  
+  
+You can query if these packages are installed by running:  
+<pre>  
+rpm -q package-name  
+</pre>  
  
 !! Configure name resolution 
  
 Active Directory relies HEAVILY on DNS to resolve not only host names but services they provide as well. To set up DNS on the Linux box, see the DNSHowTo, otherwise consult necessary Windows documentation on setting up forward AND reverse DNS zones.