From: Christian PERRIER on
> So, as a service to our users, I prepared some packages which are now
> available from http://pkg-samba.alioth.debian.org, also known as "the
> not so official but still quite actively supported backport service of the
> samba packaging team of the Debian project" (which makes a fairly long
> name...).
>
> These packages are functionally identical to 3.5.2 package we provide
> in Debian experimental....but are usable on Debian "lenny" systems.

There are still a few issues that are|were hitting these backproted
packages:

- up to yesterday, the size of the arch:all packages (samba-common,
samba-doc, samba-doc-pdf) was not fittingn the size mentioned in the
Packages file, leading to an APT warning.
This was indirectly caused by the manual upload of binary packages
for the amd64 platform and has been fixed

- the winbind package fails to install properly because of the
use of an unknown command in its postinst script.
This can be fixed with the following hack (as root):
ln -s /bin/true /usr/local/bin/pam-auth-update
(please remember removing that link once that packages are
installed)
An alternate way to avoid this is by remmoving the lines calling
pam-auth-update in /var/lib/dpkg/info/winbind.{postrm,postinst}

I'm preparing updated packages to fix this.