We consider Debian Linux to be an Enterprise Linux because of its remarkable upgrade capabilities and the long lasting life cycle of each distribution.
This is reason enough to build Samba packages from the same repository than we use for SLES and RHEL.
In this chapter of EnterpriseSamba.COM we show the details of Samba3 for Debian Linux Sarge & Etch:
How to import the SerNet build key
There are several ways to import the SerNet build key to guarantee authenticity:
- Install a package:
wget ftp.sernet.de/pub/sernet-samba-keyring_1.2_all.deb
dpkg -i sernet-samba-keyring_1.2_all.deb
- Import the key manually:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys F4428B1A;
gpg --export --armor F4428B1A | apt-key add -
After imporintg the key, please make sure that 'gpg --fingerprint F4428B1A' shows the following fingerprint:
7975 0C31 87AF 92DD AC46 086F D992 1B1C F442 8B1A
