poptop_ads_howto_a2.htm 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <title>Poptop MSCHAP2 ADS Howto</title>
  7. </head>
  8. <body>
  9. <p><strong>A3. Samba for Fedora Core 4<br>
  10. </strong>(last update: 6 March 2006)</p>
  11. <p>FC4 comes with samba v3.0.14a. The samba project released v3.0.20 on 20 August 2005. Here is a quote from the v3.0.20 release note about winbind.</p>
  12. <blockquote>
  13. <p>-- quote --<br>
  14. Winbindd has been completely rewritten in this release to support
  15. an almost completely non-blocking, asynchronous request/reply
  16. model. This means that winbindd will scale much better in
  17. large domain environments and on high latency networks.<br>
  18. -- quote --
  19. </p>
  20. </blockquote>
  21. <p>It is highly recommended to upgrade samba to v3.0.20 or above. The latest samba v3.0.21c rpms for FC4 can be found in <a href="http://us5.samba.org/samba/ftp/Binary_Packages/Fedora/RPMS/i386/core/4/">here</a>. Download a copy and then update samba with command &quot;rpm -Uvh samba*.rpm&quot;. </p>
  22. <p><strong>Note: </strong>
  23. Samba v3.0.21 has a bug on the oplock code. Avoid this version. Use v3.0.21a or above. </p>
  24. <hr>
  25. <a name="fc4freeradius"></a><strong>A4. Software for Radius Setup on Fedora Core 4</strong><br>
  26. (last update: 1 February 2006)
  27. <p>In additional to the software we installed in the previous sections, we need two more. Freeradius is one of them. FC4 comes with freeradius-1.0.2-2 but it is broken. At the time of writing, the latest one is freeradius-1.0.4-1.FC4.1. Get it from <em>yum</em> as it has quite a few dependences. <em>yum</em> will resolve all required dependences automagically.</p>
  28. <blockquote>
  29. <pre>[root@pptp ~]# yum install freeradius</pre>
  30. </blockquote>
  31. <p>The second software you will need is radiusclient. Get the FC4 rpm, radiusclient-0.3.2-0.2.fc4.rf.i386.rpm, from <a href="http://rpmforge.net/user/packages/radiusclient/">RPMforge</a>. Install it with &quot;rpm -ivh&quot;.</p>
  32. <hr>
  33. <a href="poptop_ads_howto_a1.htm">Previous</a>&nbsp;&nbsp;<a href="poptop_ads_howto_1.htm#toc">Content</a>
  34. <p>&nbsp; </p>
  35. </body>
  36. </html>