Vetter, Gary H.
2003-Oct-28 15:54 UTC
[Samba] Configuration options used in compiling Debian Samba 3.0 packages
Sorry if this is more a Debian question than a Samba one. Are the Debian binary packages for Samba 3.0 on the Samba site compiled with active directory and kerberos support? Is there a general way to tell what options were used when compiling Debian packages? Gary Vetter ND Retirement and Investment Office 701 328-9879
Brandon Craig Rhodes
2003-Oct-28 17:26 UTC
[Samba] Re: Configuration options used in compiling Debian Samba 3.0 packages
"Vetter, Gary H." <ghvetter@state.nd.us> writes:> Sorry if this is more a Debian question than a Samba one. Are the > Debian binary packages for Samba 3.0 on the Samba site compiled with > active directory and kerberos support? Is there a general way to > tell what options were used when compiling Debian packages?As I normal user, I make an empty temporary directory and run apt-get source samba which downloads the binary source package and unpacks it. I then visit the "debian" directory inside of the package source tree to see how things were compiled: cd samba-3.0.0final cd debian If you look at the "rules" file and search for "configure" you will see the big configure command they use. In the case of the samba package they seem to use neither the option for explicitly compiling ADS support, nor for krb5 support; but we can see that these are by default both built anyway by looking at samba's "./configure --help" output: --with-ads Active Directory support (default auto) --with-krb5=base-dir Locate Kerberos 5 support (default=/usr) So the best answer I can give at the moment is: these are not configured explicitly, but, looking at samba-common's dependencies with "aptitude" it does look like it requires libkrb53, which strongly suggests the presence of Kerberos support. I wonder if there is a file or server somewhere that would show what the output of ./configure or make looked like when a Debian package was built? Then we could see for sure what packages ./configure was able to find and what features it could not support. -- Brandon Craig Rhodes http://www.rhodesmill.org/brandon Georgia Tech brandon@oit.gatech.edu
Andrew Bartlett
2003-Oct-29 02:12 UTC
[Samba] Configuration options used in compiling Debian Samba 3.0 packages
On Wed, 2003-10-29 at 02:54, Vetter, Gary H. wrote:> Sorry if this is more a Debian question than a Samba one. Are the Debian > binary packages for Samba 3.0 on the Samba site compiled with active > directory and kerberos support? Is there a general way to tell what options > were used when compiling Debian packages?smbd -b Will show you what samba was built with. Andrew Bartlett -- Andrew Bartlett abartlet@pcug.org.au Manager, Authentication Subsystems, Samba Team abartlet@samba.org Student Network Administrator, Hawker College abartlet@hawkerc.net http://samba.org http://build.samba.org http://hawkerc.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.samba.org/archive/samba/attachments/20031029/8db97a62/attachment.bin