I am having problems with the configuration of samba 3.0.1 on a Solaris 2.6 box. This box has no previous samba versions installed. When I try to configure samba I get the following error. # cd samba-3.0.1/source #./configure -with-ads 2>&1 |tree config.new.log fails with the following error:- checking for LDAP support... auto checking ldap.h usability... no checking ldap.h presence... no checking for ldap.h... no checking lber.h usability... no checking lber.h presence... no checking for lber.h... no configure: WARNING: ldap.h is needed for LDAP support checking for Active Directory and krb5 support... yes configure: error: Active Directory Support requires LDAP support I installed ldap on this box then removed the samba-3.0.1 directory and untarred it again before running the ./configure script which failed with the same result. When I run "make" I get # make: Fatal error: No arguments to build I also came across Bugilla Bug 350 WARNING (present by cannout be compiled) Is there a work around for this bug and is anyone else having a problem with the configure script on solaris 2.6??? Brian Conway *E*: brian.conway@ingenicofortronic.com <mailto:brian.conway@ingenicofortronic.com> ________________________________________________________________________ This email has been scanned for all known viruses and appropriate content by the Messagelabs mail service.From jerome.tournier at idealx.com Mon Feb 9 14:02:18 2004 From: jerome.tournier at idealx.com (=?iso-8859-1?B?Suly9G1l?= Tournier) Date: Mon Feb 9 14:02:44 2004 Subject: [Samba] samba PDC and BDC with ldap master and slave backend In-Reply-To: <20040209193438.23313d15@tulip> References: <20040208203541.GA4468@syrius.ird.idealx.com> <1076276151.15808.7122.camel@piglett.bartlett.house> <20040209090810.GA7308@syrius.ird.idealx.com> <1076318163.15808.11103.camel@piglett.bartlett.house> <20040209193438.23313d15@tulip> Message-ID: <20040209140218.GA10681@syrius.ird.idealx.com> Le Mon, Feb 09, 2004 at 07:34:38PM +0700, Beast a ecrit:> Problem if master ldap is over wan and link is down. nobody will be able to change any attributes on that site. I know its not samba fault, but any advise on that setup?and if the link is down, as computers peridically changed their trust account password, what will happen if they can't do that ? They'll keep their current password, but can they keep it a long time without problem in user authentication or anything else ? -- J?r?me
Hi Brian, you don't have the ldap header file, and presumably any library files, installed which is required for AD support. The way I have solaris working (I think this is the only way) is you must install OpenLDAP server which includes all the ldap headers and libraries. If, as you probably don't, you don't need/want an actual LDAP server run the openldap configure with --null-backend=yes, cheers Andy. -----Original Message----- From: samba-bounces+pubsyssamba=bbc.co.uk@lists.samba.org [mailto:samba-bounces+pubsyssamba=bbc.co.uk@lists.samba.org]On Behalf Of Brian Conway Posted At: 09 February 2004 13:37 Posted To: Samba Conversation: [Samba] Problem Configuring 3.0.1 on Solaris Subject: [Samba] Problem Configuring 3.0.1 on Solaris I am having problems with the configuration of samba 3.0.1 on a Solaris 2.6 box. This box has no previous samba versions installed. When I try to configure samba I get the following error. # cd samba-3.0.1/source #./configure -with-ads 2>&1 |tree config.new.log fails with the following error:- checking for LDAP support... auto checking ldap.h usability... no checking ldap.h presence... no checking for ldap.h... no checking lber.h usability... no checking lber.h presence... no checking for lber.h... no configure: WARNING: ldap.h is needed for LDAP support checking for Active Directory and krb5 support... yes configure: error: Active Directory Support requires LDAP support I installed ldap on this box then removed the samba-3.0.1 directory and untarred it again before running the ./configure script which failed with the same result. When I run "make" I get # make: Fatal error: No arguments to build I also came across Bugilla Bug 350 WARNING (present by cannout be compiled) Is there a work around for this bug and is anyone else having a problem with the configure script on solaris 2.6??? Brian Conway *E*: brian.conway@ingenicofortronic.com <mailto:brian.conway@ingenicofortronic.com> ________________________________________________________________________ This email has been scanned for all known viruses and appropriate content by the Messagelabs mail service. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba BBCi at http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this.
Thanks for the info Andy I'll give it a go. Where would I get a copy of OpenLDAP for Solaris 2.6 I've tried docs.sun.com and sunsolve but they show only Docs. Brian Conway ________________________________________________________________________ This email has been scanned for all known viruses and appropriate content by the Messagelabs mail service.From gerald.carter at hp.com Mon Feb 9 15:09:05 2004 From: gerald.carter at hp.com (Gerald Carter) Date: Mon Feb 9 15:08:37 2004 Subject: [Samba] Samba 3.0.2 Available for Download Message-ID: <4027A291.2090701@hp.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here's another holiday release in time to be wrapped up for Valentine's Day. This is the latest stable release of Samba. This is the version that all production Samba servers should be running for all current bug-fixes. It has been confirmed that previous versions of Samba 3.0 are susceptible to a password initialization bug that could grant an attacker unauthorized access to a user account created by the mksmbpasswd.sh shell script. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CAN-2004-0082 to this issue. Samba administrators not wishing to upgrade to the current version should download the 3.0.2 release, build the pdbedit tool, and run ~ root# pdbedit-3.0.2 --force-initialized-passwords This will disable all accounts not possessing a valid password (e.g. the password field has been set a string of X's). Samba servers running 3.0.2 are not vulnerable to this bug regardless of whether or not pdbedit has been used to sanitize the passdb backend. Additionally, some of the more visible bugs in 3.0.1 addressed in the 3.0.2 release include: ~ o Joining a Samba domain from Pre-SP2 Windows 2000 clients. ~ o Logging onto a Samba domain from Windows XP clients. ~ o Problems with the %U and %u smb.conf variables in relation ~ to Windows 9x/ME clients. ~ o Kerberos failures due to an invalid in memory keytab ~ detection test. ~ o Updates to the ntlm_auth tool. ~ o Fixes for various SMB signing errors. ~ o Better separation of WINS and DNS queries for domain ~ controllers. ~ o Issues with nss_winbind FreeBSD and Solaris. ~ o Several crash bugs in smbd and winbindd. ~ o Output formatting fixes for smbclient for better ~ compatibility with scripts based on the 2.2 version. The source code can be downloaded from : ~ http://download.samba.org/samba/ftp/ The uncompressed tarball and patch file have been signed using GnuPG. The Samba public key is available at ~ http://download.samba.org/samba/ftp/samba-pubkey.asc Binary packages are available at ~ http://download.samba.org/samba/ftp/Binary_Packages/ A simplified version of the CVS log of updates since 3.0.1 can be found in the the download directory under the name ChangeLog-3.0.1-3.0.2. The release notes are also available on-line at ~ http://www.samba.org/samba/whatsnew/samba-3.0.2.html As always, all bugs (https://bugzilla.samba.org/) are our responsibility. ~ --Enjoy ~ The Samba Team -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFAJ6KRIR7qMdg1EfYRAokzAJ0bJaBcbBa8WYc2BqU7uNDlaCJlfQCgoKNg cs7RA/GvGrjiwNBpxXhLjf8=MomW -----END PGP SIGNATURE-----
www.openldap.org for source code which I used, not sure about getting a pre-compiled install, cheers Andy. -----Original Message----- From: samba-bounces+pubsyssamba=bbc.co.uk@lists.samba.org [mailto:samba-bounces+pubsyssamba=bbc.co.uk@lists.samba.org]On Behalf Of Brian Conway Posted At: 09 February 2004 15:05 Posted To: Samba Conversation: [Samba] Problem Configuring 3.0.1 on Solaris Subject: [Samba] Problem Configuring 3.0.1 on Solaris Thanks for the info Andy I'll give it a go. Where would I get a copy of OpenLDAP for Solaris 2.6 I've tried docs.sun.com and sunsolve but they show only Docs. Brian Conway ________________________________________________________________________ This email has been scanned for all known viruses and appropriate content by the Messagelabs mail service. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba BBCi at http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this.