[Samba] Re: Problems with Samba and Windows 2003 ActiveDomainServer

Paul Gienger pgienger at ae-solutions.com
Fri Jun 10 13:06:46 GMT 2005


>Has anybody been able to make this work using the distributed packages from
>the Fedora distribution or SuSE?

Most of the time the distro packages are compiled with the kitchen sink
included so you can get just about anything working.  Maybe you could shoot
a note back to your distro's builders asking why SuperCoolOption isn't built
in?  The stock Fedora rpm worked fine for our needs (ldap) but we've moved
away from them since they didn't update fast enough.  Still sticking with an
rpm build from the samba.org specfile, which btw, does seem to have ADS
built in.


> going to be. I have another client that is looking at
> deploying approximately 200 workstations. If I have to hand compile each
> new machine, these will take a lot longer to deploy, even
> with scripting and a centralized distribution server.

If you have any decent sized linux (or any OS deployment really), it helps
if you have some sort of internal deployment server.  It also helps if you
use the package manager that came with your system rather than compiling
everything as a source file with "./configure ; make ; make install."  RPM
may have its problems, or people just like to whine about it, but for gods
sake it's built in, and 99% of the time it works.  

With our fedora servers we have an internal yum server.  To deploy a package
to any number of systems it's not too difficult:

1. Build rpm package
2. Place it in the repository and run the yum repo update command.
3. Either of 2 things to get it installed
  a. If this is an update or special version of a package, wait till the
nightly update comes and gets it.
  b. if this is a new package, go to the system and run "yum install
mysupercoolpackage

I am taking for granted that you've got your machines already configured for
your internal repository, since of course, that's the whole point: to show
how easy it is to install things if you've got the infrastructure set to use
it.  Actually creating an internal server is fairly easy if you follow the
documentation.

I'm also just talking Fedora, I'd be surprised if SuSE didn't have something
similar, I'm ignoring the rest of the world since you only mentioned SuSE
and Fedora.




More information about the samba mailing list