Samba 3.0.21 Available for Download - SMB
This is a discussion on Samba 3.0.21 Available for Download - SMB ; -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
================================================== =============
Done with Fish.
-- John Laroche (Adaptation)
================================================== =============
Release Announcements
=====================
This is the latest stable release of Samba. This is the version
that production Samba servers should be running for ...
-
Samba 3.0.21 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
================================================== =============
Done with Fish.
-- John Laroche (Adaptation)
================================================== =============
Release Announcements
=====================
This is the latest stable release of Samba. This is the version
that production Samba servers should be running for all current
bug-fixes. Please read the following important changes in this
release.
Common bugs fixed in 3.0.21 include:
o Missing groups in a user's token when logging in via kerberos
o Incompatibilities with newer MS Windows hotfixes and
embedded OS platforms
o Portability and crash bugs.
o Performance issues in winbindd.
New features introduced in Samba 3.0.21 include:
o Complete NTLMv2 support by consolidating authentication
mechanism used at the CIFS and RPC layers.
o The capability to manage Unix services using the Win32
Service Control API.
o The capability to view external Unix log files via the
Microsoft Event Viewer.
o New libmsrpc share library for application developers.
o Rewrite of CIFS oplock implementation.
o Performance Counter external daemon.
o Winbindd auto-detection query methods when communicating with
a domain controller.
o The ability to enumerate long share names in libsmbclient
applications.
================
Download Details
================
The uncompressed tarball and patch files have been signed
using GnuPG (ID 157BC95E). The source code can be
downloaded from:
http://download.samba.org/samba/ftp/
The release notes are available online at:
http://www.samba.org/samba/history/samba-3.0.21.html
Binary packages are available at
http://download.samba.org/samba/ftp/Binary_Packages/
Our Code, Our Bugs, Our Responsibility.
(https://bugzilla.samba.org/)
--Enjoy
The Samba Team
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFDqG2MIR7qMdg1EfYRAhMgAJ93QRYzshi1qurF7MSRiw iB8DKNqACg2jPC
UxZnejIjKu16QYYkaRZdyOA=
=/v6r
-----END PGP SIGNATURE-----
-
Re: Samba 3.0.21 Available for Download
Gerald (Jerry) Carter wrote:
[samba 3.0.21 release]
I tried to compile the new version on a sun solaris 8 box.
$ ./configure --with-acl-support --prefix=/usr/local/samba3021
--with-quotas --with-ssl --with-included-popt
[...]
Compiling libads/ldap_printer.c
Compiling libads/sasl.c
libads/sasl.c: In function `ads_sasl_spnego_ntlmssp_bind':
libads/sasl.c:81: `LDAP_SASL_BIND_IN_PROGRESS' undeclared (first use in
this function)
libads/sasl.c:81: (Each undeclared identifier is reported only once
libads/sasl.c:81: for each function it appears in.)
libads/sasl.c: In function `ads_sasl_spnego_bind':
libads/sasl.c:186: `LDAP_SASL_BIND_IN_PROGRESS' undeclared (first use in
this function)
make: *** [libads/sasl.o] Error 1
I don't get this error with 3.0.20b and older releases.
Any ideas?
Ralf
-
Re: Samba 3.0.21 Available for Download
Ralf Gross wrote:
> Gerald (Jerry) Carter wrote:
> [samba 3.0.21 release]
>
> I tried to compile the new version on a sun solaris 8 box.
>
> $ ./configure --with-acl-support --prefix=/usr/local/samba3021
> --with-quotas --with-ssl --with-included-popt
>
> [...]
> Compiling libads/ldap_printer.c
> Compiling libads/sasl.c
> libads/sasl.c: In function `ads_sasl_spnego_ntlmssp_bind':
> libads/sasl.c:81: `LDAP_SASL_BIND_IN_PROGRESS' undeclared (first use in
> this function)
> libads/sasl.c:81: (Each undeclared identifier is reported only once
> libads/sasl.c:81: for each function it appears in.)
> libads/sasl.c: In function `ads_sasl_spnego_bind':
> libads/sasl.c:186: `LDAP_SASL_BIND_IN_PROGRESS' undeclared (first use in
> this function)
> make: *** [libads/sasl.o] Error 1
>
> I don't get this error with 3.0.20b and older releases.
I seems that using --without-ldap is the solution.
Ralf