No subject


Mon Dec 1 11:34:25 GMT 2003


connect to it - wait about 2 minutes and then get 'network is busy' message.

I suspect that my problems may lie somewhere in the multiple domains /
subnetting areas, but I can't see where.
Any comments will be welcome.  TIA
Harry Burgin

Return-Path: <marion.haines at countygovt.brevard.fl.us>
Delivered-To: samba at lists.samba.org
Received: from gc2a-hplh4.countygovt.brevard.fl.us
  (mail.countygovt.brevard.fl.us [205.153.146.134]) by lists.samba.org
  (Postfix) with SMTP id 0B80A4669 for <samba at lists.samba.org>; Wed,  6
  Jun 2001 07:06:28 -0700 (PDT)
Received: by gc2a-hplh4.countygovt.brevard.fl.us with VINES-ISMTP; Wed,
  6 Jun 2001 10:05:45 -0400
Date: Wed, 6 Jun 2001 10:10:05 -0400
Message-ID: <vines.MVC9+zaX5vA at gc2a-hplh4.countygovt.brevard.fl.us>
To: <samba at lists.samba.org>
From: <marion.haines at countygovt.brevard.fl.us>(Marion Haines)
Reply-To: <marion.haines at countygovt.brevard.fl.us>
Subject: Samba Password Chat
X-Incognito-SN: 28896
X-Incognito-Version: 5.1.0.78
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I've got Samba running well but am now facing the password-change issue and must admit that I'm stumped.  Even after reading through the archives, I can't seem to arrive at an answer.

So far I've determined that for a Windows 95 user, for example, to change their Samba password, they have to run (from the DOS prompt):

     net password \\sambasvr    [ENTER]

it then prompts for the user name, old password, new password, and lastly, the new password again.

I then have to go to the Windows control panel and change the Windows password in the PASSWORD applet to match what I changed above.  This is cumbersome, but seems to work.  Is there any other way?  Some threads have mentioned that I should be able to change the Samba server password from this applet.  Is this true?  If so, how???

Also, the only thing that doesn't seem to get changed is the UNIX password.  It's my understanding that the purpose of the password chat, etc, is to get the new password to the "passwd" program which will then make the change to the shadow password file.

I must be missing something, because I can't figure out how to get the password chat to execute.

Here are the pertinent parts of the smb.conf and the server configuration.

RedHat Linux 7.0, installed as a server, ssl is not implemented.
samba-common-2.0.7-21ssl
samba-client-2.0.7-21ssl
samba-2.0.7-21ssl
The Samba server is providing all WINS services.
Server & all users are set for encrypted passwords (including Win95 PCs).
New passwords being tested are 6-characters in length.

# Samba config file created using SWAT
 [global]
	security = SERVER
	encrypt passwords = Yes
	min password length = 6
	smb passwd file = /usr/local/samba/private/smbpasswd
	passwd program = /usr/bin/passwd %u
	passwd chat = *new*UNIX*password* %n\n *Retype*new*UNIX*password* %n\n *changed*
	unix password sync = Yes
	domain logons = Yes
	os level = 65
	preferred master = Yes
	domain master = Yes
	wins support = Yes

Any help is much appreciated.
Marion D. Haines
marion.haines at countygovt.brevard.fl.us
Network Administrator
Board of County Commissioners
Brevard County, Florida

============================= 

Return-Path: <duanepz at glis.net>
Delivered-To: samba at lists.samba.org
Received: from mail.glis.net (mail.glis.net [216.234.108.70]) by
  lists.samba.org (Postfix) with ESMTP id 11A184C9E for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 07:06:29 -0700 (PDT)
Date: Wed,  6 Jun 2001 10:06:27 -0400
Message-Id: <200106061006.AA146014478 at mail.glis.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
From: "duanepz" <duanepz at glis.net>
Reply-To: <duanepz at glis.net>
X-Sender: <duanepz at mail.glis.net>
To: <samba at lists.samba.org>, "Edgar Soldin" <u13471 at hs-harz.de>
Subject: Re: kernel: smbfs: failed to load nls 'iso8859-1'
X-Mailer: <IMail v6.05>
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

The kernel is trying to load a native language module that doesn't exist on your system.  Samba uses them if they are available.

I ran into this when I built a 2.2.18 kernel the first time.  When configuring the kernel, make sure you have both a default code page selected AND select the code pages you want to build; make sure the default one is on the list.  Selecting just the default code page is not enough.  Lastly, make sure you run 'make modules' and 'make modules-install' after installing the new kernel so you have the language modules available.

---------- Original Message ----------------------------------
From: "Edgar Soldin" <u13471 at hs-harz.de>
Date: Wed, 06 Jun 2001 10:15:16 +0200

>Hello folks,
>
>DId compile and install the new kernel 2.4.5 with smbfs of course ;).
>Can anybody pls tell me what this stuff in the logs mean?
>
>Jun  6 21:03:48 mir kernel: smbfs: failed to load nls 'iso8859-1'
>Jun  6 21:04:35 mir kernel: smbfs: failed to load nls 'iso8859-1'
>Jun  6 21:07:43 mir kernel: smbfs: failed to load nls 'iso8859-1'
>Jun  6 21:10:51 mir kernel: smbfs: failed to load nls 'iso8859-1'
>Jun  6 21:15:33 mir kernel: smbfs: failed to load nls 'iso8859-1'
>Jun  6 21:17:42 mir kernel: smbfs: failed to load nls 'iso8859-1'
>Jun  6 21:35:55 mir kernel: smbfs: failed to load nls 'iso8859-1'
>
>All is running so far, but i hate errormsgs.
>
>Thanks in advance Ed
>-- 
>public class WhoDidIt{ // A comment. I love comments 
>  private static Person sender;
>
>  public static void main (String[] foo){
>      sender = new Student();
>
>      sender.setName({"Edgar", "Soldin"});
>      sender.setCourse("Computerscience for media and art");
>
>      Adress address=new Adress();
>      address.setStreet("Friedrichstr. 57-59 Wh 4.511");
>      address.setZip(38855);
>      address.setCity("Wernigerode");
>      adress.setCountry("Germany");
>
>      sender.setAdress(address);
>      sender.setMobilePhone("+49171-2782880");
>      sender.setWebSiteUrl(" http://www.soldin.de ");
>      sender.setEmail(" edgar at soldin.de ");
>      sender.setGender(true);
>
>      System.out.println(sender.toString());
>  }
>}
>-- 
>To unsubscribe from this list go to the following URL and read the
>instructions:  http://lists.samba.org/mailman/listinfo/samba
>

Return-Path: <nikolaus at erlm.siemens.de>
Delivered-To: samba at lists.samba.org
Received: from atlantis.erlm.siemens.de (atlantis.erlm.siemens.de
  [212.114.202.14]) by lists.samba.org (Postfix) with ESMTP id 38C524EA3
  for <samba at lists.samba.org>; Wed,  6 Jun 2001 07:39:09 -0700 (PDT)
Received: from tcenter.erlm.siemens.de (tcenter.erlm.siemens.de
  [146.254.160.14]) by atlantis.erlm.siemens.de (8.9.3/8.9.3) with ESMTP
  id QAA02380; Wed, 6 Jun 2001 16:38:55 +0200 (MET DST)
Received: from luxor.erlm.siemens.de (luxor.erlm.siemens.de
  [146.254.161.114]) by tcenter.erlm.siemens.de (8.9.0/8.9.0) with ESMTP
  id QAA04259; Wed, 6 Jun 2001 16:38:54 +0200 (MET DST)
Received: (from nikolaus at localhost) by luxor.erlm.siemens.de
  (8.9.3/8.9.3) id QAA17057; Wed, 6 Jun 2001 16:38:55 +0200 (MET DST)
Date: Wed, 6 Jun 2001 16:38:55 +0200
From: Michael Ott <Michael.Ott at erlm.siemens.de>
To: Raj Wurttemberg <raj at starbase-01.com>
Cc: samba at lists.samba.org
Subject: Re: 401 Bad Authorization?? Why??
Message-ID: <20010606163855.D13144 at erlm.siemens.de>
Reply-To: Michael.Ott at erlm.siemens.de
References: <008801c0ee7d$1c56d7f0$1a00a8c0 at diamondback>
  <200106061201.IAA26883 at arkroyal.cnchost.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Mailer: Mutt 1.0i
In-Reply-To: <200106061201.IAA26883 at arkroyal.cnchost.com>; from
  raj at starbase-01.com on Wed, Jun 06, 2001 at 05:01:37AM -0700
Organization: Siemens AG, ATD IT PS 51 ERL, Erlangen, Germany
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

hallo raj!

> I was finally able to get Samba 2.2.0 to install on
> my Intel based RedHat 7.1 system and I think I have
> SWAT properly configured but when I try to log into
> SWAT I get this error:
>
> 401 Bad Authorization
> username or password incorrect
>
> Am I using the wrong account (root) or should I be
> using some other account??

I'll assume you installed from RPM.  This is a known problem with 2.2.0
RPM.  The installation of SWAT goes to the wrong directory.  Do this:

mkdir /usr/share/samba
mv /usr/share/swat /usr/share/samba

and then swat should work just fine.

--
Gru_ & bye

    Michael Ott

---------------------------------
- Siemens AG - I&S IT PS 51 ERL -
- Werner-von-Siemens-Strasse 60 -
- 91050 Erlangen                -
- Tel. +49 91 31 7 42 0 54      -
- Michael.Ott at erlm.siemens.de   -
---------------------------------

open-source and you have much fun

Return-Path: <nikolaus at erlm.siemens.de>
Delivered-To: samba at samba.org
Received: from atlantis.erlm.siemens.de (atlantis.erlm.siemens.de
  [212.114.202.14]) by lists.samba.org (Postfix) with ESMTP id 027AE4EA8
  for <samba at samba.org>; Wed,  6 Jun 2001 07:40:16 -0700 (PDT)
Received: from tcenter.erlm.siemens.de (tcenter.erlm.siemens.de
  [146.254.160.14]) by atlantis.erlm.siemens.de (8.9.3/8.9.3) with ESMTP
  id QAA02794; Wed, 6 Jun 2001 16:40:15 +0200 (MET DST)
Received: from luxor.erlm.siemens.de (luxor.erlm.siemens.de
  [146.254.161.114]) by tcenter.erlm.siemens.de (8.9.0/8.9.0) with ESMTP
  id QAA04470; Wed, 6 Jun 2001 16:40:14 +0200 (MET DST)
Received: (from nikolaus at localhost) by luxor.erlm.siemens.de
  (8.9.3/8.9.3) id QAA17065; Wed, 6 Jun 2001 16:40:14 +0200 (MET DST)
Date: Wed, 6 Jun 2001 16:40:14 +0200
From: Michael Ott <Michael.Ott at erlm.siemens.de>
To: "J. Kijatkin" <juri.kijatkin at bff-online.de>
Cc: samba at samba.org
Subject: Re: =?iso-8859-1?Q?SAMBA_f=FCr_Reliant_UNIX?=
Message-ID: <20010606164014.E13144 at erlm.siemens.de>
Reply-To: Michael.Ott at erlm.siemens.de
References: <3B1E18ED.73162A6C at bff-online.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Mailer: Mutt 1.0i
In-Reply-To: <3B1E18ED.73162A6C at bff-online.de>; from
  juri.kijatkin at bff-online.de on Wed, Jun 06, 2001 at 01:50:05PM +0200
Organization: Siemens AG, ATD IT PS 51 ERL, Erlangen, Germany
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

hallo!

> wo finde ich SAMBA f|r Reliant UNIX (Siemens) ?
>
do you have looked at the samba-sides?

Gru_ & bye

    Michael Ott

---------------------------------
- Siemens AG - I&S IT PS 51 ERL -
- Werner-von-Siemens-Strasse 60 -
- 91050 Erlangen                -
- Tel. +49 91 31 7 42 0 54      -
- Michael.Ott at erlm.siemens.de   -
---------------------------------

open-source and you have much fun

Return-Path: <eric_boucher60 at yahoo.com>
Delivered-To: samba at lists.samba.org
Received: from web9401.mail.yahoo.com (web9401.mail.yahoo.com
  [216.136.129.107]) by lists.samba.org (Postfix) with SMTP id 770044EC5
  for <samba at lists.samba.org>; Wed,  6 Jun 2001 07:50:40 -0700 (PDT)
Message-ID: <20010606145040.4303.qmail at web9401.mail.yahoo.com>
Received: from [207.164.184.162] by web9401.mail.yahoo.com; Wed, 06 Jun
  2001 07:50:40 PDT
Date: Wed, 6 Jun 2001 07:50:40 -0700 (PDT)
From: Eric Boucher <eric_boucher60 at yahoo.com>
Subject: security problem: anybody access home of anybody
To: SAMBA <samba at lists.samba.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi everyone,

I have a security problem: I use samba2.2.0 and I have
one Win2k client. Everybody is accessing the
samba_server from this single machine (I mean all the
users). But each time a user connect itself on the
windows machine, his home directory become accessible
for everyone. Imagine that a user called "Euler" log
into the Win2k machine, he can access is home by going
into the network neighborhood. If he disconnect
himself and that a user called "Leibniz" log into the
same Win2k box, he can see both his home directory and
the one of "Euler". And if "Euler" relog in, he will
see the home of "Leibniz". And it goes on and on for
every new user on the system.

I am using a usermap to map the windows user to their
unix user. We are in a domain, so "security = domain"
is on.

Also, if I reset all the samba server, everything
become normal (wich mean that the home shares
dissapear), and it begin again when another user log
in.

Can somebody help me?

Thanks

Eric

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Return-Path: <davecb at canada.sun.com>
Delivered-To: samba at samba.org
Received: from patan.sun.com (patan.Sun.COM [192.18.98.43]) by
  lists.samba.org (Postfix) with ESMTP id 335E049A5 for
  <samba at samba.org>; Wed,  6 Jun 2001 08:33:14 -0700 (PDT)
Received: from canadamail2.Canada.Sun.COM ([129.155.5.101]) by
  patan.sun.com (8.9.3+Sun/8.9.3) with ESMTP id JAA25744; Wed, 6 Jun
  2001 09:33:10 -0600 (MDT)
Received: from opcom-mail.canada.sun.com (scot.Canada.Sun.COM
  [129.155.8.107]) by canadamail2.Canada.Sun.COM
  (8.9.3+Sun/8.9.3/ENSMAIL,v2.1p1) with ESMTP id LAA19664; Wed, 6 Jun
  2001 11:33:10 -0400 (EDT)
Received: from canada.sun.com (elsbeth [129.155.8.39]) by
  opcom-mail.canada.sun.com (8.9.1b+Sun/8.9.1) with ESMTP id LAA14593;
  Wed, 6 Jun 2001 11:33:09 -0400 (EDT)
Message-ID: <3B1E4D31.160FF6AE at canada.sun.com>
Date: Wed, 06 Jun 2001 11:33:05 -0400
From: David Collier-Brown <davecb at canada.sun.com>
Organization: Priv ate Person
X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.8 sun4u)
X-Accept-Language: en
MIME-Version: 1.0
To: Uwe Lemgo <lemgo at gfz-potsdam.de>, Samba mailing list
  <samba at samba.org>
Subject: RE: two virtual samba servers
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Uwe Lemgo wrote:
| Now I want to setup to 2 vitual samba servers, binded
| at one of each IP-address.

	You need to start two seperate copied of 
	samba, with different smb.conf files and logs.
	Virtual servers (despite what I once wrote!)
	don't support multiple workgroups.

--dave
-- 
David Collier-Brown,           | Always do right. This will gratify 
Performance & Engineering Team | some people and astonish the rest.
Americas Customer Engineering  |                      -- Mark Twain
(905) 415-2849                 | davecb at canada.sun.com

Return-Path: <torriem at cs.byu.edu>
Delivered-To: samba at lists.samba.org
Received: from mail.cs.byu.edu (mail.cs.byu.edu [128.187.2.20]) by
  lists.samba.org (Postfix) with ESMTP id A85C54427 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 09:00:21 -0700 (PDT)
Received: from verdi.cs.byu.edu (IDENT:torriem at verdi.cs.byu.edu
  [128.187.101.86]) by mail.cs.byu.edu (8.11.0/8.11.0) with ESMTP id
  f56G0LP21686 for <samba at lists.samba.org>; Wed, 6 Jun 2001 10:00:21
  -0600
Date: Wed, 6 Jun 2001 10:00:21 -0600 (MDT)
From: Michael L Torrie <torriem at cs.byu.edu>
To: <samba at lists.samba.org>
Subject: RE: LDAP status
In-Reply-To: <NEBBKIMKGKLKGAOABJPKAELICMAA.ndressler at dinmar.com>
Message-ID: <Pine.LNX.4.33.0106060958240.18557-100000 at verdi.cs.byu.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

So far no one has said anything.  For now, I'm going to install Samba-TNG
and use it in conjunction with Samba 2.2 as per some docs I read on the
samba-tng web site.  This will allow me to put all the samba user info
inside LDAP and still have Samba 2.2's superior file serving.  (Samba 2.2
is joined to Samba-TNG's domain and does all the actual file serving;
samba-tng does strictly authentication in this case.)

Michael


On Wed, 6 Jun 2001, Norm Dressler wrote:

> Was LDAP and Samba ever addressed?  It's possible I missed it but if not I
> really would like to know what the status is.
>
> Norm
>
> -----Original Message-----
> From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
> Behalf Of Gerald Carter
> Sent: Thursday, May 31, 2001 10:35 AM
> To: Norm Dressler
> Cc: Michael L Torrie; samba at lists.samba.org
> Subject: RE: LDAP status
>
> On Thu, 31 May 2001, Norm Dressler wrote:
>
> > I asked essentially the same question and didn't get much
> > of an answer.  I wonder why it has been ignored and dropped
> > since it's original beta...
>
> Give me some time later today and I will answer this
> question again. :-)  Am a little tied up at the moment.
>
>
>
>
>
>
> Cheers, jerry
> ----------------------------------------------------------------------
>    /\  Gerald (Jerry) Carter                     Professional Services
>  \/    http://www.valinux.com/  VA Linux Systems   gcarter at valinux.com
>        http://www.samba.org/       SAMBA Team          jerry at samba.org
>        http://www.plainjoe.org/                     jerry at plainjoe.org
>
>        "...a hundred billion castaways looking for a home."
>                                 - Sting "Message in a Bottle" ( 1979 )
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
>

Return-Path: <ndressler at dinmar.com>
Delivered-To: samba at lists.samba.org
Received: from bugs.dinmar.com (bugs.dinmar.com [204.191.23.254]) by
  lists.samba.org (Postfix) with SMTP id CBE6A4720 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 09:04:49 -0700 (PDT)
Received: (qmail 12603 invoked by uid 1006); 6 Jun 2001 15:07:19 -0000
Received: from ndressler at dinmar.com by porky.dinmar.com with
  qmail-scanner-0.96 (uvscan: v4.1.40/v4130. . Clean. Processed in
  0.192847 secs); 06 Jun 2001 15:07:19 -0000
Received: from inside52.dinmar.com (HELO ndrlaptop) (192.168.40.52) by
  bugs.dinmar.com with SMTP; 6 Jun 2001 15:07:18 -0000
From: "Norm Dressler" <ndressler at dinmar.com>
To: "Michael L Torrie" <torriem at cs.byu.edu>, <samba at lists.samba.org>
Subject: RE: LDAP status
Date: Wed, 6 Jun 2001 12:06:15 -0400
Message-ID: <NEBBKIMKGKLKGAOABJPKMEMACMAA.ndressler at dinmar.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-Reply-To: <Pine.LNX.4.33.0106060958240.18557-100000 at verdi.cs.byu.edu>
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Do you have Samba 2.2 and Samba-TNG on the same machine?  Can you point me
to the docs you used for this?

Norm

-----Original Message-----
From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
Behalf Of Michael L Torrie
Sent: Wednesday, June 06, 2001 12:00 PM
To: samba at lists.samba.org
Subject: RE: LDAP status

So far no one has said anything.  For now, I'm going to install Samba-TNG
and use it in conjunction with Samba 2.2 as per some docs I read on the
samba-tng web site.  This will allow me to put all the samba user info
inside LDAP and still have Samba 2.2's superior file serving.  (Samba 2.2
is joined to Samba-TNG's domain and does all the actual file serving;
samba-tng does strictly authentication in this case.)

Michael


On Wed, 6 Jun 2001, Norm Dressler wrote:

> Was LDAP and Samba ever addressed?  It's possible I missed it but if not I
> really would like to know what the status is.
>
> Norm
>
> -----Original Message-----
> From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
> Behalf Of Gerald Carter
> Sent: Thursday, May 31, 2001 10:35 AM
> To: Norm Dressler
> Cc: Michael L Torrie; samba at lists.samba.org
> Subject: RE: LDAP status
>
> On Thu, 31 May 2001, Norm Dressler wrote:
>
> > I asked essentially the same question and didn't get much
> > of an answer.  I wonder why it has been ignored and dropped
> > since it's original beta...
>
> Give me some time later today and I will answer this
> question again. :-)  Am a little tied up at the moment.
>
>
>
>
>
>
> Cheers, jerry
> ----------------------------------------------------------------------
>    /\  Gerald (Jerry) Carter                     Professional Services
>  \/    http://www.valinux.com/  VA Linux Systems   gcarter at valinux.com
>        http://www.samba.org/       SAMBA Team          jerry at samba.org
>        http://www.plainjoe.org/                     jerry at plainjoe.org
>
>        "...a hundred billion castaways looking for a home."
>                                 - Sting "Message in a Bottle" ( 1979 )
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
>
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <torriem at cs.byu.edu>
Delivered-To: samba at lists.samba.org
Received: from mail.cs.byu.edu (mail.cs.byu.edu [128.187.2.20]) by
  lists.samba.org (Postfix) with ESMTP id 8404944C1 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 09:09:08 -0700 (PDT)
Received: from verdi.cs.byu.edu (IDENT:torriem at verdi.cs.byu.edu
  [128.187.101.86]) by mail.cs.byu.edu (8.11.0/8.11.0) with ESMTP id
  f56G97P21905; Wed, 6 Jun 2001 10:09:07 -0600
Date: Wed, 6 Jun 2001 10:09:06 -0600 (MDT)
From: Michael L Torrie <torriem at cs.byu.edu>
To: Norm Dressler <ndressler at dinmar.com>
Cc: <samba at lists.samba.org>
Subject: RE: LDAP status
In-Reply-To: <NEBBKIMKGKLKGAOABJPKMEMACMAA.ndressler at dinmar.com>
Message-ID: <Pine.LNX.4.33.0106061006180.18557-100000 at verdi.cs.byu.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Sure.  You can indeed put it on the same machine.  I'm working on that
now.  See http://www.deschner.de/gd/dual_samba.html.  Of course, when
Samba head 3.0 is finished, it will replace this setup (which I regard as
a hack ;).

Michael


On Wed, 6 Jun 2001, Norm Dressler wrote:

> Do you have Samba 2.2 and Samba-TNG on the same machine?  Can you point me
> to the docs you used for this?
>
> Norm
>
> -----Original Message-----
> From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
> Behalf Of Michael L Torrie
> Sent: Wednesday, June 06, 2001 12:00 PM
> To: samba at lists.samba.org
> Subject: RE: LDAP status
>
> So far no one has said anything.  For now, I'm going to install Samba-TNG
> and use it in conjunction with Samba 2.2 as per some docs I read on the
> samba-tng web site.  This will allow me to put all the samba user info
> inside LDAP and still have Samba 2.2's superior file serving.  (Samba 2.2
> is joined to Samba-TNG's domain and does all the actual file serving;
> samba-tng does strictly authentication in this case.)
>
> Michael
>
>
> On Wed, 6 Jun 2001, Norm Dressler wrote:
>
> > Was LDAP and Samba ever addressed?  It's possible I missed it but if not I
> > really would like to know what the status is.
> >
> > Norm
> >
> > -----Original Message-----
> > From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
> > Behalf Of Gerald Carter
> > Sent: Thursday, May 31, 2001 10:35 AM
> > To: Norm Dressler
> > Cc: Michael L Torrie; samba at lists.samba.org
> > Subject: RE: LDAP status
> >
> > On Thu, 31 May 2001, Norm Dressler wrote:
> >
> > > I asked essentially the same question and didn't get much
> > > of an answer.  I wonder why it has been ignored and dropped
> > > since it's original beta...
> >
> > Give me some time later today and I will answer this
> > question again. :-)  Am a little tied up at the moment.
> >
> >
> >
> >
> >
> >
> > Cheers, jerry
> > ----------------------------------------------------------------------
> >    /\  Gerald (Jerry) Carter                     Professional Services
> >  \/    http://www.valinux.com/  VA Linux Systems   gcarter at valinux.com
> >        http://www.samba.org/       SAMBA Team          jerry at samba.org
> >        http://www.plainjoe.org/                     jerry at plainjoe.org
> >
> >        "...a hundred billion castaways looking for a home."
> >                                 - Sting "Message in a Bottle" ( 1979 )
> > --
> > To unsubscribe from this list go to the following URL and read the
> > instructions:  http://lists.samba.org/mailman/listinfo/samba
> >
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
>

Return-Path: <franky at nuvision-automation.com>
Delivered-To: samba at lists.samba.org
Received: from mail1.megamailservers.com (mail1.megamailservers.com
  [216.251.36.11]) by lists.samba.org (Postfix) with ESMTP id 2ABE5425B
  for <samba at lists.samba.org>; Wed,  6 Jun 2001 09:50:43 -0700 (PDT)
Received: from system5 (modemcable034.70-200-24.mtl.mc.videotron.ca
  [24.200.70.34]) by mail1.megamailservers.com (8.11.0/8.9.3) with ESMTP
  id f56Godk33766 for <samba at lists.samba.org>; Wed, 6 Jun 2001 12:50:39
  -0400 (EDT) (envelope-from franky at nuvision-automation.com)
Message-ID: <008a01c0eea9$16655fc0$0501a8c0 at NUVISION>
Reply-To: "franky" <franky at nuvision-automation.com>
From: "franky" <franky at nuvision-automation.com>
To: "List-samba-Anglais" <samba at lists.samba.org>
Subject: Server multiplication!
Date: Wed, 6 Jun 2001 12:52:35 -0400
Organization: Nuvision
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Small setting in situation:
 server: linux
poste1: win Me
poste2: win 98
poste3: win NT

 if I do one smbclient nomserver, I have just my server -- perfect!

 I go with a poste1 in on the server.Now  poste2 and 3 either accesses! and if
I do one smbclient nomservor there are 2 server now nomservor and poste1!!!
Somebody?
________________________________
Frangois Boucher

franky at nuvision-automation.com

Return-Path: <mekilroy at risingedge.com>
Delivered-To: samba at lists.samba.org
Received: from mailhost.digitalselect.net (unknown [209.225.164.170]) by
  lists.samba.org (Postfix) with ESMTP id 333A74217 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 10:40:58 -0700 (PDT)
Received: from wizzard.rising-edge (risingedge.com [216.181.63.36]) by
  mailhost.digitalselect.net (8.11.1/8.11.1) with SMTP id f56Hg7S83445
  for <samba at lists.samba.org>; Wed, 6 Jun 2001 13:42:07 -0400 (EDT)
Received: from diamondback (unverified [192.168.0.26]) by
  wizzard.rising-edge (EMWAC SMTPRS 0.83) with SMTP id
  <B0000080157 at wizzard.rising-edge>; Wed, 06 Jun 2001 13:40:34 -0400
Message-ID: <000e01c0eeaf$ca253f20$1a00a8c0 at diamondback>
From: "M. Kilroy" <mekilroy at risingedge.com>
To: <samba at lists.samba.org>
Subject: winbind so
Date: Wed, 6 Jun 2001 13:40:34 -0400
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Antirelay: Good relay from local net2 192.168.0.0/24
X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

The winbind man says to do dthe following:

Next copy libnss_winbind.so.2 to /lib

But upon compilation of the latest winbind code from CVS, only
libnss_winbind.so was created, not libnss_winbind.so.2.  Is this just a matter
of renaming the file or does CVS not yield the latest code?



~Mary

Return-Path: <jan at artstor.de>
Delivered-To: samba at lists.samba.org
Received: from webstor1.artstor.de (unknown [195.243.248.130]) by
  lists.samba.org (Postfix) with SMTP id 125EB4C23 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 11:18:36 -0700 (PDT)
Received: (qmail 23231 invoked from network); 6 Jun 2001 18:18:42 -0000
Received: from pd9043e7f.dip.t-dialin.net (HELO gate.strohbehn.de)
  (root at 217.4.62.127) by www.artstor.de with SMTP; 6 Jun 2001 18:18:42
  -0000
Received: from artstor.de (penguin.artnet-online.de [192.168.1.1]) by
  gate.strohbehn.de (8.9.3/8.8.8) with ESMTP id VAA00735 for
  <samba at lists.samba.org>; Mon, 9 Jul 2001 21:17:15 +0200
Message-ID: <3B1E73C4.AFA19A55 at artstor.de>
Date: Wed, 06 Jun 2001 20:17:40 +0200
From: Jan Strohbehn <jan at artstor.de>
Organization: ArtStor AG
X-Mailer: Mozilla 4.74 [en] (X11; U; Linux 2.2.18 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at lists.samba.org
Subject: Winbind
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi !!

I hope this is the right place to write this, but I just discovered the
following bug in winbind (From Samba 2.2. Head-Branch).
So my question is: Is this the latest version of the winbind source and
does it make sense to use this code on a production system ??

Thanks,
Jan



If you experience problems with winbind and gid lookup, just replace the
following line in nsswitch/wb_client.c:winbind_sid_to_gid

result = winbindd_request(WINBINDD_SID_TO_UID, &request, &response);

with 

result = winbindd_request(WINBINDD_SID_TO_GID, &request, &response);

Return-Path: <eric_boucher60 at yahoo.com>
Delivered-To: samba at lists.samba.org
Received: from web9401.mail.yahoo.com (web9401.mail.yahoo.com
  [216.136.129.107]) by lists.samba.org (Postfix) with SMTP id A72A647AE
  for <samba at lists.samba.org>; Wed,  6 Jun 2001 11:22:40 -0700 (PDT)
Message-ID: <20010606182240.23780.qmail at web9401.mail.yahoo.com>
Received: from [207.164.184.163] by web9401.mail.yahoo.com; Wed, 06 Jun
  2001 11:22:40 PDT
Date: Wed, 6 Jun 2001 11:22:40 -0700 (PDT)
From: Eric Boucher <eric_boucher60 at yahoo.com>
Subject: security:everybody access home of anybody(re-post
To: SAMBA <samba at lists.samba.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi there,

I have posted earlier this problem I have with some
security and somebody told me to include my "smb.conf"
description. So here it is. So the problem is this
one:

I am using samba 2.2.0 and I have only one single
Win2k client on it. Every user access there home
directory via this single Win2k box. But everytime a
user logout and a new user login, this new user has
access to the home share of the user who whas log
before. And if this second use logout and a third user
log in, he has access to the home share of the two
other users, and so on. So at the end of the day, if
everybody has logon at least once, everybody has
access to anybody home share. If I HUP all the samba
servers, the user who is login has only access to his
home share, but the proccess only begin one more time.
It's seems like the connection between all the users
on that single machine stay until I reset the samba
server. Can somebody help me?

Here's a sample of my "smb.conf" file:

[global]
	debug level = 1
	wins support = NO
	wins server = 57.227.204.4
	os level = 0
	local master = NO
	domain master = NO
	security = domain
	preferred master = NO
 	remote announce = 57.227.204.4
 	remote browse sync = 57.227.204.4
	hosts allow = 57.227.204.20
	browseable = YES
	workgroup = MDM
	netbios name = server2
	socket options = TCP_NODELAY
	password server = mdmmain
	encrypt passwords = YES 
	smb passwd file = /usr/samba/private/smbpasswd
	read only = YES
	printcap name = /etc/printcap
	printing = BSD
	load printers = YES
	print command = lpr -P %p %s; rm %s
	username map = /usr/samba/usermap
	logon script = startup.bat
	max log size = 5000
	max open files = 10000
	browse list = YES
	follow symlinks = YES
	wide links = YES
	panic action = /usr/samba/scripts/panic
	hide dot files = YES

[homes]
	read only = NO 
	browseable = NO
	preexec = echo Login : %P : %T : Windows=%U.%G "<==>"
Unix=%u.%g : sur %m : IP=%I : architecture=%a >>
/usr/samba/var/login.log
	postexec = echo Logout: %P : %T : Windows=%U.%G
"<==>" Unix=%u.%g : sur %m : IP=%I : architecture=%a
>> /usr/samba/var/login.log

[printer]

	comment = Imprimante sur le reseau Unix
	print ok = YES
	path = /var/spool/samba
	browseable = NO

[transfer]
	comment = Dossier de partage
	path = /disk1/people/transfer
	browseable = YES
	read only = NO 
	create mask = 777
	directory mask = 777
	preexec = echo Login : %P : %T : Windows=%U.%G "<==>"
Unix=%u.%g : sur %m : IP=%I : architecture=%a >>
/usr/samba/var/login.log
	postexec = echo Logout: %P : %T : Windows=%U.%G
"<==>" Unix=%u.%g : sur %m : IP=%I : architecture=%a
>> /usr/samba/var/login.log


Thanks

Eric

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Return-Path: <barth at cck.uni-kl.de>
Delivered-To: samba at lists.samba.org
Received: from mail.uni-kl.de (mail.uni-kl.de [131.246.137.52]) by
  lists.samba.org (Postfix) with ESMTP id 740A04CC4 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 11:24:23 -0700 (PDT)
Received: from enterprise.cck.uni-kl.de (enterprise.cck.uni-kl.de
  [131.246.239.10]) by mail.uni-kl.de (8.11.0/8.11.0) with ESMTP id
  f56IOKo16513; Wed, 6 Jun 2001 20:24:20 +0200 (MET DST)
Received: from fbk.mv.uni-kl.de (fbk.mv.uni-kl.de [131.246.201.62]) by
  enterprise.cck.uni-kl.de (8.9.2/8.9.2) with ESMTP id UAA21591; Wed, 6
  Jun 2001 20:24:21 +0200 (MET DST)
Received: from fbk42-7 (fbk42-7.mv.uni-kl.de [131.246.201.77]) by
  fbk.mv.uni-kl.de (8.9.1/8.9.1) with ESMTP id UAA19978; Wed, 6 Jun 2001
  20:24:23 +0200
From: "Christian Barth" <barth at cck.uni-kl.de>
To: <samba at lists.samba.org>, <marion.haines at countygovt.brevard.fl.us>
Date: Wed, 6 Jun 2001 20:24:07 +0200
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7bit
Subject: Re: Samba Password Chat
Message-ID: <3B1E9167.6575.2B9198B at localhost>
Priority: normal
In-reply-to: <vines.MVC9+zaX5vA at gc2a-hplh4.countygovt.brevard.fl.us>
X-mailer: Pegasus Mail for Win32 (v3.12c)
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

> I've got Samba running well but am now facing the password-change issue and must admit that I'm stumped.  Even after reading through the archives, I can't seem to arrive at an answer.
> 
> So far I've determined that for a Windows 95 user, for example, to change their Samba password, they have to run (from the DOS prompt):
> 
>      net password \\sambasvr    [ENTER]
> 
> it then prompts for the user name, old password, new password, and lastly, the new password again.
> 
> I then have to go to the Windows control panel and change the Windows password in the PASSWORD applet to match what I changed above.  This is cumbersome, but seems to work.  Is there any other way?  Some threads have mentioned that I should be able to change the Samba server password from this 
applet.  Is this true?  If so, how???
> 
> Also, the only thing that doesn't seem to get changed is the UNIX password.  It's my understanding that the purpose of the password chat, etc, is to get the new password to the "passwd" program which will then make the change to the shadow password file.
> 
> I must be missing something, because I can't figure out how to get the password chat to execute.
> 
> Here are the pertinent parts of the smb.conf and the server configuration.
> 
> RedHat Linux 7.0, installed as a server, ssl is not implemented.
> samba-common-2.0.7-21ssl
> samba-client-2.0.7-21ssl
> samba-2.0.7-21ssl
> The Samba server is providing all WINS services.
> Server & all users are set for encrypted passwords (including Win95 PCs).
> New passwords being tested are 6-characters in length.
> 
> # Samba config file created using SWAT
>  [global]
> 	security = SERVER
Hm,
This may be a reason (I'm real guessing): In security server, samba 
gets it's passwords from the server, and probalby trys to change them 
there. May be unix password sync does not work in this case. List, 
please correct me if I'm wrong. 
We have passwd sync working with security=user 

> 	encrypt passwords = Yes
> 	min password length = 6
> 	smb passwd file = /usr/local/samba/private/smbpasswd
> 	passwd program = /usr/bin/passwd %u
> 	passwd chat = *new*UNIX*password* %n\n *Retype*new*UNIX*password* %n\n *changed*

My RedHat-System responds with "all authentisation tokens updated 
sucessfully", this way "changed" can't work. Have a look at your 
manual Linux password change.

> 	unix password sync = Yes
> 	domain logons = Yes
> 	os level = 65
> 	preferred master = Yes
> 	domain master = Yes
> 	wins support = Yes
> 
> Any help is much appreciated.
> Marion D. Haines
> marion.haines at countygovt.brevard.fl.us
> Network Administrator
> Board of County Commissioners
> Brevard County, Florida
> 
> ============================= 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
> 


_______________________________________________________________________
In a world without walls and fences, who needs windows and gates? (SUN)

Return-Path: <mekilroy at risingedge.com>
Delivered-To: samba at lists.samba.org
Received: from mailhost.digitalselect.net (unknown [209.225.164.170]) by
  lists.samba.org (Postfix) with ESMTP id A68E84A3F for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 11:27:04 -0700 (PDT)
Received: from wizzard.rising-edge (risingedge.com [216.181.63.36]) by
  mailhost.digitalselect.net (8.11.1/8.11.1) with SMTP id f56ISES87582
  for <samba at lists.samba.org>; Wed, 6 Jun 2001 14:28:14 -0400 (EDT)
Received: from diamondback (unverified [192.168.0.26]) by
  wizzard.rising-edge (EMWAC SMTPRS 0.83) with SMTP id
  <B0000080182 at wizzard.rising-edge>; Wed, 06 Jun 2001 14:26:59 -0400
Message-ID: <002c01c0eeb6$45ada3c0$1a00a8c0 at diamondback>
From: "M. Kilroy" <mekilroy at risingedge.com>
To: "Jan Strohbehn" <jan at artstor.de>, <samba at lists.samba.org>
References: <3B1E73C4.AFA19A55 at artstor.de>
Subject: Re: Winbind
Date: Wed, 6 Jun 2001 14:26:58 -0400
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Antirelay: Good relay from local net2 192.168.0.0/24
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I hear 2.2 has a broken version of winbind and you should download the CVS
ver.

~Mary

----- Original Message -----
From: "Jan Strohbehn" <jan at artstor.de>
To: <samba at lists.samba.org>
Sent: Wednesday, June 06, 2001 2:17 PM
Subject: Winbind


Hi !!

I hope this is the right place to write this, but I just discovered the
following bug in winbind (From Samba 2.2. Head-Branch).
So my question is: Is this the latest version of the winbind source and
does it make sense to use this code on a production system ??

Thanks,
Jan



If you experience problems with winbind and gid lookup, just replace the
following line in nsswitch/wb_client.c:winbind_sid_to_gid

result = winbindd_request(WINBINDD_SID_TO_UID, &request, &response);

with

result = winbindd_request(WINBINDD_SID_TO_GID, &request, &response);
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <mikef at matchmail.com>
Delivered-To: samba at lists.samba.org
Received: from mmp-linux.matchmail.com
  (adsl-63-194-239-202.dsl.lsan03.pacbell.net [63.194.239.202]) by
  lists.samba.org (Postfix) with ESMTP id E6F6A4D9E for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 11:28:21 -0700 (PDT)
Received: from mmp240.matchmail.com (mikef-linux.matchmail.com)
  [10.0.0.240]  by mmp-linux.matchmail.com with esmtp (Exim 3.12 #1
  (Debian)) id 157i2S-00084L-00; Wed, 06 Jun 2001 11:28:16 -0700
Received: from mikef by mikef-linux.matchmail.com with local (Exim 3.22
  #1 (Debian)) id 157i2S-0002yV-00; Wed, 06 Jun 2001 11:28:16 -0700
Date: Wed, 6 Jun 2001 11:28:16 -0700
From: Mike Fedyk <mfedyk at matchmail.com>
To: Samba ML <samba at lists.samba.org>
Subject: Re: Possible to inject entries into samba WINS database?
Message-ID: <20010606112816.A11089 at mikef-linux.matchmail.com>
Mail-Followup-To: Mike Fedyk <mfedyk at matchmail.com>, Samba ML
  <samba at lists.samba.org>
References: <20010523115851.D4995 at mikef-linux.matchmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20010523115851.D4995 at mikef-linux.matchmail.com>
User-Agent: Mutt/1.3.18i
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Wed, May 23, 2001 at 11:58:51AM -0700, Mike Fedyk wrote:
> Hi,
> 
> I have samba 2.0.7 with Auth to NTDC on NT4 SP6a.  Samba is acting as WINS
> server.
> 
> After having to upgrade the samba server, all WINS have been re-added to the
> database except for the DC (#1d).  Though, the entry for Master Browser has
> been added (#1e).
> 
> How do I get this entry into the database?  Can I do anything on the NTDC
> besides a restart to add this entry?  Is there a unix util?
> 
> TIA,
> 
OK, I found the solution.

killall -15 nmbd

edit wins.dat (in /var/samba with debian 2.2) to your needs

nmbd -D

Now nmbd will reload wins.dat as the wins database, and I'm set.

This can be put in a script if you copy wins.dat and edit it before hand and
kill nmbd and switch the files with only a couple seconds of down time.

Mike

Return-Path: <slemons at nortelnetworks.com>
Delivered-To: samba at lists.samba.org
Received: from ertpg15e1.nortelnetworks.com
  (ertpg15e1.nortelnetworks.com [47.234.0.36]) by lists.samba.org
  (Postfix) with ESMTP id 71C574D78 for <samba at lists.samba.org>; Wed,  6
  Jun 2001 11:30:04 -0700 (PDT)
Received: from ertpg14e1.nortelnetworks.com (zrtph06m [47.125.208.110])
  by ertpg15e1.nortelnetworks.com (8.11.0/8.11.0) with ESMTP id
  f56ITmn00259 for <samba at lists.samba.org>; Wed, 6 Jun 2001 14:30:03
  -0400 (EDT)
Received: from zrtpd00y.us.nortel.com by ertpg14e1.nortelnetworks.com;
  Wed, 6 Jun 2001 14:29:19 -0400
Received: by zrtpd00y.us.nortel.com with Internet Mail Service
  (5.5.2653.19)  id <K8NRGYAW>; Wed, 6 Jun 2001 14:29:19 -0400
Message-ID: <6DEE1D8911D5D411953E00508BE3DDF626E8DC at zrtpd0jn.us.nortel.c
  om>
From: "Steve Lemons" <slemons at nortelnetworks.com>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: Microsoft Project
Date: Wed, 6 Jun 2001 14:29:22 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="us-ascii"
X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I have found a couple of post concerning Microsoft Project and Samba, but
none of the suggestions have resolved my problem, which is as follows.

I am running Samba 2.2 on HP-UX 10.20 and have Windows NT 4.0 clients.
Users can read and write with all the Microsoft Office apps, but Microsoft
Project does not work.  Users can not read nor write Project files to the
Samba shares.

Has anyone run across this and fixed it?

Thanks

Steve Lemons
System Administrator
Arris Interactive - Nortel Networks
slemons at nortelnetworks.com

Return-Path: <root at rumor.snswwide.com>
Delivered-To: samba at lists.samba.org
Received: from comet.connix.com (comet.connix.com [198.69.10.4]) by
  lists.samba.org (Postfix) with ESMTP id 0500B4C0E for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 11:37:52 -0700 (PDT)
Received: from rumor.snswwide.com ([209.66.130.186]) by comet.connix.com
  (8.9.3/8.9.3) with ESMTP id OAA21592 for <samba at lists.samba.org>; Wed,
  6 Jun 2001 14:31:09 -0400 (EDT)
Received: (from root at localhost) by rumor.snswwide.com (8.9.3/8.8.7) id
  OAA20196 for samba at lists.samba.org; Wed, 6 Jun 2001 14:51:38 -0400
From: root <root at rumor.snswwide.com>
Message-Id: <200106061851.OAA20196 at rumor.snswwide.com>
Subject: Invalid user can authenticate?
To: samba at lists.samba.org
Date: Wed, 6 Jun 2001 14:51:38 -0400 (EDT)
X-Mailer: ELM [version 2.5 PL1]
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I hope some knowledgeable person may be able to spot my problem.  I'm using 
Authen::Smb-0.91 (based on the smbval library) to authenticate unix clients 
against my NT4.0 PDC.

If I enter a valid user and invalid password, the NT box returns a failure.  
However, if I enter a INVALID user, no matter what, the return code is SUCCESS.

This is output from Ethereal showing an invalid user being successfully
authenticated.  Can anyone spot what's wrong?  (Apologies for the long 
output attachment).
--
Carrie Coy



Frame 3 (74 on wire, 74 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2258
    Time delta from previous packet: 0.000027 seconds
    Frame Number: 3
    Packet Length: 74 bytes
    Capture Length: 74 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 60
    Identification: 0xe473
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8c8f (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn (139), Seq: 156044148, Ack: 0
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044148
    Header length: 40 bytes
    Flags: 0x0002 (SYN)
        ..0. .... = Urgent: Not set
        ...0 .... = Acknowledgment: Not set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..1. = Syn: Set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0x6fc8
    Options: (20 bytes)
        Maximum segment size: 1460 bytes
        SACK permitted
        Time stamp: tsval 1226383719, tsecr 0
        NOP
        Window scale: 0 bytes

Frame 4 (60 on wire, 60 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2260
    Time delta from previous packet: 0.000252 seconds
    Frame Number: 4
    Packet Length: 60 bytes
    Capture Length: 60 bytes
Ethernet II
    Destination: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Source: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 44
    Identification: 0xd5c7
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0x5b4b (correct)
    Source: ntprime.bnbwwide.com.com (192.168.36.8)
    Destination: rumor.bnbwwide.com.com (192.168.36.96)
Transmission Control Protocol, Src Port: netbios-ssn (139), Dst Port: 4417 (4417), Seq: 1459387311, Ack: 156044149
    Source port: netbios-ssn (139)
    Destination port: 4417 (4417)
    Sequence number: 1459387311
    Acknowledgement number: 156044149
    Header length: 24 bytes
    Flags: 0x0012 (SYN, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..1. = Syn: Set
        .... ...0 = Fin: Not set
    Window size: 8760
    Checksum: 0xb2eb
    Options: (4 bytes)
        Maximum segment size: 1460 bytes

Frame 5 (54 on wire, 54 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2261
    Time delta from previous packet: 0.000066 seconds
    Frame Number: 5
    Packet Length: 54 bytes
    Capture Length: 54 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 40
    Identification: 0xe474
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8ca2 (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn (139), Seq: 156044149, Ack: 1459387312
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044149
    Acknowledgement number: 1459387312
    Header length: 20 bytes
    Flags: 0x0010 (ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0x6f68

Frame 6 (126 on wire, 126 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2264
    Time delta from previous packet: 0.000299 seconds
    Frame Number: 6
    Packet Length: 126 bytes
    Capture Length: 126 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 112
    Identification: 0xe475
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8c59 (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn (139), Seq: 156044149, Ack: 1459387312
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044149
    Acknowledgement number: 1459387312
    Header length: 20 bytes
    Flags: 0x0018 (PSH, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0xde36
NetBIOS Session Service
    Message Type: Session request
    Flags: 0x00
        .... ...0 = Add 0 to length
    Length: 68
    Called name: NTPRIME        <20> (Server service)
    Calling name: RUMOR.SNSWWIDE.<43> (SMS Clients Remote Control)

Frame 7 (60 on wire, 60 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2267
    Time delta from previous packet: 0.000302 seconds
    Frame Number: 7
    Packet Length: 60 bytes
    Capture Length: 60 bytes
Ethernet II
    Destination: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Source: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 44
    Identification: 0xd6c7
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0x5a4b (correct)
    Source: ntprime.bnbwwide.com.com (192.168.36.8)
    Destination: rumor.bnbwwide.com.com (192.168.36.96)
Transmission Control Protocol, Src Port: netbios-ssn (139), Dst Port: 4417 (4417), Seq: 1459387312, Ack: 156044221
    Source port: netbios-ssn (139)
    Destination port: 4417 (4417)
    Sequence number: 1459387312
    Acknowledgement number: 156044221
    Header length: 20 bytes
    Flags: 0x0018 (PSH, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 8688
    Checksum: 0x489c
NetBIOS Session Service
    Message Type: Positive session response
    Flags: 0x00
        .... ...0 = Add 0 to length
    Length: 0

Frame 8 (54 on wire, 54 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2267
    Time delta from previous packet: 0.000055 seconds
    Frame Number: 8
    Packet Length: 54 bytes
    Capture Length: 54 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 40
    Identification: 0xe476
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8ca0 (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn (139), Seq: 156044221, Ack: 1459387316
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044221
    Acknowledgement number: 1459387316
    Header length: 20 bytes
    Flags: 0x0010 (ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0x6f1c

Frame 9 (222 on wire, 222 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2268
    Time delta from previous packet: 0.000116 seconds
    Frame Number: 9
    Packet Length: 222 bytes
    Capture Length: 222 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 208
    Identification: 0xe477
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8bf7 (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn (139), Seq: 156044221, Ack: 1459387316
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044221
    Acknowledgement number: 1459387316
    Header length: 20 bytes
    Flags: 0x0018 (PSH, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0x82ed
NetBIOS Session Service
    Message Type: Session message
    Flags: 0x00
        .... ...0 = Add 0 to length
    Length: 164
Server Message Block Protocol
    Message Type: 0xFF
    Server Component: SMB
    Command: SMBnegprot
    Error Class: Success
    Reserved: 0
    Error Code: No Error
    Flags: 0x00
        .... ...0 = Lock&Read, Write&Unlock not supported
        .... ..0. = Receive buffer not posted
        .... 0... = Path names case sensitive
        ...0 .... = Pathnames not canonicalized
        ..0. .... = OpLocks not requested/granted
        .0.. .... = Notify open only
        0... .... = Request to server
    Flags2: 0x0000
        .... .... .... ...0 = Long file names not supported
        .... .... .... ..0. = Extended attributes not supported
        .... .... .... .0.. = Security signatures not supported
        .... 0... .... .... = Extended security negotiation not supported
        ...0 .... .... .... = Don't resolve pathnames with DFS
        ..0. .... .... .... = Don't permit reads if execute-only
        .0.. .... .... .... = Error codes are DOS error codes
        0... .... .... .... = Strings are ASCII
    Reserved: 6 WORDS
    Network Path/Tree ID (TID): 0 (0000)
    Process ID (PID): 18122 (46ca)
    User ID (UID): 0 (0000)
    Multiplex ID (MID): 18122 (46ca)
    Word Count (WCT): 0
    Byte Count (BCC): 129
    Dialects
        Dialect Marker: 2
        Dialect: PC NETWORK PROGRAM 1.0
        Dialect Marker: 2
        Dialect: MICROSOFT NETWORKS 1.03
        Dialect Marker: 2
        Dialect: MICROSOFT NETWORKS 3.0
        Dialect Marker: 2
        Dialect: LANMAN1.0
        Dialect Marker: 2
        Dialect: LM1.2X002
        Dialect Marker: 2
        Dialect: Samba
        Dialect Marker: 2
        Dialect: NT LM 0.12
        Dialect Marker: 2
        Dialect: NT LANMAN 1.0

Frame 10 (163 on wire, 163 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2273
    Time delta from previous packet: 0.000448 seconds
    Frame Number: 10
    Packet Length: 163 bytes
    Capture Length: 163 bytes
Ethernet II
    Destination: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Source: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 149
    Identification: 0xd7c7
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0x58e2 (correct)
    Source: ntprime.bnbwwide.com.com (192.168.36.8)
    Destination: rumor.bnbwwide.com.com (192.168.36.96)
Transmission Control Protocol, Src Port: netbios-ssn (139), Dst Port: 4417 (4417), Seq: 1459387316, Ack: 156044389
    Source port: netbios-ssn (139)
    Destination port: 4417 (4417)
    Sequence number: 1459387316
    Acknowledgement number: 156044389
    Header length: 20 bytes
    Flags: 0x0018 (PSH, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 8520
    Checksum: 0x4ab5
NetBIOS Session Service
    Message Type: Session message
    Flags: 0x00
        .... ...0 = Add 0 to length
    Length: 105
Server Message Block Protocol
    Message Type: 0xFF
    Server Component: SMB
    Command: SMBnegprot
    Error Class: Success
    Reserved: 0
    Error Code: No Error
    Flags: 0x80
        .... ...0 = Lock&Read, Write&Unlock not supported
        .... ..0. = Receive buffer not posted
        .... 0... = Path names case sensitive
        ...0 .... = Pathnames not canonicalized
        ..0. .... = OpLocks not requested/granted
        .0.. .... = Notify open only
        1... .... = Response to client/redirector
    Flags2: 0x0000
        .... .... .... ...0 = Long file names not supported
        .... .... .... ..0. = Extended attributes not supported
        .... .... .... .0.. = Security signatures not supported
        .... 0... .... .... = Extended security negotiation not supported
        ...0 .... .... .... = Don't resolve pathnames with DFS
        ..0. .... .... .... = Don't permit reads if execute-only
        .0.. .... .... .... = Error codes are DOS error codes
        0... .... .... .... = Strings are ASCII
    Reserved: 6 WORDS
    Network Path/Tree ID (TID): 0 (0000)
    Process ID (PID): 18122 (46ca)
    User ID (UID): 0 (0000)
    Multiplex ID (MID): 18122 (46ca)
    Word Count (WCT): 17
    Dialect Index: 6, Greater than LANMAN2.1
    Security Mode: 0x03
        .... ...1 = Security  = User
        .... ..1. = Passwords = Encrypted
        .... .0.. = Security signatures not enabled
        .... 0... = Security signatures not required
    Max multiplex count: 50
    Max vcs:             1
    Max buffer size:     4356
    Max raw size:        65536
    Session key:         00000000
    Capabilities: 0x43fd
        .... .... .... .... .... .... .... ...1 = Raw Mode supported
        .... .... .... .... .... .... .... ..0. = MPX Mode not supported
        .... .... .... .... .... .... .... .1.. = Unicode supported
        .... .... .... .... .... .... .... 1... = Large files supported
        .... .... .... .... .... .... ...1 .... = NT LM 0.12 SMBs supported
        .... .... .... .... .... .... ..1. .... = RPC remote APIs supported
        .... .... .... .... .... .... .1.. .... = NT status codes supported
        .... .... .... .... .... .... 1... .... = Level 2 OpLocks supported
        .... .... .... .... .... ...1 .... .... = Lock&Read supported
        .... .... .... .... .... ..1. .... .... = NT Find supported
        .... .... .... .... ...0 .... .... .... = DFS not supported
        .... .... .... .... .1.. .... .... .... = Large READX supported
        .... .... .... .... 0... .... .... .... = Large WRITEX not supported
        0... .... .... .... .... .... .... .... = Extended security exchanges not supported
    System Time Low: 0x3b43a830
    System Time High: 0x01c0eeb2
    Server time zone: 240 min from UTC
    Encryption key len: 8
    Byte count (BCC): 36
    Challenge encryption key: 583B62C37E9B0068
    OEM domain name: B&B_WORLDWIDE

Frame 11 (54 on wire, 54 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2300
    Time delta from previous packet: 0.002661 seconds
    Frame Number: 11
    Packet Length: 54 bytes
    Capture Length: 54 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 40
    Identification: 0xe478
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8c9e (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn (139), Seq: 156044389, Ack: 1459387425
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044389
    Acknowledgement number: 1459387425
    Header length: 20 bytes
    Flags: 0x0010 (ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0x6e07

Frame 12 (199 on wire, 199 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2303
    Time delta from previous packet: 0.000329 seconds
    Frame Number: 12
    Packet Length: 199 bytes
    Capture Length: 199 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 185
    Identification: 0xe479
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8c0c (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn (139), Seq: 156044389, Ack: 1459387425
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044389
    Acknowledgement number: 1459387425
    Header length: 20 bytes
    Flags: 0x0018 (PSH, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0x15cc
NetBIOS Session Service
    Message Type: Session message
    Flags: 0x00
        .... ...0 = Add 0 to length
    Length: 141
Server Message Block Protocol
    Message Type: 0xFF
    Server Component: SMB
    Command: SMBsesssetupX
    Error Class: Success
    Reserved: 0
    Error Code: No Error
    Flags: 0x00
        .... ...0 = Lock&Read, Write&Unlock not supported
        .... ..0. = Receive buffer not posted
        .... 0... = Path names case sensitive
        ...0 .... = Pathnames not canonicalized
        ..0. .... = OpLocks not requested/granted
        .0.. .... = Notify open only
        0... .... = Request to server
    Flags2: 0x0000
        .... .... .... ...0 = Long file names not supported
        .... .... .... ..0. = Extended attributes not supported
        .... .... .... .0.. = Security signatures not supported
        .... 0... .... .... = Extended security negotiation not supported
        ...0 .... .... .... = Don't resolve pathnames with DFS
        ..0. .... .... .... = Don't permit reads if execute-only
        .0.. .... .... .... = Error codes are DOS error codes
        0... .... .... .... = Strings are ASCII
    Reserved: 6 WORDS
    Network Path/Tree ID (TID): 0 (0000)
    Process ID (PID): 18122 (46ca)
    User ID (UID): 0 (0000)
    Multiplex ID (MID): 18122 (46ca)
    Word Count (WCT): 13
    AndXCommand: No further commands
    AndXReserved: 0
    AndXOffset: 0
    MaxBufferSize: 65535
    MaxMpxCount: 0
    VcNumber: 0
    SessionKey: 0
    ANSI Account Password Length: 24
    UNICODE Account Password Length: 0
    Reserved: 0
    Capabilities: 0x0000
        .... .... .... .... .... .... .... ...0 =  Raw Mode not supported
        .... .... .... .... .... .... .... ..0. =  MPX Mode not supported
        .... .... .... .... .... .... .... .0.. =  Unicode not supported
        .... .... .... .... .... .... .... 0... =  Large Files not supported
        .... .... .... .... .... .... ...0 .... =  NT LM 0.12 SMBs not supported
        .... .... .... .... .... .... ..0. .... =  RPC Remote APIs not supported
        .... .... .... .... .... .... .0.. .... =  NT Status Codes not supported
        .... .... .... .... .... .... 0... .... =  Level 2 OpLocks not supported
        .... .... .... .... .... ...0 .... .... =  Lock&Read not supported
        .... .... .... .... .... ..0. .... .... =  NT Find not supported
        .... .... .... .... ...0 .... .... .... =  DFS not supported
        .... .... .... .... .0.. .... .... .... =  Large READX not supported
        .... .... .... .... 0... .... .... .... =  Large WRITEX not supported
        0... .... .... .... .... .... .... .... =  Extended Security Exchanges not supported
    Byte Count: 80
    ANSI Password: x*~\034=<]$9|lN,B2j&w\027`\\230o\235
    Account Name: coy
    Primary Domain: B&B_WORLDWIDE
    Native OS: RedHat Linux
    Native LanMan Type: SMBlib LM2.1 minus a bit

Frame 13 (147 on wire, 147 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2322
    Time delta from previous packet: 0.001911 seconds
    Frame Number: 13
    Packet Length: 147 bytes
    Capture Length: 147 bytes
Ethernet II
    Destination: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Source: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 133
    Identification: 0xd8c7
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0x57f2 (correct)
    Source: ntprime.bnbwwide.com.com (192.168.36.8)
    Destination: rumor.bnbwwide.com.com (192.168.36.96)
Transmission Control Protocol, Src Port: netbios-ssn (139), Dst Port: 4417 (4417), Seq: 1459387425, Ack: 156044534
    Source port: netbios-ssn (139)
    Destination port: 4417 (4417)
    Sequence number: 1459387425
    Acknowledgement number: 156044534
    Header length: 20 bytes
    Flags: 0x0018 (PSH, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 8375
    Checksum: 0x4bf4
NetBIOS Session Service
    Message Type: Session message
    Flags: 0x00
        .... ...0 = Add 0 to length
    Length: 89
Server Message Block Protocol
    Message Type: 0xFF
    Server Component: SMB
    Command: SMBsesssetupX
    Error Class: Success
    Reserved: 0
    Error Code: No Error
    Flags: 0x80
        .... ...0 = Lock&Read, Write&Unlock not supported
        .... ..0. = Receive buffer not posted
        .... 0... = Path names case sensitive
        ...0 .... = Pathnames not canonicalized
        ..0. .... = OpLocks not requested/granted
        .0.. .... = Notify open only
        1... .... = Response to client/redirector
    Flags2: 0x0000
        .... .... .... ...0 = Long file names not supported
        .... .... .... ..0. = Extended attributes not supported
        .... .... .... .0.. = Security signatures not supported
        .... 0... .... .... = Extended security negotiation not supported
        ...0 .... .... .... = Don't resolve pathnames with DFS
        ..0. .... .... .... = Don't permit reads if execute-only
        .0.. .... .... .... = Error codes are DOS error codes
        0... .... .... .... = Strings are ASCII
    Reserved: 6 WORDS
    Network Path/Tree ID (TID): 0 (0000)
    Process ID (PID): 18122 (46ca)
    User ID (UID): 2050 (0802)
    Multiplex ID (MID): 18122 (46ca)
    Word Count (WCT): 3
    AndXCommand: No futher commands
    AndXReserved: 0
    AndXOffset: 89
    Action: 1
    Byte Count (BCC): 48
    NativeOS: Windows NT 4.0
    NativeLanMan: NT LAN Manager 4.0
    PrimaryDomain: B&B_WORLDWIDE

Return-Path: <jan at artstor.de>
Delivered-To: samba at lists.samba.org
Received: from webstor1.artstor.de (unknown [195.243.248.130]) by
  lists.samba.org (Postfix) with SMTP id 66A9548BE for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 12:11:27 -0700 (PDT)
Received: (qmail 24845 invoked from network); 6 Jun 2001 19:11:34 -0000
Received: from pd9043e62.dip.t-dialin.net (HELO gate.strohbehn.de)
  (root at 217.4.62.98) by www.artstor.de with SMTP; 6 Jun 2001 19:11:34
  -0000
Received: from artstor.de (penguin.artnet-online.de [192.168.1.1]) by
  gate.strohbehn.de (8.9.3/8.8.8) with ESMTP id WAA01185; Mon, 9 Jul
  2001 22:10:08 +0200
Message-ID: <3B1E8028.DB105AED at artstor.de>
Date: Wed, 06 Jun 2001 21:10:32 +0200
From: Jan Strohbehn <jan at artstor.de>
Organization: ArtStor AG
X-Mailer: Mozilla 4.74 [en] (X11; U; Linux 2.2.18 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: "M. Kilroy" <mekilroy at risingedge.com>, samba at lists.samba.org
Subject: Re: Winbind
References: <3B1E73C4.AFA19A55 at artstor.de>
  <002c01c0eeb6$45ada3c0$1a00a8c0 at diamondback>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I made a checkout yesterday evening from the HEAD branch. 
Isn't that correct location for the latest winbind ???


> I hear 2.2 has a broken version of winbind and you should download the CVS
> ver.
> 
> ~Mary
> 
> ----- Original Message -----
> From: "Jan Strohbehn" <jan at artstor.de>
> To: <samba at lists.samba.org>
> Sent: Wednesday, June 06, 2001 2:17 PM
> Subject: Winbind
> 
> Hi !!
> 
> I hope this is the right place to write this, but I just discovered the
> following bug in winbind (From Samba 2.2. Head-Branch).
> So my question is: Is this the latest version of the winbind source and
> does it make sense to use this code on a production system ??
> 
> Thanks,
> Jan
> 
> If you experience problems with winbind and gid lookup, just replace the
> following line in nsswitch/wb_client.c:winbind_sid_to_gid
> 
> result = winbindd_request(WINBINDD_SID_TO_UID, &request, &response);
> 
> with
> 
> result = winbindd_request(WINBINDD_SID_TO_GID, &request, &response);
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <mekilroy at risingedge.com>
Delivered-To: samba at lists.samba.org
Received: from mailhost.digitalselect.net (unknown [209.225.164.170]) by
  lists.samba.org (Postfix) with ESMTP id 1EF174241 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 12:19:41 -0700 (PDT)
Received: from wizzard.rising-edge (risingedge.com [216.181.63.36]) by
  mailhost.digitalselect.net (8.11.1/8.11.1) with SMTP id f56JKoS92182
  for <samba at lists.samba.org>; Wed, 6 Jun 2001 15:20:50 -0400 (EDT)
Received: from diamondback (unverified [192.168.0.26]) by
  wizzard.rising-edge (EMWAC SMTPRS 0.83) with SMTP id
  <B0000080203 at wizzard.rising-edge>; Wed, 06 Jun 2001 15:19:28 -0400
Message-ID: <00be01c0eebd$9a8549f0$1a00a8c0 at diamondback>
From: "M. Kilroy" <mekilroy at risingedge.com>
To: "Jan Strohbehn" <jan at artstor.de>, <samba at lists.samba.org>
References: <3B1E73C4.AFA19A55 at artstor.de>
  <002c01c0eeb6$45ada3c0$1a00a8c0 at diamondback>
  <3B1E8028.DB105AED at artstor.de>
Subject: Re: Winbind
Date: Wed, 6 Jun 2001 15:19:27 -0400
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Antirelay: Good relay from local net2 192.168.0.0/24
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I got the following from Andrew Bartlett on the list the other day:

>In samba 2.2.0 winbind does nothing.  Its broke, don't bother.  If
>winbind is something you want, you will need the stomach to download the
>HEAD CVS branch as directed on the samba home page.

>In any case, winbind provides user and group mapping from NT to unix, ie
>you can log into the unix box with an NT username and password, all the
>details are retrieved via the PDC.

Dunno if it's the same as what you downloaded, but I got the CVS code and
eveyrthing compiled nicely... still don't have it running correctly, but it
compiled.
~Mary


----- Original Message -----
From: "Jan Strohbehn" <jan at artstor.de>
To: "M. Kilroy" <mekilroy at risingedge.com>; <samba at lists.samba.org>
Sent: Wednesday, June 06, 2001 3:10 PM
Subject: Re: Winbind



I made a checkout yesterday evening from the HEAD branch.
Isn't that correct location for the latest winbind ???


> I hear 2.2 has a broken version of winbind and you should download the CVS
> ver.
>
> ~Mary
>
> ----- Original Message -----
> From: "Jan Strohbehn" <jan at artstor.de>
> To: <samba at lists.samba.org>
> Sent: Wednesday, June 06, 2001 2:17 PM
> Subject: Winbind
>
> Hi !!
>
> I hope this is the right place to write this, but I just discovered the
> following bug in winbind (From Samba 2.2. Head-Branch).
> So my question is: Is this the latest version of the winbind source and
> does it make sense to use this code on a production system ??
>
> Thanks,
> Jan
>
> If you experience problems with winbind and gid lookup, just replace the
> following line in nsswitch/wb_client.c:winbind_sid_to_gid
>
> result = winbindd_request(WINBINDD_SID_TO_UID, &request, &response);
>
> with
>
> result = winbindd_request(WINBINDD_SID_TO_GID, &request, &response);
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <oliver at samera.com.py>
Delivered-To: samba at lists.samba.org
Received: from Polaris.Pla.net.PY (polaris.pla.net.py [216.250.196.10])
  by lists.samba.org (Postfix) with ESMTP id 369694B96 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 12:29:32 -0700 (PDT)
Received: (from uucp at localhost) by Polaris.Pla.net.PY (8.11.2/8.11.2)
  with UUCP id f56BV5504052; Wed, 6 Jun 2001 15:31:05 +0400
Received: from samera.com.py (sojourner.samera.com [192.168.1.1]) by
  samera.com (8.9.3/8.9.3) with ESMTP id PAA23333; Wed, 6 Jun 2001
  15:27:12 -0400
Message-ID: <3B1E8403.1050605 at samera.com.py>
Date: Wed, 06 Jun 2001 15:26:59 -0400
From: "Oliver Schulze L." <oliver at samera.com.py>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9)
  Gecko/20010505
X-Accept-Language: en
MIME-Version: 1.0
To: marion.haines at countygovt.brevard.fl.us
Cc: samba at lists.samba.org
Subject: Re: Samba Password Chat
References: <vines.MVC9+zaX5vA at gc2a-hplh4.countygovt.brevard.fl.us>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

This config works under RedHat 6.2:
      passwd program = /usr/bin/passwd %u
      passwd chat = **new*password** %n\n **new*password** %n\n **success**
      unix password sync = Yes

Use the passwd command on a test user and look at the messages that 
appears on screen,
the use that messages to construct your passwd chat.

Good luck
Oliver

(Marion Haines) wrote:

>I've got Samba running well but am now facing the password-change issue and must admit that I'm stumped.  Even after reading through the archives, I can't seem to arrive at an answer.
>
>So far I've determined that for a Windows 95 user, for example, to change their Samba password, they have to run (from the DOS prompt):
>
>     net password \\sambasvr    [ENTER]
>
>it then prompts for the user name, old password, new password, and lastly, the new password again.
>
>I then have to go to the Windows control panel and change the Windows password in the PASSWORD applet to match what I changed above.  This is cumbersome, but seems to work.  Is there any other way?  Some threads have mentioned that I should be able to change the Samba server password from this applet.  Is this true?  If so, how???
>
>Also, the only thing that doesn't seem to get changed is the UNIX password.  It's my understanding that the purpose of the password chat, etc, is to get the new password to the "passwd" program which will then make the change to the shadow password file.
>
>I must be missing something, because I can't figure out how to get the password chat to execute.
>
>Here are the pertinent parts of the smb.conf and the server configuration.
>
>RedHat Linux 7.0, installed as a server, ssl is not implemented.
>samba-common-2.0.7-21ssl
>samba-client-2.0.7-21ssl
>samba-2.0.7-21ssl
>The Samba server is providing all WINS services.
>Server & all users are set for encrypted passwords (including Win95 PCs).
>New passwords being tested are 6-characters in length.
>
># Samba config file created using SWAT
> [global]
>	security = SERVER
>	encrypt passwords = Yes
>	min password length = 6
>	smb passwd file = /usr/local/samba/private/smbpasswd
>	passwd program = /usr/bin/passwd %u
>	passwd chat = *new*UNIX*password* %n\n *Retype*new*UNIX*password* %n\n *changed*
>	unix password sync = Yes
>	domain logons = Yes
>	os level = 65
>	preferred master = Yes
>	domain master = Yes
>	wins support = Yes
>
>Any help is much appreciated.
>Marion D. Haines
>marion.haines at countygovt.brevard.fl.us
>Network Administrator
>Board of County Commissioners
>Brevard County, Florida
>
>============================= 
>

-- 
Oliver Schulze L.
oliver at samera.com.py
Asuncion-Paraguay

Return-Path: <kskotte at image.dk>
Delivered-To: samba at lists.samba.org
Received: from fe130.worldonline.dk (fe130.worldonline.dk
  [212.54.64.182]) by lists.samba.org (Postfix) with SMTP id ADAAB459D
  for <samba at lists.samba.org>; Wed,  6 Jun 2001 12:37:20 -0700 (PDT)
Received: (qmail 12581 invoked by uid 0); 6 Jun 2001 19:37:04 -0000
Received: from 56.adsl0.kh.worldonline.dk (HELO pirate) (213.237.10.56)
  by fe130.worldonline.dk with SMTP; 6 Jun 2001 19:37:04 -0000
Reply-To: <kskotte at image.dk>
From: "Kristian Skotte" <kskotte at image.dk>
To: <samba at lists.samba.org>
Subject: Problem with renaming files on a samba share.
Date: Wed, 6 Jun 2001 21:37:21 +0200
Message-ID: <000801c0eec0$1b4bae10$0401a8c0 at pirate>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0)
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi
I cannot rename files of the type: mp3, wav and mpeg on my Samba share from
my win2k box. I can create and delete files but after creating f.x. an mp3 I
cannot rename the file - but I can still delete it...

I have tried simpel filenames and I have tried to turn off my anti-virus
software.

I suspect it maybe be a windows 2000 problem...

I'am running SuSe 7.1 and Samba 2.0.8 and the client is win2k sp1.

Pls follow this link to a discussion thread for more information:

http://www.linuxnewbieboard.org/cgi-bin/YaBB/YaBB.cgi?board=techsupport&acti
on=display&num=991336071&start=0

/Kristian :-)

Return-Path: <franky at nuvision-automation.com>
Delivered-To: samba at lists.samba.org
Received: from mail3.megamailservers.com (mail3.megamailservers.com
  [216.251.36.13]) by lists.samba.org (Postfix) with ESMTP id 3578A45FC
  for <samba at lists.samba.org>; Wed,  6 Jun 2001 12:43:47 -0700 (PDT)
Received: from goofy (modemcable034.70-200-24.mtl.mc.videotron.ca
  [24.200.70.34]) by mail3.megamailservers.com (8.11.0/8.9.3) with ESMTP
  id f56Jhgd34497 for <samba at lists.samba.org>; Wed, 6 Jun 2001 15:43:43
  -0400 (EDT) (envelope-from franky at nuvision-automation.com)
Message-ID: <002901c0eec1$43c5a8e0$0501a8c0 at nuvisionautomation.com>
Reply-To: "franky" <franky at nuvision-automation.com>
From: "franky" <franky at nuvision-automation.com>
To: "List-samba-Anglais" <samba at lists.samba.org>
Subject: no connection
Date: Wed, 6 Jun 2001 15:45:38 -0400
Organization: Nuvision
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

when i do smbclient i got this result:

[root at nuvision-automation franky]# smbclient -L mobidique
added interface ip=25.200.71.34 bcast=24.200.70.255 nmask=255.255.255.0
added interface ip=192.168.1.1 bcast=192.168.1.255 nmask=255.255.255.0
read_socket_with_timeout: timeout read. read error = Broken pipe.
session request to MOBIDIQUE failed (code 0)
read_socket_with_timeout: timeout read. read error = Broken pipe.
session request to *SMBSERVER failed (code 0)

________________________________
Frangois Boucher

franky at nuvision-automation.com

Return-Path: <jerome_baumgarten at yahoo.fr>
Delivered-To: samba at lists.samba.org
Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com
  [216.136.173.59]) by lists.samba.org (Postfix) with SMTP id DC47F46ED
  for <samba at lists.samba.org>; Wed,  6 Jun 2001 12:53:43 -0700 (PDT)
Received: from unknown (HELO mainpassjerome) (64.120.108.6) by
  smtp.mail.vip.sc5.yahoo.com with SMTP; 6 Jun 2001 19:53:43 -0000
X-Apparently-From: <jerome?baumgarten at yahoo.fr>
Message-ID: <004b01c0eec2$d4cb1900$6f01010a at nt.local>
From: "Jerome Baumgarten" <jerome_baumgarten at yahoo.fr>
To: <samba at lists.samba.org>
References: <000801c0eec0$1b4bae10$0401a8c0 at pirate>
Subject: Re: Problem with renaming files on a samba share.
Date: Wed, 6 Jun 2001 12:56:50 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I also got the same problem from my Windows 2K box. Strange thing is that it
was ok from a Whistler Beta 2 laptop and a Windows 2000 Advanced Server with
Terminal Services.

If you have any idea that would be very helpful.

I am using VALinux 6.2 with samba 2.2 compiled from source.

Jerome

----- Original Message -----
From: "Kristian Skotte" <kskotte at image.dk>
To: <samba at lists.samba.org>
Sent: Wednesday, June 06, 2001 12:37 PM
Subject: Problem with renaming files on a samba share.


> Hi
> I cannot rename files of the type: mp3, wav and mpeg on my Samba share
from
> my win2k box. I can create and delete files but after creating f.x. an mp3
I
> cannot rename the file - but I can still delete it...
>
> I have tried simpel filenames and I have tried to turn off my anti-virus
> software.
>
> I suspect it maybe be a windows 2000 problem...
>
> I'am running SuSe 7.1 and Samba 2.0.8 and the client is win2k sp1.
>
> Pls follow this link to a discussion thread for more information:
>
>
http://www.linuxnewbieboard.org/cgi-bin/YaBB/YaBB.cgi?board=techsupport&acti
> on=display&num=991336071&start=0
>
> /Kristian :-)
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


Return-Path: <don_mccall at hp.com>
Delivered-To: samba at lists.samba.org
Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by
  lists.samba.org (Postfix) with ESMTP id D079F4C39 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 12:55:22 -0700 (PDT)
Received: from xparelay2.corp.hp.com (xparelay2.corp.hp.com
  [15.58.137.112]) by palrel1.hp.com (Postfix) with ESMTP id 2E4501BBE;
  Wed,  6 Jun 2001 12:55:22 -0700 (PDT)
Received: from xpabh3.corp.hp.com (xpabh3.corp.hp.com [15.58.136.223])
  by xparelay2.corp.hp.com (Postfix) with ESMTP id 635C11F512; Wed,  6
  Jun 2001 12:53:44 -0700 (PDT)
Received: by xpabh3.corp.hp.com with Internet Mail Service (5.5.2653.19)
  id <MKQ51RK6>; Wed, 6 Jun 2001 12:55:21 -0700
Message-ID: <079FD72E42C9D311B854009027650E6F04050AA5 at xatl02.atl.hp.com>
From: "MCCALL,DON (HP-USA,ex1)" <don_mccall at hp.com>
To: 'root' <root at rumor.snswwide.com>, samba at lists.samba.org
Subject: RE: Invalid user can authenticate?
Date: Wed, 6 Jun 2001 12:55:18 -0700 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi Carrie,
Not even looking at the trace, I would suspect that your NT domain allows
guest connections.
so if a username is VALID in the domain, but the password is wrong, you get
kicked out,
but if the username is INVALID, then the pdc allows you to connect as guest.
Hope this helps,
Don

-----Original Message-----
From: root [mailto:root at rumor.snswwide.com]
Sent: Wednesday, June 06, 2001 2:52 PM
To: samba at lists.samba.org
Subject: Invalid user can authenticate?


I hope some knowledgeable person may be able to spot my problem.  I'm using 
Authen::Smb-0.91 (based on the smbval library) to authenticate unix clients 
against my NT4.0 PDC.

If I enter a valid user and invalid password, the NT box returns a failure.

However, if I enter a INVALID user, no matter what, the return code is
SUCCESS.

This is output from Ethereal showing an invalid user being successfully
authenticated.  Can anyone spot what's wrong?  (Apologies for the long 
output attachment).
--
Carrie Coy



Frame 3 (74 on wire, 74 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2258
    Time delta from previous packet: 0.000027 seconds
    Frame Number: 3
    Packet Length: 74 bytes
    Capture Length: 74 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 60
    Identification: 0xe473
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8c8f (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn
(139), Seq: 156044148, Ack: 0
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044148
    Header length: 40 bytes
    Flags: 0x0002 (SYN)
        ..0. .... = Urgent: Not set
        ...0 .... = Acknowledgment: Not set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..1. = Syn: Set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0x6fc8
    Options: (20 bytes)
        Maximum segment size: 1460 bytes
        SACK permitted
        Time stamp: tsval 1226383719, tsecr 0
        NOP
        Window scale: 0 bytes

Frame 4 (60 on wire, 60 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2260
    Time delta from previous packet: 0.000252 seconds
    Frame Number: 4
    Packet Length: 60 bytes
    Capture Length: 60 bytes
Ethernet II
    Destination: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Source: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 44
    Identification: 0xd5c7
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0x5b4b (correct)
    Source: ntprime.bnbwwide.com.com (192.168.36.8)
    Destination: rumor.bnbwwide.com.com (192.168.36.96)
Transmission Control Protocol, Src Port: netbios-ssn (139), Dst Port: 4417
(4417), Seq: 1459387311, Ack: 156044149
    Source port: netbios-ssn (139)
    Destination port: 4417 (4417)
    Sequence number: 1459387311
    Acknowledgement number: 156044149
    Header length: 24 bytes
    Flags: 0x0012 (SYN, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..1. = Syn: Set
        .... ...0 = Fin: Not set
    Window size: 8760
    Checksum: 0xb2eb
    Options: (4 bytes)
        Maximum segment size: 1460 bytes

Frame 5 (54 on wire, 54 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2261
    Time delta from previous packet: 0.000066 seconds
    Frame Number: 5
    Packet Length: 54 bytes
    Capture Length: 54 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 40
    Identification: 0xe474
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8ca2 (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn
(139), Seq: 156044149, Ack: 1459387312
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044149
    Acknowledgement number: 1459387312
    Header length: 20 bytes
    Flags: 0x0010 (ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0x6f68

Frame 6 (126 on wire, 126 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2264
    Time delta from previous packet: 0.000299 seconds
    Frame Number: 6
    Packet Length: 126 bytes
    Capture Length: 126 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 112
    Identification: 0xe475
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8c59 (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn
(139), Seq: 156044149, Ack: 1459387312
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044149
    Acknowledgement number: 1459387312
    Header length: 20 bytes
    Flags: 0x0018 (PSH, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0xde36
NetBIOS Session Service
    Message Type: Session request
    Flags: 0x00
        .... ...0 = Add 0 to length
    Length: 68
    Called name: NTPRIME        <20> (Server service)
    Calling name: RUMOR.SNSWWIDE.<43> (SMS Clients Remote Control)

Frame 7 (60 on wire, 60 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2267
    Time delta from previous packet: 0.000302 seconds
    Frame Number: 7
    Packet Length: 60 bytes
    Capture Length: 60 bytes
Ethernet II
    Destination: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Source: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 44
    Identification: 0xd6c7
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0x5a4b (correct)
    Source: ntprime.bnbwwide.com.com (192.168.36.8)
    Destination: rumor.bnbwwide.com.com (192.168.36.96)
Transmission Control Protocol, Src Port: netbios-ssn (139), Dst Port: 4417
(4417), Seq: 1459387312, Ack: 156044221
    Source port: netbios-ssn (139)
    Destination port: 4417 (4417)
    Sequence number: 1459387312
    Acknowledgement number: 156044221
    Header length: 20 bytes
    Flags: 0x0018 (PSH, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 8688
    Checksum: 0x489c
NetBIOS Session Service
    Message Type: Positive session response
    Flags: 0x00
        .... ...0 = Add 0 to length
    Length: 0

Frame 8 (54 on wire, 54 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2267
    Time delta from previous packet: 0.000055 seconds
    Frame Number: 8
    Packet Length: 54 bytes
    Capture Length: 54 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 40
    Identification: 0xe476
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8ca0 (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn
(139), Seq: 156044221, Ack: 1459387316
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044221
    Acknowledgement number: 1459387316
    Header length: 20 bytes
    Flags: 0x0010 (ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0x6f1c

Frame 9 (222 on wire, 222 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2268
    Time delta from previous packet: 0.000116 seconds
    Frame Number: 9
    Packet Length: 222 bytes
    Capture Length: 222 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 208
    Identification: 0xe477
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8bf7 (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn
(139), Seq: 156044221, Ack: 1459387316
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044221
    Acknowledgement number: 1459387316
    Header length: 20 bytes
    Flags: 0x0018 (PSH, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0x82ed
NetBIOS Session Service
    Message Type: Session message
    Flags: 0x00
        .... ...0 = Add 0 to length
    Length: 164
Server Message Block Protocol
    Message Type: 0xFF
    Server Component: SMB
    Command: SMBnegprot
    Error Class: Success
    Reserved: 0
    Error Code: No Error
    Flags: 0x00
        .... ...0 = Lock&Read, Write&Unlock not supported
        .... ..0. = Receive buffer not posted
        .... 0... = Path names case sensitive
        ...0 .... = Pathnames not canonicalized
        ..0. .... = OpLocks not requested/granted
        .0.. .... = Notify open only
        0... .... = Request to server
    Flags2: 0x0000
        .... .... .... ...0 = Long file names not supported
        .... .... .... ..0. = Extended attributes not supported
        .... .... .... .0.. = Security signatures not supported
        .... 0... .... .... = Extended security negotiation not supported
        ...0 .... .... .... = Don't resolve pathnames with DFS
        ..0. .... .... .... = Don't permit reads if execute-only
        .0.. .... .... .... = Error codes are DOS error codes
        0... .... .... .... = Strings are ASCII
    Reserved: 6 WORDS
    Network Path/Tree ID (TID): 0 (0000)
    Process ID (PID): 18122 (46ca)
    User ID (UID): 0 (0000)
    Multiplex ID (MID): 18122 (46ca)
    Word Count (WCT): 0
    Byte Count (BCC): 129
    Dialects
        Dialect Marker: 2
        Dialect: PC NETWORK PROGRAM 1.0
        Dialect Marker: 2
        Dialect: MICROSOFT NETWORKS 1.03
        Dialect Marker: 2
        Dialect: MICROSOFT NETWORKS 3.0
        Dialect Marker: 2
        Dialect: LANMAN1.0
        Dialect Marker: 2
        Dialect: LM1.2X002
        Dialect Marker: 2
        Dialect: Samba
        Dialect Marker: 2
        Dialect: NT LM 0.12
        Dialect Marker: 2
        Dialect: NT LANMAN 1.0

Frame 10 (163 on wire, 163 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2273
    Time delta from previous packet: 0.000448 seconds
    Frame Number: 10
    Packet Length: 163 bytes
    Capture Length: 163 bytes
Ethernet II
    Destination: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Source: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 149
    Identification: 0xd7c7
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0x58e2 (correct)
    Source: ntprime.bnbwwide.com.com (192.168.36.8)
    Destination: rumor.bnbwwide.com.com (192.168.36.96)
Transmission Control Protocol, Src Port: netbios-ssn (139), Dst Port: 4417
(4417), Seq: 1459387316, Ack: 156044389
    Source port: netbios-ssn (139)
    Destination port: 4417 (4417)
    Sequence number: 1459387316
    Acknowledgement number: 156044389
    Header length: 20 bytes
    Flags: 0x0018 (PSH, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 8520
    Checksum: 0x4ab5
NetBIOS Session Service
    Message Type: Session message
    Flags: 0x00
        .... ...0 = Add 0 to length
    Length: 105
Server Message Block Protocol
    Message Type: 0xFF
    Server Component: SMB
    Command: SMBnegprot
    Error Class: Success
    Reserved: 0
    Error Code: No Error
    Flags: 0x80
        .... ...0 = Lock&Read, Write&Unlock not supported
        .... ..0. = Receive buffer not posted
        .... 0... = Path names case sensitive
        ...0 .... = Pathnames not canonicalized
        ..0. .... = OpLocks not requested/granted
        .0.. .... = Notify open only
        1... .... = Response to client/redirector
    Flags2: 0x0000
        .... .... .... ...0 = Long file names not supported
        .... .... .... ..0. = Extended attributes not supported
        .... .... .... .0.. = Security signatures not supported
        .... 0... .... .... = Extended security negotiation not supported
        ...0 .... .... .... = Don't resolve pathnames with DFS
        ..0. .... .... .... = Don't permit reads if execute-only
        .0.. .... .... .... = Error codes are DOS error codes
        0... .... .... .... = Strings are ASCII
    Reserved: 6 WORDS
    Network Path/Tree ID (TID): 0 (0000)
    Process ID (PID): 18122 (46ca)
    User ID (UID): 0 (0000)
    Multiplex ID (MID): 18122 (46ca)
    Word Count (WCT): 17
    Dialect Index: 6, Greater than LANMAN2.1
    Security Mode: 0x03
        .... ...1 = Security  = User
        .... ..1. = Passwords = Encrypted
        .... .0.. = Security signatures not enabled
        .... 0... = Security signatures not required
    Max multiplex count: 50
    Max vcs:             1
    Max buffer size:     4356
    Max raw size:        65536
    Session key:         00000000
    Capabilities: 0x43fd
        .... .... .... .... .... .... .... ...1 = Raw Mode supported
        .... .... .... .... .... .... .... ..0. = MPX Mode not supported
        .... .... .... .... .... .... .... .1.. = Unicode supported
        .... .... .... .... .... .... .... 1... = Large files supported
        .... .... .... .... .... .... ...1 .... = NT LM 0.12 SMBs supported
        .... .... .... .... .... .... ..1. .... = RPC remote APIs supported
        .... .... .... .... .... .... .1.. .... = NT status codes supported
        .... .... .... .... .... .... 1... .... = Level 2 OpLocks supported
        .... .... .... .... .... ...1 .... .... = Lock&Read supported
        .... .... .... .... .... ..1. .... .... = NT Find supported
        .... .... .... .... ...0 .... .... .... = DFS not supported
        .... .... .... .... .1.. .... .... .... = Large READX supported
        .... .... .... .... 0... .... .... .... = Large WRITEX not supported
        0... .... .... .... .... .... .... .... = Extended security
exchanges not supported
    System Time Low: 0x3b43a830
    System Time High: 0x01c0eeb2
    Server time zone: 240 min from UTC
    Encryption key len: 8
    Byte count (BCC): 36
    Challenge encryption key: 583B62C37E9B0068
    OEM domain name: B&B_WORLDWIDE

Frame 11 (54 on wire, 54 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2300
    Time delta from previous packet: 0.002661 seconds
    Frame Number: 11
    Packet Length: 54 bytes
    Capture Length: 54 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 40
    Identification: 0xe478
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8c9e (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn
(139), Seq: 156044389, Ack: 1459387425
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044389
    Acknowledgement number: 1459387425
    Header length: 20 bytes
    Flags: 0x0010 (ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 0... = Push: Not set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0x6e07

Frame 12 (199 on wire, 199 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2303
    Time delta from previous packet: 0.000329 seconds
    Frame Number: 12
    Packet Length: 199 bytes
    Capture Length: 199 bytes
Ethernet II
    Destination: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Source: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 185
    Identification: 0xe479
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 64
    Protocol: TCP (0x06)
    Header checksum: 0x8c0c (correct)
    Source: rumor.bnbwwide.com.com (192.168.36.96)
    Destination: ntprime.bnbwwide.com.com (192.168.36.8)
Transmission Control Protocol, Src Port: 4417 (4417), Dst Port: netbios-ssn
(139), Seq: 156044389, Ack: 1459387425
    Source port: 4417 (4417)
    Destination port: netbios-ssn (139)
    Sequence number: 156044389
    Acknowledgement number: 1459387425
    Header length: 20 bytes
    Flags: 0x0018 (PSH, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 32120
    Checksum: 0x15cc
NetBIOS Session Service
    Message Type: Session message
    Flags: 0x00
        .... ...0 = Add 0 to length
    Length: 141
Server Message Block Protocol
    Message Type: 0xFF
    Server Component: SMB
    Command: SMBsesssetupX
    Error Class: Success
    Reserved: 0
    Error Code: No Error
    Flags: 0x00
        .... ...0 = Lock&Read, Write&Unlock not supported
        .... ..0. = Receive buffer not posted
        .... 0... = Path names case sensitive
        ...0 .... = Pathnames not canonicalized
        ..0. .... = OpLocks not requested/granted
        .0.. .... = Notify open only
        0... .... = Request to server
    Flags2: 0x0000
        .... .... .... ...0 = Long file names not supported
        .... .... .... ..0. = Extended attributes not supported
        .... .... .... .0.. = Security signatures not supported
        .... 0... .... .... = Extended security negotiation not supported
        ...0 .... .... .... = Don't resolve pathnames with DFS
        ..0. .... .... .... = Don't permit reads if execute-only
        .0.. .... .... .... = Error codes are DOS error codes
        0... .... .... .... = Strings are ASCII
    Reserved: 6 WORDS
    Network Path/Tree ID (TID): 0 (0000)
    Process ID (PID): 18122 (46ca)
    User ID (UID): 0 (0000)
    Multiplex ID (MID): 18122 (46ca)
    Word Count (WCT): 13
    AndXCommand: No further commands
    AndXReserved: 0
    AndXOffset: 0
    MaxBufferSize: 65535
    MaxMpxCount: 0
    VcNumber: 0
    SessionKey: 0
    ANSI Account Password Length: 24
    UNICODE Account Password Length: 0
    Reserved: 0
    Capabilities: 0x0000
        .... .... .... .... .... .... .... ...0 =  Raw Mode not supported
        .... .... .... .... .... .... .... ..0. =  MPX Mode not supported
        .... .... .... .... .... .... .... .0.. =  Unicode not supported
        .... .... .... .... .... .... .... 0... =  Large Files not supported
        .... .... .... .... .... .... ...0 .... =  NT LM 0.12 SMBs not
supported
        .... .... .... .... .... .... ..0. .... =  RPC Remote APIs not
supported
        .... .... .... .... .... .... .0.. .... =  NT Status Codes not
supported
        .... .... .... .... .... .... 0... .... =  Level 2 OpLocks not
supported
        .... .... .... .... .... ...0 .... .... =  Lock&Read not supported
        .... .... .... .... .... ..0. .... .... =  NT Find not supported
        .... .... .... .... ...0 .... .... .... =  DFS not supported
        .... .... .... .... .0.. .... .... .... =  Large READX not supported
        .... .... .... .... 0... .... .... .... =  Large WRITEX not
supported
        0... .... .... .... .... .... .... .... =  Extended Security
Exchanges not supported
    Byte Count: 80
    ANSI Password: x*~\034=<]$9|lN,B2j&w\027`\\230o\235
    Account Name: coy
    Primary Domain: B&B_WORLDWIDE
    Native OS: RedHat Linux
    Native LanMan Type: SMBlib LM2.1 minus a bit

Frame 13 (147 on wire, 147 captured)
    Arrival Time: Jun  6, 2001 14:10:16.2322
    Time delta from previous packet: 0.001911 seconds
    Frame Number: 13
    Packet Length: 147 bytes
    Capture Length: 147 bytes
Ethernet II
    Destination: 00:a0:cc:50:d0:93 (00:a0:cc:50:d0:93)
    Source: 00:a0:cc:50:cf:3f (00:a0:cc:50:cf:3f)
    Type: IP (0x0800)
Internet Protocol
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x00 (DSCP 0x00: Default)
        0000 00.. = Differentiated Services Codepoint: Default (0x00)
        .... ..00 = Currently Unused: 0
    Total Length: 133
    Identification: 0xd8c7
    Flags: 0x04
        .1.. = Don't fragment: Set
        ..0. = More fragments: Not set
    Fragment offset: 0
    Time to live: 128
    Protocol: TCP (0x06)
    Header checksum: 0x57f2 (correct)
    Source: ntprime.bnbwwide.com.com (192.168.36.8)
    Destination: rumor.bnbwwide.com.com (192.168.36.96)
Transmission Control Protocol, Src Port: netbios-ssn (139), Dst Port: 4417
(4417), Seq: 1459387425, Ack: 156044534
    Source port: netbios-ssn (139)
    Destination port: 4417 (4417)
    Sequence number: 1459387425
    Acknowledgement number: 156044534
    Header length: 20 bytes
    Flags: 0x0018 (PSH, ACK)
        ..0. .... = Urgent: Not set
        ...1 .... = Acknowledgment: Set
        .... 1... = Push: Set
        .... .0.. = Reset: Not set
        .... ..0. = Syn: Not set
        .... ...0 = Fin: Not set
    Window size: 8375
    Checksum: 0x4bf4
NetBIOS Session Service
    Message Type: Session message
    Flags: 0x00
        .... ...0 = Add 0 to length
    Length: 89
Server Message Block Protocol
    Message Type: 0xFF
    Server Component: SMB
    Command: SMBsesssetupX
    Error Class: Success
    Reserved: 0
    Error Code: No Error
    Flags: 0x80
        .... ...0 = Lock&Read, Write&Unlock not supported
        .... ..0. = Receive buffer not posted
        .... 0... = Path names case sensitive
        ...0 .... = Pathnames not canonicalized
        ..0. .... = OpLocks not requested/granted
        .0.. .... = Notify open only
        1... .... = Response to client/redirector
    Flags2: 0x0000
        .... .... .... ...0 = Long file names not supported
        .... .... .... ..0. = Extended attributes not supported
        .... .... .... .0.. = Security signatures not supported
        .... 0... .... .... = Extended security negotiation not supported
        ...0 .... .... .... = Don't resolve pathnames with DFS
        ..0. .... .... .... = Don't permit reads if execute-only
        .0.. .... .... .... = Error codes are DOS error codes
        0... .... .... .... = Strings are ASCII
    Reserved: 6 WORDS
    Network Path/Tree ID (TID): 0 (0000)
    Process ID (PID): 18122 (46ca)
    User ID (UID): 2050 (0802)
    Multiplex ID (MID): 18122 (46ca)
    Word Count (WCT): 3
    AndXCommand: No futher commands
    AndXReserved: 0
    AndXOffset: 89
    Action: 1
    Byte Count (BCC): 48
    NativeOS: Windows NT 4.0
    NativeLanMan: NT LAN Manager 4.0
    PrimaryDomain: B&B_WORLDWIDE
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <mekilroy at risingedge.com>
Delivered-To: samba at lists.samba.org
Received: from mailhost.digitalselect.net (unknown [209.225.164.170]) by
  lists.samba.org (Postfix) with ESMTP id 274A24451 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 13:00:30 -0700 (PDT)
Received: from wizzard.rising-edge (risingedge.com [216.181.63.36]) by
  mailhost.digitalselect.net (8.11.1/8.11.1) with SMTP id f56K1bS95715
  for <samba at lists.samba.org>; Wed, 6 Jun 2001 16:01:38 -0400 (EDT)
Received: from diamondback (unverified [192.168.0.26]) by
  wizzard.rising-edge (EMWAC SMTPRS 0.83) with SMTP id
  <B0000080225 at wizzard.rising-edge>; Wed, 06 Jun 2001 16:00:23 -0400
Message-ID: <00ff01c0eec3$51dbb300$1a00a8c0 at diamondback>
From: "M. Kilroy" <mekilroy at risingedge.com>
To: <samba at lists.samba.org>
Subject: Winbind - Can't Log On
Date: Wed, 6 Jun 2001 16:00:22 -0400
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Antirelay: Good relay from local net2 192.168.0.0/24
X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I got the latest winbind code from CVS and installed it.  I used the winbind
man page as my guideline for all my configurations (except that I joined the
domain with the smbpasswd command because I do not have samedit or
createuser).
When I do a "getent group" it does not the the groups from my NT domain, and I
cannot log on to the linux machine except as root.  It still does not
recognize the NT user names!

smbstatus throws back an error for every "winbind" entry in the smb.conf file.
I copied the winbind entries straight from the man page, so I am not sure why
it doesn't recognize those lines.

Here is some background info:
Hostname: LINUXSERV
Domain: RISINGEDGE
PDC: NAUTILUS

smbclient -L LINUXSERV returns the following:
Sharename         Type        Comment
IPC$                   IPC        IPC Service (Samba Server)
root                    Disk        Home Directories

Server                                Comment
LINUXSERV                    Samba Server
NAUTILUS

Workgroup            Master
RISINGEDGE        NAUTILUS

My smb.conf looks like this:
winbind separator = +
winbind cache time = 10
template shell = /bin/bash
template homedir = /home/%D/%U
winbind uid = 10000-20000
winbind gid = 10000-20000

workgroup = RISINGEDGE

security = domain
password server = NAUTILUS

encrypt passwords = yes

Are there any other configurations I need to make that aren't in the winbind
man page?  I keep seeing something in the postings about user mappings, but I
was under the impression winbind handled all this itself once everything is
configured correctly.

Any help is VERY VERY appreciated!! TIA!
~Mary

Return-Path: <raj at starbase-01.com>
Delivered-To: samba at lists.samba.org
Received: from renown.cnchost.com (renown.concentric.net
  [207.155.248.7]) by lists.samba.org (Postfix) with ESMTP id 422BF4F0F
  for <samba at lists.samba.org>; Wed,  6 Jun 2001 13:18:43 -0700 (PDT)
Received: from defiant (24-240-118-71.hsacorp.net [24.240.118.71]) by
  renown.cnchost.com id QAA29996; Wed, 6 Jun 2001 16:18:38 -0400 (EDT)
  [ConcentricHost SMTP Relay 1.13]
From: "Raj Wurttemberg" <raj at starbase-01.com>
To: <samba at lists.samba.org>
Cc: <Michael.Ott at erlm.siemens.de>
Subject: RE: 401 Bad Authorization?? Why??
Date: Wed, 6 Jun 2001 16:22:55 -0400
Message-ID: <000901c0eec6$7954cdb0$d201a8c0 at starbase01.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <20010606163855.D13144 at erlm.siemens.de>
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Michael,

Thank you!  That fixed the problem!!

:)

Thanks,
/*Raj*/

-----Original Message-----
From: Michael Ott [mailto:Michael.Ott at erlm.siemens.de]
Sent: Wednesday, June 06, 2001 10:39 AM
To: Raj Wurttemberg
Cc: samba at lists.samba.org
Subject: Re: 401 Bad Authorization?? Why??


hallo raj!

> I was finally able to get Samba 2.2.0 to install on
> my Intel based RedHat 7.1 system and I think I have
> SWAT properly configured but when I try to log into
> SWAT I get this error:
>
> 401 Bad Authorization
> username or password incorrect
>
> Am I using the wrong account (root) or should I be
> using some other account??

I'll assume you installed from RPM.  This is a known problem with 2.2.0
RPM.  The installation of SWAT goes to the wrong directory.  Do this:

mkdir /usr/share/samba
mv /usr/share/swat /usr/share/samba

and then swat should work just fine.

--
Gru_ & bye

    Michael Ott

---------------------------------
- Siemens AG - I&S IT PS 51 ERL -
- Werner-von-Siemens-Strasse 60 -
- 91050 Erlangen                -
- Tel. +49 91 31 7 42 0 54      -
- Michael.Ott at erlm.siemens.de   -
---------------------------------

open-source and you have much fun

Return-Path: <craigrm at inteltec.com.au>
Delivered-To: samba at lists.samba.org
Received: from gateway.inteltec.com.au (mail.ela.com.au [203.59.54.45])
  by lists.samba.org (Postfix) with ESMTP id CC1FA4F27 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 16:54:27 -0700 (PDT)
Received: from craigrm (craigrm.ela.com.au. [192.168.1.10]) by
  gateway.inteltec.com.au (8.9.3/8.9.3) with SMTP id HAA74432 for
  <samba at lists.samba.org>; Thu, 7 Jun 2001 07:48:08 +0800 (WST)
  (envelope-from craigrm at inteltec.com.au)
Reply-To: <craigrm at inteltec.com.au>
From: "Craig R Marshall" <craigrm at inteltec.com.au>
To: "Samba Mailing Lists (E-mail)" <samba at lists.samba.org>
Subject: Installing swat
Date: Thu, 7 Jun 2001 07:54:56 +0800
Message-ID: <000001c0eee4$17279c80$0a01a8c0 at electro>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0)
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I have been running 4 samba servers for quite some 
time now, and want to add the configuratin tool "swat"
is all installed and i have added port 901/tcp to the 
/etc/services file and completed the mods to inetd.conf
however still no go,  Dose httpd have to be running for the 
swat service./?/??

Thanks 

Return-Path: <tpot at samba.org>
Delivered-To: samba at lists.samba.org
Received: by lists.samba.org (Postfix, from userid 1007) id 8B67B4F43;
  Wed,  6 Jun 2001 16:57:08 -0700 (PDT)
Date: Wed, 6 Jun 2001 16:57:08 -0700
To: "M. Kilroy" <mekilroy at risingedge.com>
Cc: samba at lists.samba.org
Subject: Re: winbind so
Message-ID: <20010606165708.C9623 at va.samba.org>
References: <000e01c0eeaf$ca253f20$1a00a8c0 at diamondback>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <000e01c0eeaf$ca253f20$1a00a8c0 at diamondback>; from
  mekilroy at risingedge.com on Wed, Jun 06, 2001 at 01:40:34PM -0400
From: tpot at samba.org (Tim Potter)
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Wed, Jun 06, 2001 at 01:40:34PM -0400, M. Kilroy wrote:
> The winbind man says to do dthe following:
> 
> Next copy libnss_winbind.so.2 to /lib
> 
> But upon compilation of the latest winbind code from CVS, only
> libnss_winbind.so was created, not libnss_winbind.so.2.  Is this just a matter
> of renaming the file or does CVS not yield the latest code?

The actual process is cp libnss_winbind.so from the nsswitch directory 
to /lib.  Then make a symbolic link from /lib/libnss_winbind.so to
/lib/libnss_winbind.so.2  If you are using a really old glibc (like the
one that comes with redhat 5.2) then you might need to make the target
of the link /lib/libnss_winbind.so.1.

I've updated the winbind manual page to correct this!


Thanks,

Tim.

Return-Path: <tpot at samba.org>
Delivered-To: samba at lists.samba.org
Received: by lists.samba.org (Postfix, from userid 1007) id A556A4F45;
  Wed,  6 Jun 2001 17:04:11 -0700 (PDT)
Date: Wed, 6 Jun 2001 17:04:11 -0700
To: Jan Strohbehn <jan at artstor.de>
Cc: "M. Kilroy" <mekilroy at risingedge.com>, samba at lists.samba.org
Subject: Re: Winbind
Message-ID: <20010606170411.E9623 at va.samba.org>
References: <3B1E73C4.AFA19A55 at artstor.de>
  <002c01c0eeb6$45ada3c0$1a00a8c0 at diamondback>
  <3B1E8028.DB105AED at artstor.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <3B1E8028.DB105AED at artstor.de>; from jan at artstor.de on Wed,
  Jun 06, 2001 at 09:10:32PM +0200
From: tpot at samba.org (Tim Potter)
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Wed, Jun 06, 2001 at 09:10:32PM +0200, Jan Strohbehn wrote:
> I made a checkout yesterday evening from the HEAD branch. 
> Isn't that correct location for the latest winbind ???

Yes.

Return-Path: <tpot at samba.org>
Delivered-To: samba at lists.samba.org
Received: by lists.samba.org (Postfix, from userid 1007) id 51B0F4A8E;
  Wed,  6 Jun 2001 17:11:11 -0700 (PDT)
Date: Wed, 6 Jun 2001 17:11:11 -0700
To: Jan Strohbehn <jan at artstor.de>
Cc: samba at lists.samba.org
Subject: Re: Winbind
Message-ID: <20010606171111.F9623 at va.samba.org>
References: <3B1E73C4.AFA19A55 at artstor.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <3B1E73C4.AFA19A55 at artstor.de>; from jan at artstor.de on Wed,
  Jun 06, 2001 at 08:17:40PM +0200
From: tpot at samba.org (Tim Potter)
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Wed, Jun 06, 2001 at 08:17:40PM +0200, Jan Strohbehn wrote:

> I hope this is the right place to write this, but I just discovered the
> following bug in winbind (From Samba 2.2. Head-Branch).
> So my question is: Is this the latest version of the winbind source and
> does it make sense to use this code on a production system ??
> 
> If you experience problems with winbind and gid lookup, just replace the
> following line in nsswitch/wb_client.c:winbind_sid_to_gid
> 
> result = winbindd_request(WINBINDD_SID_TO_UID, &request, &response);
> 
> with 
> 
> result = winbindd_request(WINBINDD_SID_TO_GID, &request, &response);

Thanks for spotting this.  I'm wondering why my test suite didn't pick
this up!  Anyway, I've checked the fix into CVS.

In future, the best method of describing patches is using "diff -u" which
should produce something like this which ensures there is no confusion
about what is being patched.


Regards,

Tim..

diff -u -r1.19 wb_client.c
--- nsswitch/wb_client.c        6 Jun 2001 07:27:44 -0000       1.19
+++ nsswitch/wb_client.c        7 Jun 2001 00:07:20 -0000
@@ -197,7 +197,7 @@
        
        /* Make request */
 
-       result = winbindd_request(WINBINDD_SID_TO_UID, &request, &response);
+       result = winbindd_request(WINBINDD_SID_TO_GID, &request, &response);
 
        /* Copy out result */

Return-Path: <edror at panasas.com>
Delivered-To: samba at lists.samba.org
Received: from PIKES.panasas.com (gw2.panasas.com [65.194.124.178]) by
  lists.samba.org (Postfix) with ESMTP id 18F6D4A9A for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 17:37:32 -0700 (PDT)
Received: from GORSUCH (dynamic-w-243.panasas.com [172.17.132.243]) by
  PIKES.panasas.com with SMTP (Microsoft Exchange Internet Mail Service
  Version 5.5.2653.13) id HMK3TTN1; Wed, 6 Jun 2001 20:37:30 -0400
Reply-To: <edror at panasas.com>
From: "Ephi Dror" <edror at panasas.com>
To: <samba at lists.samba.org>
Subject: Is oplock supported  for FreeBSDS?
Date: Wed, 6 Jun 2001 20:37:29 -0400
Message-ID: <007d01c0eeea$08ac6e50$f38411ac at GORSUCH>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <20010606190121.896F84A5C at lists.samba.org>
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi All,

For the latest SAMBA 2.2.0:

Is oplock already supported for FreeBSD kernel in case of accising files
from both Unix/NFS and Windows clients?

Is it true that oplock works fine for latest SAMBA as long as the files are
going to be shared only among windows clients and the support is taking care
by the SAMBA code itself?

Is it true that for all other types of locks, there are no problems in the
case of accessing files from Unix/NFS and Windows clients?

I appreciate any clarifications.

Thanks so much,
Ephi

Return-Path: <louisg00 at bellsouth.net>
Delivered-To: samba at lists.samba.org
Received: from imf10bis.bellsouth.net (mail010.mail.bellsouth.net
  [205.152.58.30]) by lists.samba.org (Postfix) with ESMTP id DAF474A99
  for <samba at lists.samba.org>; Wed,  6 Jun 2001 22:16:33 -0700 (PDT)
Received: from tiger ([208.63.196.29]) by imf10bis.bellsouth.net
  (InterMail vM.5.01.01.01 201-252-104) with ESMTP id
  <20010607051713.RTCJ1485.imf10bis.bellsouth.net at tiger>; Thu, 7 Jun
  2001 01:17:13 -0400
Subject: Re: Samba and windows binary printing
From: Louis Garcia <louisg00 at bellsouth.net>
To: Christian Barth <barth at cck.uni-kl.de>
Cc: samba at lists.samba.org
In-Reply-To: <3B1E279F.26037.11BE456 at localhost>
References: <3B1DE414.13339.140F8C at localhost> 
  <3B1E279F.26037.11BE456 at localhost>
Content-Type: text/plain
X-Mailer: Evolution/0.10 (Preview Release)
Date: 06 Jun 2001 13:15:45 -0400
Message-Id: <991847746.2028.1.camel at tiger>
Mime-Version: 1.0
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I have upgraded to LPRng and everything is working great now. Thanks


On 06 Jun 2001 12:52:47 +0200, Christian Barth wrote:
> Hm, some redhat versions ship with an unstable lpd. Try stopping lpd, 
> deleting everything in the spool directory, restarting it. May be 
> update (or downgrade) your lpd. It's easy using rpm. Check if lp0 is 
> the right deviece, try lp1 (this may change with the kernel version).
> 
> Christian
> 
> 
> > After looking at this some more. the print job is getting on the spool
> > but...
> > 
> > lpq shows:
> > waiting for lp to become ready (offline ?)
> > Rank     Owner       Job          Files              Total       Size
> > 1st      smbuser     4            PrinterTestPage    21297       bytes
> > 
> > lpc status shows:
> > lp:
> >     queuing is enabled
> >     printing is enabled
> >     1 entry in spool area
> >     waiting for lp to become ready (offline ?)
> > 
> > I try to restart lpd:
> > 
> > lpc> down lp
> > lp:
> >     printer and queuing disabled
> > 
> > lpc> up lp
> > lp:
> >     printing enabled
> > lpc: connect: Connection refused
> >     could't start daemon
> > 
> > Something is preventing the daemon form starting. So this is really an
> > lpr problem not samba. If anyone here knows a thing or two about lpr???
> > 
> > Thanks
> > 
> > 
> > On 06 Jun 2001 08:04:36 +0200, Christian Barth wrote:
> > > > I am trying to setup a samba print server on my RH6.1 system with samba
> > > > 2.0.8. Saying binary printing I mean using the windows print drivers and
> > > > just have samba/lpr spool the jobs. I am not having success. The kernel
> > > > has print support in it.
> > > What error messages do you get? Does printing form linux work? Print 
> > > to a file on windows and use lpr to print it as a test.
> > > 
> > > > my /etc/printcap has a raw device like this:
> > > > 
> > > > lp:\
> > > >     :rw:sh:\
> > > >     :lp:=/dev/lp0:\
> > > >     :sd=/var/spool/lpd/lp:\
> > > >     :fx=flp:
> > > > 
> > > > and my smb.conf has:
> > > > 
> > > > [global]
> > > > printcap name = /etc/printcap
> > > > load printers = yes
> > > > printing = bsd
> > > > 
> > > > [printers]
> > > > path = /var/spool/lpd
> > > > guest ok = Yes
> > > > printable = Yes
> > > > browseable = No
> > > > 
> > > > [lp]
> > > > path = /var/spool/lpd
> > > commonly this is /var/spool/samba. It should not be the spool 
> > > directory of lpd. Samba spools the print job to path = ... and then 
> > > issiues the print command. What are the permissions on this 
> > > directory. I guess they should be like "drwxrwxrwt root root".
> > > 
> > > Christian
> > > 
> > > 
> > > > guest ok = Yes
> > > > print ok = Yes
> > > > printing = bsd
> > > > print command = lpr -b -P%p %s
> > > > printer name = lp
> > > > oplocks = No
> > > > share modes = No
> > > > 
> > > > I have no filters in /var/spool/lpd/lp because I want windows to format
> > > > the docs.
> > > > 
> > > > Louis
> > > > -- 
> > > > To unsubscribe from this list go to the following URL and read the
> > > > instructions:  http://lists.samba.org/mailman/listinfo/samba
> > > > 
> > > 
> > > 
> > > _______________________________________________________________________
> > > In a world without walls and fences, who needs windows and gates? (SUN)
> > -- 
> > To unsubscribe from this list go to the following URL and read the
> > instructions:  http://lists.samba.org/mailman/listinfo/samba
> > 
> 
> 
> _______________________________________________________________________
> In a world without walls and fences, who needs windows and gates? (SUN)

Return-Path: <nikolaus at erlm.siemens.de>
Delivered-To: samba at lists.samba.org
Received: from atlantis.erlm.siemens.de (atlantis.erlm.siemens.de
  [212.114.202.14]) by lists.samba.org (Postfix) with ESMTP id 7309D42A7
  for <samba at lists.samba.org>; Wed,  6 Jun 2001 23:06:35 -0700 (PDT)
Received: from tcenter.erlm.siemens.de (tcenter.erlm.siemens.de
  [146.254.160.14]) by atlantis.erlm.siemens.de (8.9.3/8.9.3) with ESMTP
  id IAA23237; Thu, 7 Jun 2001 08:05:49 +0200 (MET DST)
Received: from luxor.erlm.siemens.de (luxor.erlm.siemens.de
  [146.254.161.114]) by tcenter.erlm.siemens.de (8.9.0/8.9.0) with ESMTP
  id IAA03762; Thu, 7 Jun 2001 08:05:49 +0200 (MET DST)
Received: (from nikolaus at localhost) by luxor.erlm.siemens.de
  (8.9.3/8.9.3) id IAA04347; Thu, 7 Jun 2001 08:05:49 +0200 (MET DST)
Date: Thu, 7 Jun 2001 08:05:49 +0200
From: Michael Ott <Michael.Ott at erlm.siemens.de>
To: Craig R Marshall <craigrm at inteltec.com.au>
Cc: "Samba Mailing Lists (E-mail)" <samba at lists.samba.org>
Subject: Re: Installing swat
Message-ID: <20010607080549.F13144 at erlm.siemens.de>
Reply-To: Michael.Ott at erlm.siemens.de
References: <000001c0eee4$17279c80$0a01a8c0 at electro>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Mailer: Mutt 1.0i
In-Reply-To: <000001c0eee4$17279c80$0a01a8c0 at electro>; from
  craigrm at inteltec.com.au on Thu, Jun 07, 2001 at 07:54:56AM +0800
Organization: Siemens AG, ATD IT PS 51 ERL, Erlangen, Germany
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

hallo craig!

> I have been running 4 samba servers for quite some
> time now, and want to add the configuratin tool "swat"
> is all installed and i have added port 901/tcp to the
> /etc/services file and completed the mods to inetd.conf
> however still no go,  Dose httpd have to be running for the
> swat service./?/??

do you use the samba-2.2.0-rpm?

yes

than do the following:

mkdir /usr/share/samba
mv /usr/share/swat /usr/share/samba

and then swat should work just fine.

I'll assume you installed from RPM.  This is a known problem with 2.2.0
RPM.  The installation of SWAT goes to the wrong directory.  Do this:

--
Gru_ & bye

    Michael Ott

---------------------------------
- Siemens AG - I&S IT PS 51 ERL -
- Werner-von-Siemens-Strasse 60 -
- 91050 Erlangen                -
- Tel. +49 91 31 7 42 0 54      -
- Michael.Ott at erlm.siemens.de   -
---------------------------------

open-source and you have much fun

Return-Path: <coolsky at mic.com.tw>
Delivered-To: samba at lists.samba.org
Received: from mr1.mic.com.tw (mr1.mic.com.tw [203.66.161.8]) by
  lists.samba.org (Postfix) with ESMTP id 72C664FE3 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 23:22:18 -0700 (PDT)
Received: from linko3.mic.com.tw (linko3.mic.com.tw [10.88.0.18]) by
  mr1.mic.com.tw (8.9.3+Sun/8.9.1) with ESMTP id OAA16943 for
  <samba at lists.samba.org>; Thu, 7 Jun 2001 14:21:40 +0800 (CST)
Received: by linko3.mic.com.tw with Internet Mail Service (5.5.2653.19)
  id <MNV26GJP>; Thu, 7 Jun 2001 14:13:20 +0800
Message-ID: <7B59A702921AD411A50A00D0B72029E4072C61 at MRSPDC>
From: =?big5?B?Y29vbHNreSBbpraz36xLXQ==?= <coolsky at mic.com.tw>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: About PCP in Samba 2.2.0
Date: Thu, 7 Jun 2001 14:14:29 +0800 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="big5"
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Dear All,
      When I install samba 2.2.0,  I follow the install instruction and
finish install pcp. Also I have installed PCP in my Linux OS.  When I use
pminfo -d samba, the result is "no PMCD agent for domain of request". The
log file in samba.log is "shmid: No such file or directory. samba not
compiled with profile support or not running".
     Any suggestion is appreciate.

    Best Regards
    Coolsky.Zhu


      

Return-Path: <nikolaus at erlm.siemens.de>
Delivered-To: samba at lists.samba.org
Received: from atlantis.erlm.siemens.de (atlantis.erlm.siemens.de
  [212.114.202.14]) by lists.samba.org (Postfix) with ESMTP id B1F0A4FF0
  for <samba at lists.samba.org>; Wed,  6 Jun 2001 23:25:14 -0700 (PDT)
Received: from tcenter.erlm.siemens.de (tcenter.erlm.siemens.de
  [146.254.160.14]) by atlantis.erlm.siemens.de (8.9.3/8.9.3) with ESMTP
  id IAA26961 for <samba at lists.samba.org>; Thu, 7 Jun 2001 08:25:11
  +0200 (MET DST)
Received: from luxor.erlm.siemens.de (luxor.erlm.siemens.de
  [146.254.161.114]) by tcenter.erlm.siemens.de (8.9.0/8.9.0) with ESMTP
  id IAA06585 for <samba at lists.samba.org>; Thu, 7 Jun 2001 08:25:11
  +0200 (MET DST)
Received: (from nikolaus at localhost) by luxor.erlm.siemens.de
  (8.9.3/8.9.3) id IAA04691 for samba at lists.samba.org; Thu, 7 Jun 2001
  08:25:10 +0200 (MET DST)
Date: Thu, 7 Jun 2001 08:25:10 +0200
From: Michael Ott <Michael.Ott at erlm.siemens.de>
To: SAMBA-Mailing-List <samba at lists.samba.org>
Subject: password sync problem
Message-ID: <20010607082510.G13144 at erlm.siemens.de>
Reply-To: Michael.Ott at erlm.siemens.de
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Mailer: Mutt 1.0i
Organization: Siemens AG, ATD IT PS 51 ERL, Erlangen, Germany
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

hallo!

i try it a second time:

i have the following problem:

i want to change the password on a nt-workstation. it do not work!

error-message windows:
username or password are wrong

but my password on the samba-server is changed. it is a dictionary word

on my workstation it is not changed

why?

system: rh71
version: 2.2.0

part of my config:
  security = domain
; security = user
  username level = 8
  username map = /etc/samba/smbusers
  password level = 8
  encrypt passwords = yes
  smb passwd file = /etc/samba/smbpasswd
  null passwords = yes
  ;update encrypted =
  unix password sync = yes
  passwd program = /usr/bin/passwd %u
  passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n
*passwd
:*all*authentication*tokens*updated*successfully*
  passwd chat debug = 100

can you help me

--
Gru_ & bye

    Michael Ott

---------------------------------
- Siemens AG - I&S IT PS 51 ERL -
- Werner-von-Siemens-Strasse 60 -
- 91050 Erlangen                -
- Tel. +49 91 31 7 42 0 54      -
- Michael.Ott at erlm.siemens.de   -
---------------------------------

open-source and you have much fun

Return-Path: <coolsky at mic.com.tw>
Delivered-To: samba at lists.samba.org
Received: from mr1.mic.com.tw (mr1.mic.com.tw [203.66.161.8]) by
  lists.samba.org (Postfix) with ESMTP id EDB0E4FF5 for
  <samba at lists.samba.org>; Wed,  6 Jun 2001 23:33:45 -0700 (PDT)
Received: from linko3.mic.com.tw (linko3.mic.com.tw [10.88.0.18]) by
  mr1.mic.com.tw (8.9.3+Sun/8.9.1) with ESMTP id OAA18088 for
  <samba at lists.samba.org>; Thu, 7 Jun 2001 14:33:08 +0800 (CST)
Received: by linko3.mic.com.tw with Internet Mail Service (5.5.2653.19)
  id <MNV26GLG>; Thu, 7 Jun 2001 14:24:48 +0800
Message-ID: <7B59A702921AD411A50A00D0B72029E4072C62 at MRSPDC>
From: =?big5?B?Y29vbHNreSBbpraz36xLXQ==?= <coolsky at mic.com.tw>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: About PCP in Samba 2.2.0
Date: Thu, 7 Jun 2001 14:28:58 +0800 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="big5"
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Dear All,
      When I install samba 2.2.0,  I follow the install instruction and
finish install pcp. Also I have installed PCP in my Linux OS.  When I use
pminfo -d samba, the result is "no PMCD agent for domain of request". The
log file in samba.log is "shmid: No such file or directory. samba not
compiled with profile support or not running".
     Any suggestion is appreciate.
     The process of pmdasamba is defunct. I am wonder if the program of
pmdasamba has problems.

    Best Regards
    Coolsky.Zhu


      

Return-Path: <kslai at microlink.com.my>
Delivered-To: samba at samba.org
Received: from tequilla.cenworld.com (unknown [202.184.136.1]) by
  lists.samba.org (Postfix) with ESMTP id D4C844278 for
  <samba at samba.org>; Thu,  7 Jun 2001 02:15:59 -0700 (PDT)
Received: from microlink.com.my (kslai.ml.cybergen.net [10.1.88.179]) by
  tequilla.cenworld.com with SMTP (Microsoft Exchange Internet Mail
  Service Version 5.5.2448.0) id LBH0HNVB; Thu, 7 Jun 2001 17:17:09
  +0800
Message-ID: <3B1F45DE.F5F5D923 at microlink.com.my>
Date: Thu, 07 Jun 2001 17:14:06 +0800
From: Lai Kam Seng <kslai at microlink.com.my>
Organization: Microlink Systems Sdn Bhd
X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.8 i86pc)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at samba.org
Subject: W2k login problem
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Dear Samba,

I have setup a samba server version 2.2.0. I am able to get the windows
2000 profession to join the domain created, but during login I get this
message:

"The system connot log you on to this domain because the system's
computer account in its primary domain is missing or the password on
that account is incorrect."

Please advice.

Thank you,
Lai Kam Seng

Return-Path: <mekilroy at risingedge.com>
Delivered-To: samba at lists.samba.org
Received: from mailhost.digitalselect.net (unknown [209.225.164.170]) by
  lists.samba.org (Postfix) with ESMTP id CB594421E for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 06:06:27 -0700 (PDT)
Received: from wizzard.rising-edge (risingedge.com [216.181.63.36]) by
  mailhost.digitalselect.net (8.11.1/8.11.1) with SMTP id f57D7bS16809
  for <samba at lists.samba.org>; Thu, 7 Jun 2001 09:07:37 -0400 (EDT)
Received: from diamondback (unverified [192.168.0.26]) by
  wizzard.rising-edge (EMWAC SMTPRS 0.83) with SMTP id
  <B0000080354 at wizzard.rising-edge>; Thu, 07 Jun 2001 09:06:13 -0400
Message-ID: <01d001c0ef52$a04ad770$1a00a8c0 at diamondback>
From: "M. Kilroy" <mekilroy at risingedge.com>
To: <samba at lists.samba.org>
Subject: Share directories
Date: Thu, 7 Jun 2001 09:06:12 -0400
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Antirelay: Good relay from local net2 192.168.0.0/24
X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I finally got winbind running on my RHL 7.1 box.  I can log on to the machine
from my NT workstation.  When I browse network neighborhood and click on the
Linux box I go straight in and can see my share directories.  But when I try
to get in to one of those share directories it prompts me for a username and
password.  My NT username and password do not work.  Is there something wrong
with my smb.conf file or perhaps pam??

Info below ---

Here is my smb.conf share defs:
[homes]
    comment = Home Directories
    browseable = yes
    writable = yes

[netlogon]
    comment = Network Logon Service
    path = /home/netlogon
    guest ok = no
    writable = yes
    share modes = no

Here is my pam login file:
auth             required     /lib/security/pam_securetty.so
auth             required     /lib/security/pam_stack.so service=system-auth
auth             required     /lib/security/pam_nologin.so
auth             required     /lib/security/pam_unix.so nulok
auth             sufficient   /lib/security/pam_winbind.so
account       required     /lib/security/pam_winbind.so
password    required     /lib/security/pam_stack.so service=system-auth
session        required     /lib/security/pam_stack.so service=system-auth
sessison      optional     /lib/security/pam_console.so

pam passwd file:
auth             required     /lib/security/pam_winbind.so
account       required     /lib/security/pam_winbind.so
password    required     /lib/security/pam_stack.so service=system-auth

pam samba file:
auth             required     /lib/security/pam_winbind.so
account      required     /lib/security/pam_winbind.so

Any help is much appreciated!
~Mary

Return-Path: <gcarter at valinux.com>
Delivered-To: samba at lists.samba.org
Received: from Eng.Auburn.EDU (dns.eng.auburn.edu [131.204.10.13]) by
  lists.samba.org (Postfix) with ESMTP id 3791C420D for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 06:18:03 -0700 (PDT)
Received: from localhost (root at ettin.eng.auburn.edu [131.204.12.72]) by
  Eng.Auburn.EDU (8.9.3/8.9.3) with ESMTP id IAA03722; Thu, 7 Jun 2001
  08:17:03 -0500 (CDT)
Date: Thu, 7 Jun 2001 08:20:13 -0500 (CDT)
From: Gerald Carter <gcarter at valinux.com>
X-X-Sender: <gcarter at pogo.plainjoe.org>
To: Ephi Dror <edror at panasas.com>
Cc: <samba at lists.samba.org>
Subject: Re: Is oplock supported  for FreeBSDS?
In-Reply-To: <007d01c0eeea$08ac6e50$f38411ac at GORSUCH>
Message-ID: <Pine.LNX.4.33.0106070818500.19208-100000 at pogo.plainjoe.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Wed, 6 Jun 2001, Ephi Dror wrote:

> Hi All,
>
> For the latest SAMBA 2.2.0:
>
> Is oplock already supported for FreeBSD kernel in case of accising
> files from both Unix/NFS and Windows clients?

No.  Only Linux 2.4 and IRIX 6.5.2f+ support kernel oplocks.

> Is it true that oplock works fine for latest SAMBA as long as the
> files are going to be shared only among windows clients and the
> support is taking care by the SAMBA code itself?

Yes.

> Is it true that for all other types of locks, there are no problems in
> the case of accessing files from Unix/NFS and Windows clients?

Yes.  Samba uses posix locking mechanisms when opening files
and performing byte-range locking.










Cheers, jerry
----------------------------------------------------------------------
   /\  Gerald (Jerry) Carter                     Professional Services
 \/    http://www.valinux.com/  VA Linux Systems   gcarter at valinux.com
       http://www.samba.org/       SAMBA Team          jerry at samba.org
       http://www.plainjoe.org/                     jerry at plainjoe.org

       "...a hundred billion castaways looking for a home."
                                - Sting "Message in a Bottle" ( 1979 )

Return-Path: <gcarter at valinux.com>
Delivered-To: samba at lists.samba.org
Received: from Eng.Auburn.EDU (dns.eng.auburn.edu [131.204.10.13]) by
  lists.samba.org (Postfix) with ESMTP id 02A1B4584 for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 06:25:28 -0700 (PDT)
Received: from localhost (root at ettin.eng.auburn.edu [131.204.12.72]) by
  Eng.Auburn.EDU (8.9.3/8.9.3) with ESMTP id IAA04373; Thu, 7 Jun 2001
  08:24:28 -0500 (CDT)
Date: Thu, 7 Jun 2001 08:27:37 -0500 (CDT)
From: Gerald Carter <gcarter at valinux.com>
X-X-Sender: <gcarter at pogo.plainjoe.org>
To: <orobitai at ca.ibm.com>
Cc: <samba at lists.samba.org>
Subject: Re: About locks
In-Reply-To: <OF7ECCB202.B05F9F56-ON85256A63.0048E284 at bromont.ibm.com>
Message-ID: <Pine.LNX.4.33.0106070824160.19208-100000 at pogo.plainjoe.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Wed, 6 Jun 2001 orobitai at ca.ibm.com wrote:

>  The reason why im asking these questions is that we need to make 2+
> samba machines aware of the files each of them has locked. Why?
> because we use more than one samba machine as gateway to our main file
> server.

Not possible (or supported).  Sorry.  Would take kernel level
oplocks and oplock aware NFS-server daemon.

But what you are wanting to do (nfs share the 'locks directory'
is not supported).








cheers, jerry
----------------------------------------------------------------------
   /\  Gerald (Jerry) Carter                     Professional Services
 \/    http://www.valinux.com/  VA Linux Systems   gcarter at valinux.com
       http://www.samba.org/       SAMBA Team          jerry at samba.org
       http://www.plainjoe.org/                     jerry at plainjoe.org

       "...a hundred billion castaways looking for a home."
                                - Sting "Message in a Bottle" ( 1979 )

Return-Path: <gcarter at valinux.com>
Delivered-To: samba at lists.samba.org
Received: from Eng.Auburn.EDU (dns.eng.auburn.edu [131.204.10.13]) by
  lists.samba.org (Postfix) with ESMTP id 99C244484 for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 06:30:13 -0700 (PDT)
Received: from localhost (root at ettin.eng.auburn.edu [131.204.12.72]) by
  Eng.Auburn.EDU (8.9.3/8.9.3) with ESMTP id IAA04748; Thu, 7 Jun 2001
  08:28:26 -0500 (CDT)
Date: Thu, 7 Jun 2001 08:31:28 -0500 (CDT)
From: Gerald Carter <gcarter at valinux.com>
X-X-Sender: <gcarter at pogo.plainjoe.org>
To: Eric Boucher <eric_boucher60 at yahoo.com>
Cc: SAMBA <samba at lists.samba.org>
Subject: Re: security problem: anybody access home of anybody
In-Reply-To: <20010606145040.4303.qmail at web9401.mail.yahoo.com>
Message-ID: <Pine.LNX.4.33.0106070829370.19208-100000 at pogo.plainjoe.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Wed, 6 Jun 2001, Eric Boucher wrote:

> Hi everyone,
>
> I have a security problem: I use samba2.2.0 and I have
> one Win2k client. Everybody is accessing the
> samba_server from this single machine (I mean all the
> users). But each time a user connect itself on the
> windows machine, his home directory become accessible
> for everyone. Imagine that a user called "Euler" log
> into the Win2k machine, he can access is home by going
> into the network neighborhood. If he disconnect
> himself and that a user called "Leibniz" log into the
> same Win2k box, he can see both his home directory and
> the one of "Euler". And if "Euler" relog in, he will
> see the home of "Leibniz". And it goes on and on for
> every new user on the system.

Add

	[homes]
		....
		valid user = %S

and a user will only be able to connect to his or her
home diretory

What you are seeing is a combination of Win2k caching
connections and UNIX permissions on home directories
of rwx-r-xr-x





CHeers, jerry
----------------------------------------------------------------------
   /\  Gerald (Jerry) Carter                     Professional Services
 \/    http://www.valinux.com/  VA Linux Systems   gcarter at valinux.com
       http://www.samba.org/       SAMBA Team          jerry at samba.org
       http://www.plainjoe.org/                     jerry at plainjoe.org

       "...a hundred billion castaways looking for a home."
                                - Sting "Message in a Bottle" ( 1979 )

Return-Path: <gcarter at valinux.com>
Delivered-To: samba at samba.org
Received: from Eng.Auburn.EDU (dns.eng.auburn.edu [131.204.10.13]) by
  lists.samba.org (Postfix) with ESMTP id 106C54484 for
  <samba at samba.org>; Thu,  7 Jun 2001 06:31:05 -0700 (PDT)
Received: from localhost (root at ettin.eng.auburn.edu [131.204.12.72]) by
  Eng.Auburn.EDU (8.9.3/8.9.3) with ESMTP id IAA04887 for
  <samba at samba.org>; Thu, 7 Jun 2001 08:29:58 -0500 (CDT)
Date: Thu, 7 Jun 2001 08:33:08 -0500 (CDT)
From: Gerald Carter <gcarter at valinux.com>
X-X-Sender: <gcarter at pogo.plainjoe.org>
To: <samba at samba.org>
Subject: re: hosts allow/deny no working?
Message-ID: <Pine.LNX.4.33.0106070832350.19208-110000 at pogo.plainjoe.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <Pine.LNX.4.33.0106070832351.19208 at pogo.plainjoe.org>
X-Converted-To-Plain-Text: from MULTIPART/Mixed by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Received: from Eng.Auburn.EDU (dns.eng.auburn.edu [131.204.10.13]) by
  lists.samba.org (Postfix) with ESMTP id E6F594CCA; Thu,  7 Jun 2001
  06:12:10 -0700 (PDT)
Received: from localhost (root at ettin.eng.auburn.edu [131.204.12.72]) by
  Eng.Auburn.EDU (8.9.3/8.9.3) with ESMTP id IAA03261; Thu, 7 Jun 2001
  08:11:02 -0500 (CDT)
Date: Thu, 7 Jun 2001 08:14:11 -0500 (CDT)
From: Gerald Carter <gcarter at valinux.com>
X-X-Sender: <gcarter at pogo.plainjoe.org>
To: Ulrich Leodolter <ulrich at lab1.psy.univie.ac.at>
Cc: <samba-ntdom at lists.samba.org>, <smaba at lists.samba.org>
Subject: Re: hosts allow deny not working?
In-Reply-To: <Pine.LNX.4.30.0106071339420.3035-100000 at lab2.brl.univie.ac
  .  at>
Message-ID: <Pine.LNX.4.33.0106070812590.19208-100000 at pogo.plainjoe.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Thu, 7 Jun 2001, Ulrich Leodolter wrote:

> i am not sure, but i think "hosts deny" ist not working.
>
> [global]
> 	...
> 	hosts deny = 0.0.0.0/0.0.0.0	# deny all hosts

Try host deny = ALL

> 	hosts allow = 192.168.1.	# allow local subnet
> 	...
>
> i am running samba 2.2 cvs version 20000601 on a server
> which has two network cards, one for external (internet) and
> one for local net. i dont like to browse external computers
> our samba server, but the above config doesnt work.
> i am able to connect from external, using my user account
> and browse my samba shares.

Also use

	interfaces = ethX	; internal interface name
	bind interfaces only = yes











Cheers, jerry
----------------------------------------------------------------------
   /\  Gerald (Jerry) Carter                     Professional Services
 \/    http://www.valinux.com/  VA Linux Systems   gcarter at valinux.com
       http://www.samba.org/       SAMBA Team          jerry at samba.org
       http://www.plainjoe.org/                     jerry at plainjoe.org

       "...a hundred billion castaways looking for a home."
                                - Sting "Message in a Bottle" ( 1979 )

Return-Path: <m.j.prinsen at mail.com>
Delivered-To: samba at lists.samba.org
Received: from bovendelft.xs4all.nl (bovendelft.xs4all.nl
  [213.84.14.117]) by lists.samba.org (Postfix) with SMTP id 7BFAD4E03
  for <samba at lists.samba.org>; Thu,  7 Jun 2001 06:35:00 -0700 (PDT)
Received: (qmail 29393 invoked by uid 509); 7 Jun 2001 13:34:50 -0000
Received: from m.j.prinsen at mail.com by huisserver.bovendelft.xs4all.nl
  with qmail-scanner-0.96 (uvscan: v4.1.40/v4121. . Clean. Processed in
  3.463661 secs); 07 Jun 2001 13:34:50 -0000
Received: from unknown (HELO michael) (192.168.200.20) by 0 with SMTP; 7
  Jun 2001 13:34:42 -0000
Reply-To: <m.j.prinsen at mail.com>
From: "M.J. Prinsen" <m.j.prinsen at mail.com>
To: <samba at lists.samba.org>, <samba-technical at lists.samba.org>
Subject: Share mounting on w2k fails
Date: Thu, 7 Jun 2001 15:34:36 +0200
Message-ID: <000301c0ef56$98ba8380$14c8a8c0 at michael>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook, Build 10.0.2627
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hello everybody,

I have the following situation. RedHat 7.1 with samba v2.2.0 (rpm
version 20010417)

I am logging in to my domain (DELFT) with 2 win98 clients and 2
windows2000 clients (service pack 2)

When I try to mount a directory on a win98 client to a certain
mountpoint on the linuxserver I am having no troubles.

Jun  7 15:15:38 huisserver mount.smbfs[28955]: [2001/06/07 15:15:38, 0]
client/smbmount.c:send_fs_socket(381) 
Jun  7 15:15:38 huisserver mount.smbfs[28955]:   mount.smbfs: entering
daemon mode for service \\Tom\ftp_tom, pid=28955 

However when I try to mount a directory on a w2k client to a certain
mountpoint I get the following:

Jun  7 14:51:38 huisserver smbd[28444]: [2001/06/07 14:51:38, 0]
rpc_server/srv_netlog.c:api_net_sam_logon(177) 
Jun  7 14:51:38 huisserver smbd[28444]:   api_net_sam_logon: Failed to
marshall NET_R_SAM_LOGON. 
Jun  7 14:51:38 huisserver smbd[28444]: [2001/06/07 14:51:38, 0]
rpc_server/srv_pipe.c:api_rpcTNP(1215) 
Jun  7 14:51:38 huisserver smbd[28444]:   api_rpcTNP: api_netlog_rpc:
NET_SAMLOGON failed. 
Jun  7 14:51:38 huisserver mount.smbfs[28445]: [2001/06/07 14:51:38, 0]
client/smbmount.c:send_fs_socket(381) 
Jun  7 14:51:38 huisserver mount.smbfs[28445]:   mount.smbfs: entering
daemon mode for service \\Willemj\ftp_willemj, pid=28

Both mounts are done with this syntax:

mount -t smbfs -o username=userxxx,password=xxxxxx //Willemj/ftp_willemj
/huis/ftp_on_bovendelft/pub/ftp_willem_jan 


The result of these troubles is that the mount of a w98 client is
preserved untill umounting. The mount of a w2k client however is
automatically umounted  by samba after a certain period (app. Half an
hour or so)
Within that half hour I people can download from this mountpoint. After
that half hour they get an empty dir ::((((
When the w2k client is continuously used the mountpoint is NOT umounted.

I cannot find the sollution to this! Is it a bug?

Michael
http://bovendelft.xs4all.nl 

Return-Path: <gcarter at valinux.com>
Delivered-To: samba at lists.samba.org
Received: from Eng.Auburn.EDU (dns.eng.auburn.edu [131.204.10.13]) by
  lists.samba.org (Postfix) with ESMTP id 212934EF8 for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 06:37:53 -0700 (PDT)
Received: from localhost (root at ettin.eng.auburn.edu [131.204.12.72]) by
  Eng.Auburn.EDU (8.9.3/8.9.3) with ESMTP id IAA05502; Thu, 7 Jun 2001
  08:36:53 -0500 (CDT)
Date: Thu, 7 Jun 2001 08:40:02 -0500 (CDT)
From: Gerald Carter <gcarter at valinux.com>
X-X-Sender: <gcarter at pogo.plainjoe.org>
To: Michael L Torrie <torriem at cs.byu.edu>
Cc: <samba at lists.samba.org>
Subject: Official response to [Re: LDAP status]
In-Reply-To: <Pine.LNX.4.33.0105301609010.16491-100000 at verdi.cs.byu.edu>
Message-ID: <Pine.LNX.4.33.0106070835354.19208-100000 at pogo.plainjoe.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Wed, 30 May 2001, Michael L Torrie wrote:

> What is the status on getting LDAP support for samba passwords and
> information in 2.2.x (CVS)?  This feature is an essential feature that
> we need in order to deploy Samba as a replacement for our Novell
> system.  Is there a todo list on what needs to be done to get LDAP
> running?  I can provide a limited amount of assistance in
> coding/debuggin.  How about a proposed official schema (besides the
> ones from AD)?

It is on my TODO list (with many other things).  Will take
about a month I think of actual implementation (following
the design stages).  I have played around with it some and
thought about it quite a bit.

Right now it is looking like I will revisit it in August(?)
during work on the passdb layer in HEAD.

wrt Samba replacing Novell servers, are you looking for NDS
support?  There is an apache module for authenticating against
NDS.  It is likely that there is a PAM module as well.
See

http://www.mail-archive.com/netware@lists.calderasystems.com/msg00165.html







Cheers, jerry
----------------------------------------------------------------------
   /\  Gerald (Jerry) Carter                     Professional Services
 \/    http://www.valinux.com/  VA Linux Systems   gcarter at valinux.com
       http://www.samba.org/       SAMBA Team          jerry at samba.org
       http://www.plainjoe.org/                     jerry at plainjoe.org

       "...a hundred billion castaways looking for a home."
                                - Sting "Message in a Bottle" ( 1979 )

Return-Path: <gcarter at valinux.com>
Delivered-To: samba at lists.samba.org
Received: from Eng.Auburn.EDU (dns.eng.auburn.edu [131.204.10.13]) by
  lists.samba.org (Postfix) with ESMTP id 775464F96 for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 06:39:03 -0700 (PDT)
Received: from localhost (root at ettin.eng.auburn.edu [131.204.12.72]) by
  Eng.Auburn.EDU (8.9.3/8.9.3) with ESMTP id IAA05698; Thu, 7 Jun 2001
  08:37:53 -0500 (CDT)
Date: Thu, 7 Jun 2001 08:41:03 -0500 (CDT)
From: Gerald Carter <gcarter at valinux.com>
X-X-Sender: <gcarter at pogo.plainjoe.org>
To: Norm Dressler <ndressler at dinmar.com>
Cc: Michael L Torrie <torriem at cs.byu.edu>, <samba at lists.samba.org>
Subject: RE: LDAP status
In-Reply-To: <NEBBKIMKGKLKGAOABJPKOEGOCMAA.ndressler at dinmar.com>
Message-ID: <Pine.LNX.4.33.0106070840130.19208-100000 at pogo.plainjoe.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Thu, 31 May 2001, Norm Dressler wrote:

> I asked essentially the same question and didn't get much of an
> answer.  I wonder why it has been ignored and dropped since it's
> original beta...

It was dropped because it was a first generation draft and
was incorrect in several aspects (like inluding the UNIX
uid in Samba's schema).









cheers, jerry
----------------------------------------------------------------------
   /\  Gerald (Jerry) Carter                     Professional Services
 \/    http://www.valinux.com/  VA Linux Systems   gcarter at valinux.com
       http://www.samba.org/       SAMBA Team          jerry at samba.org
       http://www.plainjoe.org/                     jerry at plainjoe.org

       "...a hundred billion castaways looking for a home."
                                - Sting "Message in a Bottle" ( 1979 )

Return-Path: <gcarter at valinux.com>
Delivered-To: samba at lists.samba.org
Received: from Eng.Auburn.EDU (dns.eng.auburn.edu [131.204.10.13]) by
  lists.samba.org (Postfix) with ESMTP id 683924E74 for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 06:39:57 -0700 (PDT)
Received: from localhost (root at ettin.eng.auburn.edu [131.204.12.72]) by
  Eng.Auburn.EDU (8.9.3/8.9.3) with ESMTP id IAA05746; Thu, 7 Jun 2001
  08:38:53 -0500 (CDT)
Date: Thu, 7 Jun 2001 08:42:03 -0500 (CDT)
From: Gerald Carter <gcarter at valinux.com>
X-X-Sender: <gcarter at pogo.plainjoe.org>
To: Matt Stevenson <matt_stevenson at alum.shu.edu>
Cc: <samba at lists.samba.org>
Subject: Re: LDAP status
In-Reply-To: <01053109181400.06245 at uc.shu.edu>
Message-ID: <Pine.LNX.4.33.0106070841260.19208-100000 at pogo.plainjoe.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Thu, 31 May 2001, Matt Stevenson wrote:

> I have been searching google/deja for discussion about LDAP and Samba
> in general for weeks now, but can't find any good answers, just lots
> of people asking the same questions.
>
> We are planning a major (10,000+ accounts) roll out of Samba to
> replace a Netware system, and LDAP would be a MAJOR help in doing
> this, I'm surprised it's not more of an issue for people.

It is a major piece of functionality that I am concerned with.
Just haven't been able to spend the necessary time on it.



j-
----------------------------------------------------------------------
   /\  Gerald (Jerry) Carter                     Professional Services
 \/    http://www.valinux.com/  VA Linux Systems   gcarter at valinux.com
       http://www.samba.org/       SAMBA Team          jerry at samba.org
       http://www.plainjoe.org/                     jerry at plainjoe.org

       "...a hundred billion castaways looking for a home."
                                - Sting "Message in a Bottle" ( 1979 )

Return-Path: <gcarter at valinux.com>
Delivered-To: samba at lists.samba.org
Received: from Eng.Auburn.EDU (dns.eng.auburn.edu [131.204.10.13]) by
  lists.samba.org (Postfix) with ESMTP id 1126F4F66 for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 06:41:32 -0700 (PDT)
Received: from localhost (root at ettin.eng.auburn.edu [131.204.12.72]) by
  Eng.Auburn.EDU (8.9.3/8.9.3) with ESMTP id IAA05840; Thu, 7 Jun 2001
  08:40:31 -0500 (CDT)
Date: Thu, 7 Jun 2001 08:43:41 -0500 (CDT)
From: Gerald Carter <gcarter at valinux.com>
X-X-Sender: <gcarter at pogo.plainjoe.org>
To: Michael L Torrie <torriem at cs.byu.edu>
Cc: Matt Stevenson <matt_stevenson at alum.shu.edu>,
  <samba at lists.samba.org>
Subject: Re: LDAP status
In-Reply-To: <Pine.LNX.4.33.0105310931530.21957-100000 at verdi.cs.byu.edu>
Message-ID: <Pine.LNX.4.33.0106070842290.19208-100000 at pogo.plainjoe.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Thu, 31 May 2001, Michael L Torrie wrote:

> We're wanting to do this too.  I can make a hack to get samba working
> without LDAP, but since we're using LDAP for Linux authentication
> anyway, it really helps to have all the data in once place!

You will need to store the LanMan/NT password hashes in
the user's entry as well (i'm sure you alreayd realize this...
just stating it for the benefit of the list archives).





cheers, jerry
----------------------------------------------------------------------
   /\  Gerald (Jerry) Carter                     Professional Services
 \/    http://www.valinux.com/  VA Linux Systems   gcarter at valinux.com
       http://www.samba.org/       SAMBA Team          jerry at samba.org
       http://www.plainjoe.org/                     jerry at plainjoe.org

       "...a hundred billion castaways looking for a home."
                                - Sting "Message in a Bottle" ( 1979 )

Return-Path: <orobitai at ca.ibm.com>
Delivered-To: samba at lists.samba.org
Received: from e32.bld.us.ibm.com (e32.co.us.ibm.com [32.97.110.130]) by
  lists.samba.org (Postfix) with ESMTP id 1E2FA5015 for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 06:43:55 -0700 (PDT)
Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com
  [9.99.140.23]) by e32.bld.us.ibm.com (8.9.3/8.9.3) with ESMTP id
  JAA71348 for <samba at lists.samba.org>; Thu, 7 Jun 2001 09:44:49 -0400
From: orobitai at ca.ibm.com
Received: from brmoe1.bromont.ibm.com (brmoesy2.bromont.ibm.com
  [9.54.4.227]) by westrelay02.boulder.ibm.com (8.11.1/NCO v4.96.1.0)
  with ESMTP id f57DgY9225424 for <samba at lists.samba.org>; Thu, 7 Jun
  2001 07:42:34 -0600
Subject: locks+multiple samba gateways, help needed
To: samba at lists.samba.org
X-Mailer: Lotus Notes Release 5.0.5  September 22, 2000
Message-ID: <OF9410BA5D.20BB5BAB-ON85256A64.004A00EF at bromont.ibm.com>
Date: Thu, 7 Jun 2001 09:42:24 -0400
X-MIMETrack: Serialize by Router on brmoe1/Bromont(Release 5.0.6a
  |January 22, 2001) at 06/07/2001 09:42:46 AM
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi all,
I know im  probly starting to sound like a broken record but I've got a
couple of questions concerning samba's locking mechanisms.

First, where does samba store file locks infomation. I tried viewing
files and changes in /usr/local/samba/var/locks directory but the files
there dont seem to tell me explicitly wich files are locked.Locks were
showing up on swat, but no
changes came to files in those directories .

Is locking information supposed to be stored in STATUS..LCK? Because as
files are locked and unlocked, STATUS..LCK doesn't offer much information
on these changes.

Is it possible that files are only locked by a process and that locks
information is stored virtualy?

 The reason why im asking these questions is that I need to make 2+
samba machines aware of the files each of them has locked. Why?
because we use more than one samba machine as gateway to our main file
server.I'd like to know if this is even possible.

By the way were using samba 2.0.9, and will eventualy upgrade to
2.2.0.

Any help or ideas you guy(and gals) could provide would be greatly
apreciated.

Thanks,
Oliver

Return-Path: <lkenny at accuris.ie>
Delivered-To: samba at lists.samba.org
Received: from mail.accuris.ie (mail.accuris.ie [195.7.42.139]) by
  lists.samba.org (Postfix) with ESMTP id C09455040 for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 07:02:02 -0700 (PDT)
Received: from dublin.accuris.ie (unverified) by mail.accuris.ie
  (Content Technologies SMTPRS 4.1.5) with ESMTP id
  <T0a01010353ffd4a0d3 at mail.accuris.ie> for <samba at lists.samba.org>;
  Thu, 7 Jun 2001 15:06:50 +0100
Received: by dublin.accuris.ie with Internet Mail Service (5.5.2650.21)
  id <MMD6S8V8>; Thu, 7 Jun 2001 14:51:10 +0100
Message-ID: <577D56F824BAD411A1230008C728534A780590 at dublin.accuris.ie>
From: "Kenny, Liam" <lkenny at accuris.ie>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: Slow directory browsing between winME and Linux/samba over
  DIALUP link
Date: Thu, 7 Jun 2001 14:51:09 +0100 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain; charset="iso-8859-1"
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi,

Im experiencing slow performance when dialing up a samba/linux server
(28.8kbps) and accessing
samba shares using winME and win2000 as clients.

It takes more than twice as long to browse a directory with winME than when
I use Linux/smbclient
over the same dialup connection. (Its not just a case of GUI vs. command
line)

After capturing a packet trace of the browsing in both cases, I can see that
quite different interactions
are taking place when winME acts as the browsing client as opposed to
smbclient:


winME:
    With winME as the client, the predominant interaction is that the client
sends an 
    SMBtrans2 Request (TRANS2_OPEN) and the samba server responds with an
SMB
    response of size 576 bytes followed by an NBSS continuation packet of
198 bytes.
    This interaction repeats itself about 100 times or so. There were other
interactions
    but these were not so numerous (and each was also in the form of
request/response)
    It looks like the propagation delay generated by the client waiting for
each response
    before sending the next request might be the main cause of the slowness.

smbclient/linux:
    With smbclient as client, the picture is quite different. The main
interaction is that the client sends
    a TRANS2_FIND_FIRST2 request and the server responds with a a
TRANS_FIND_FIRST2 response
    indicating a data size to come of 54K.  The server proceeds to send
continuation messages
    until the whole 54K of response has been transmitted (only pausing for
acks when the TCP transmit 
    window is exhausted). 
    So in this case, really only one significant request/response
interaction took place.
    This would seem to be why it is MUCH faster (propagation delays cut
out).
    (I also noted that the messages sizes of the responses were over 1500
bytes
     which would also help to avoid too many TCP ack interactions and
possible cut out
     more propagation delay)

So my questions are:

-    Does anyone know if there is a way to tune winME to be more efficient
over a dialup link ?
-    Is there a way to make samba force this more efficient dialog for
dialup links ?
-    Any other thoughts ?

If you read this far, thanks for your time and any input you might have,
Liam.

Return-Path: <bcaudle at hotmail.com>
Delivered-To: samba at samba.org
Received: from hotmail.com (f196.law10.hotmail.com [64.4.15.196]) by
  lists.samba.org (Postfix) with ESMTP id 719C445C1 for
  <samba at samba.org>; Thu,  7 Jun 2001 07:04:35 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Thu, 7 Jun 2001 07:04:31 -0700
Received: from 38.37.0.107 by lw10fd.law10.hotmail.msn.com with HTTP;
  Thu, 07 Jun 2001 14:04:31 GMT
X-Originating-IP: [38.37.0.107]
From: "Brandon Caudle" <bcaudle at hotmail.com>
To: samba at samba.org
Subject: Windows 95 Profile Error
Date: Thu, 07 Jun 2001 10:04:31 -0400
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F196tACfE8B9DjCSDAm0000a83a at hotmail.com>
X-OriginalArrivalTime: 07 Jun 2001 14:04:31.0857 (UTC)
  FILETIME=[C6404610:01C0EF5A]
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hello,
     When I tryed to logon to my Windows 95 machine "data" I got this error.

"An error occured while creating a file in
\\server\data\application data"

"Profile error 4: The file cannot be created.  The volume may not support 
long file names."

Here is my smb.conf file(important parts)

[global]
	security = USER
	logon path = \\%L\%U\.profile
        logon drive =
        logon home = \\%L\%U
        domain logons = Yes
	create mask = 0744
        force create mode = 00
        security mask = -1
        force security mode = -1
        directory mask = 0755
        force directory mode = 00
        directory security mask = -1
        force directory security mode = -1
        inherit permissions = No
	case sensitive = No
        preserve case = Yes
        short preserve case = Yes
        mangle case = No
        mangling char = ~
        hide dot files = Yes
        delete veto files = No
        veto files =
        hide files =
        veto oplock files =
        map system = Yes
        map hidden = No
        map archive = Yes
        mangled names = Yes
        mangled map =
        browseable = Yes
        blocking locks = Yes
        fake oplocks = No
        locking = Yes
        oplocks = Yes
        level2 oplocks = No
        oplock contention limit = 2
        strict locking = No
        share modes = Yes
        preexec close = No
        postexec =
        root preexec =
        root preexec close = No
        root postexec =
        available = Yes
        volume =
        fstype = NTFS
        set directory = No
        wide links = Yes
        follow symlinks = Yes
        dont descend =
        magic script =
        magic output =
        delete readonly = No
        dos filetimes = Yes
        dos filetime resolution = No
        fake directory create times = No

[data]
        path = /home/data
        writeable = Yes
        inherit permissions = Yes
        guest ok = Yes

I'm currently running Samba v 2.07 on Redhat 7.0

Thanks

Brandon Caudle
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Return-Path: <franky at nuvision-automation.com>
Delivered-To: samba at lists.samba.org
Received: from mail2.megamailservers.com (mail2.megamailservers.com
  [216.251.36.12]) by lists.samba.org (Postfix) with ESMTP id 5AF734623
  for <samba at lists.samba.org>; Thu,  7 Jun 2001 07:33:41 -0700 (PDT)
Received: from progfb (modemcable034.70-200-24.mtl.mc.videotron.ca
  [24.200.70.34]) by mail2.megamailservers.com (8.11.0/8.9.3) with ESMTP
  id f57EXYZ22980 for <samba at lists.samba.org>; Thu, 7 Jun 2001 10:33:34
  -0400 (EDT) (envelope-from franky at nuvision-automation.com)
Message-ID: <003301c0ef5f$1b9d5040$0501a8c0 at nuvision>
Reply-To: "franky" <franky at nuvision-automation.com>
From: "franky" <franky at nuvision-automation.com>
To: "List-samba-Anglais" <samba at lists.samba.org>
Subject: no access!
Date: Thu, 7 Jun 2001 10:35:31 -0400
Organization: Nuvision
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

When a Windows station is connected via the " network neighborhood " to the
server other stations cannot go any more on the server.
 Windows says that the server is not accessible. But to go on the Windows
stations ( for windows station)not of problem.

All stations its Windows except my server which is linux.

 Did somebody already have this problem?
 Somebody know the solution?
________________________________
Frangois Boucher

franky at nuvision-automation.com

Return-Path: <bcaudle at hotmail.com>
Delivered-To: samba at samba.org
Received: from hotmail.com (f163.law10.hotmail.com [64.4.15.163]) by
  lists.samba.org (Postfix) with ESMTP id 50FC7460A for
  <samba at samba.org>; Thu,  7 Jun 2001 07:50:01 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Thu, 7 Jun 2001 07:49:57 -0700
Received: from 38.37.0.107 by lw10fd.law10.hotmail.msn.com with HTTP;
  Thu, 07 Jun 2001 14:49:57 GMT
X-Originating-IP: [38.37.0.107]
From: "Brandon Caudle" <bcaudle at hotmail.com>
To: samba at samba.org
Subject: Machine Account
Date: Thu, 07 Jun 2001 10:49:57 -0400
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Message-ID: <F163f6Ci6nx8dyDd3OJ0000f805 at hotmail.com>
X-OriginalArrivalTime: 07 Jun 2001 14:49:57.0987 (UTC)
  FILETIME=[1F26B330:01C0EF61]
X-Converted-To-Plain-Text: from text/html by demime 0.98b
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

When I set up Nt 4 it wanted to add a machine account to the domain.  I
tryed to with windows (in nt 4 setup) but it caused a Blue Screen.  What
is the command to do this? Can i do it on the fly? 

I'm running samba v. 2.07 on Redhat 7.0

 

thanks

brandon caudle 

------------------------------------------------------------------------

Get your FREE download of MSN Explorer at http://explorer.msn.com

Return-Path: <bhelms at nicusa.com>
Delivered-To: samba at lists.samba.org
Received: from intranet.nol.org (intranet.stateinfo.com
  [206.222.217.51]) by lists.samba.org (Postfix) with ESMTP id 785684662
  for <samba at lists.samba.org>; Thu,  7 Jun 2001 08:46:37 -0700 (PDT)
Received: from powder ([208.132.61.3]) by intranet.nol.org (8.9.3/8.9.3)
  with SMTP id KAA28099 for <samba at lists.samba.org>; Thu, 7 Jun 2001
  10:46:24 -0500
Content-Type: text/plain; charset="iso-8859-1"
From: "Benny D. Helms" <bhelms at nicusa.com>
Reply-To: bhelms at nicusa.com
To: samba at lists.samba.org
Subject: 10000 files and semaphore timeouts
Date: Thu, 7 Jun 2001 09:45:35 -0600
X-Mailer: KMail [version 1.2]
MIME-Version: 1.0
Message-Id: <01060709453500.04316 at powder>
Content-Transfer-Encoding: 7bit
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I researched this question before asking the mailing list, but while I find 
the question in several places, I never see an answer attached to it.

I have users on Win2K.  I set up Samba on Mandrake 8.0 yesterday, sharing 
basically only the home folders.  This morning, my primary user of this 
arrangement attempted to map his drive (which worked just fine yesterday) and 
received the following error:

"the semaphore timeout period has expired"

and in the log.smb file, the following message occurs:
requested 10000 open files, 1014 are available.

The user simply COULD NOT map the drive.  I had the user reboot their 
computer.  Nada.  Then, as an experiment, we went into his network 
neighborhood and see whether the server was accessible from that direction. . 
 No problem.  Total access.  THEN we went and tried to map the drive again, 
and it worked instantly.  What do these messages mean, and how can I fix them?

Thanks,

Benny D. Helms
Unix SysAdmin
bhelms at nicusa.com

Return-Path: <torriem at cs.byu.edu>
Delivered-To: samba at lists.samba.org
Received: from mail.cs.byu.edu (mail.cs.byu.edu [128.187.2.20]) by
  lists.samba.org (Postfix) with ESMTP id D8E2A43FE for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 09:20:12 -0700 (PDT)
Received: from verdi.cs.byu.edu (IDENT:torriem at verdi.cs.byu.edu
  [128.187.101.86]) by mail.cs.byu.edu (8.11.0/8.11.0) with ESMTP id
  f57GK8P17779 for <samba at lists.samba.org>; Thu, 7 Jun 2001 10:20:08
  -0600
Date: Thu, 7 Jun 2001 10:20:08 -0600 (MDT)
From: Michael L Torrie <torriem at cs.byu.edu>
To: <samba at lists.samba.org>
Subject: Re: Official response to [Re: LDAP status]
In-Reply-To: <Pine.LNX.4.33.0106070835354.19208-100000 at pogo.plainjoe.org
  >
Message-ID: <Pine.LNX.4.33.0106071016290.22503-100000 at verdi.cs.byu.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Thu, 7 Jun 2001, Gerald Carter wrote:

> It is on my TODO list (with many other things).  Will take
> about a month I think of actual implementation (following
> the design stages).  I have played around with it some and
> thought about it quite a bit.
>
> Right now it is looking like I will revisit it in August(?)
> during work on the passdb layer in HEAD.
>
> wrt Samba replacing Novell servers, are you looking for NDS
> support?  There is an apache module for authenticating against
> NDS.  It is likely that there is a PAM module as well.
> See
>
> http://www.mail-archive.com/netware@lists.calderasystems.com/msg00165.html

Good to hear that work is progressing.  We are actually looking to replace
Novell and NDS with an LDAP/samba solution.  This will provide an
integrated login for both our win2k and linux machines, and a unified file
system as well (common home directory), something our users have been
wanting for a long time.  I know that Novell can be made to serve Linux,
but I really dislike Novell (have had problems with speed too).  We're
hoping for a completely Linux-based solution that will be economical and
reliable.  I am anxiously awaiting Samba 3.0.  In the short term, I'll
probably go with a dual-head samba/samba-tng solution for LDAP support, if
I can just figure out how to get the schemas to all play together.  (Just
got to make sense of the terrible documentation on the subject.)

cheers,
Michael


>
>
>
>
>
>
>
> Cheers, jerry
> ----------------------------------------------------------------------
>    /\  Gerald (Jerry) Carter                     Professional Services
>  \/    http://www.valinux.com/  VA Linux Systems   gcarter at valinux.com
>        http://www.samba.org/       SAMBA Team          jerry at samba.org
>        http://www.plainjoe.org/                     jerry at plainjoe.org
>
>        "...a hundred billion castaways looking for a home."
>                                 - Sting "Message in a Bottle" ( 1979 )
>

Return-Path: <kalele at veritas.com>
Delivered-To: samba at samba.org
Received: from bacchus-int.veritas.com (bacchus.veritas.com
  [204.177.156.37]) by lists.samba.org (Postfix) with ESMTP id 1C5EE4250
  for <samba at samba.org>; Thu,  7 Jun 2001 09:32:56 -0700 (PDT)
Received: from megami.veritas.com (urd.veritas.com [192.203.47.101]) by
  bacchus-int.veritas.com (8.11.2/8.11.2) with SMTP id f57GWet18771;
  Thu, 7 Jun 2001 09:32:52 -0700 (PDT)
Received: from ucksher(ucksher.veritas.com[10.129.65.168]) (4718 bytes)
  by megami.veritas.com via sendmail with P:smtp/R:smart_host/T:smtp
  (sender: <kalele at veritas.com>)  id
  <m1582i8-0001xsC at megami.veritas.com> for <samba at samba.org>; Thu, 7 Jun
  2001 09:32:40 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #4 built
  1999-Aug-24)
Message-ID: <001b01c0ef6f$c1760740$a841810a at fserv2000.net>
From: "Shirish Kalele" <kalele at veritas.com>
To: "Adrie Kooijman" <a.kooijman at io.tudelft.nl>
Cc: <samba at samba.org>
References: <3B1F8748.142B4305 at io.tudelft.nl>
Subject: Re: Can't get dfs to work.]
Date: Thu, 7 Jun 2001 09:34:43 -0700
Organization: Veritas Software Corporation
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I'm not on the samba mailing list, but I check it periodically..Keep sending
your mail to the list as well as this email address.

Well, you seem to be doing things right. A client reboot might help, since
sometimes a client caches information about a share being a dfs root or not.
If that doesn't do it, could you send me a snoop (or tcpdump) trace between
the client and the servers, as well as a level 10 samba log. Both should
show you connecting to \\server1\dfs, then trying to access
\\server1\dfs\tst. Please remove any older logs, so I can get to the entries
that matter quickly.

Thanks,
Shirish


 Adrie Kooijman wrote:
>
> Apologies for forwarding this message to your personal email
> but since you did respond to my initial question I guess you might
> be able to help me further. I sent this to the samba list but there
> were no replies. Can you help me a bit further please ?
>
> Thank you,
>
> Adrie Kooijman.
>
> > Shirish Kalele wrote:
> >
> > > Hi,
> > >
> > > First, this is a question for the samba mailing list, not the
> > > samba-technical list. So, I'm moving it there.
> >
> > Thanks.
> >
> > > Did you compile samba --with-msdfs?
> >
> > Yes.
> >
> > >
> > > Your description is inconsistent. You mention \\system1\dfs and
> > > \\system1\pblc both of which are invalid shares. From your
description, I
> > > understand \\icadfs\dfs is your dfs root and \\system1\public and
> > > \\system1\test are your dfs linked shares.
> >
> > Yes. icadfs is a netbios alias I created for this purpose.
> > system1 is sharing some public (within the workgroup) files as one
share,
> > and another (test) for testing purposes.
> >
> > The samba server is on server1
> >
> > >
> > >
> > > Can you access \\system1\public and \\system1\test directly without
going
> > > through \\icadfs\dfs?
> >
> > Yes.
> >
> > >
> > > Is your username and password the same when accessing \\icadfs and
> > > \\system1?
> >
> > Yes.
> >
> > In the network neighbouhood I see all of
> > server1 (the name of the samba server)
> > system1 (the system that holds the actual shares) and
> > icadfs (the netbios alias for server1)
> >
> > I can access (files in) \\system1\Public and \\system1\test
> >
> > If I open \\server1\ I see a folder dfs (and smbdoc),
> > if I try to request properties from dfs I get:
> > 'The properties for this item are not available'
> > (I can open the smbdoc properties, smbdoc is a normal share
> > pointing to samba's documentation directorue on the server)
> >
> > If I open the \\server1\dfs share, I see folders pblc and tst.
> > If I try to open (for example) tst I get:
> > '\\server1\dfs\tst is not accessible, the folder was moved or removed'
> >
> > If I open  \\icadfs\ I also see dfs and smbdoc again.
> > I can ask properties for both shares.
> > In \\icadfs\dfs I see pblc and tst again and if I open one of them,
> > I get an empty folder :(
> >
> > I hope my description is more clear now, and that you, or anyone
> > can point me in the right direction to get dfs going.
> >
> > > > part of smb.conf:
> > > >
> > > > [global]
> > > >         workgroup = ica
> > > >         netbios aliases = icadfs
> > > >         host msdfs = yes
> > > >
> > > > [dfs]
> > > >         comment = Experimental dfs share
> > > >         path = /export/dfsroot
> > > >         msdfs root = yes
> > > >         guest ok = no
> > > >         browsable = yes
> > > >
> > > > ls -l on /export/dfsroot on server1:
> > > >
> > > > lrwxr-xr-x    1 root     sys           20 May 28 13:12 pblc ->
> > > msdfs:system1\public
> > > > lrwxr-xr-x    1 root     sys           18 May 28 13:21 tst ->
> > > msdfs:system1\test
> > > >
> > > > The server is sgi, irix 6.2
> > > > the client(s) are NT  4.0 sp6
> > > >
> > > > What do I do wrong, and if not, what is wrong ?
> > > >
> >
> > --
> > Adrie Kooijman
> > --
> > To unsubscribe from this list go to the following URL and read the
> > instructions:  http://lists.samba.org/mailman/listinfo/samba
>
>
>

Return-Path: <mekilroy at risingedge.com>
Delivered-To: samba at lists.samba.org
Received: from mailhost.digitalselect.net (unknown [209.225.164.170]) by
  lists.samba.org (Postfix) with ESMTP id 2876F50A9 for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 09:55:58 -0700 (PDT)
Received: from wizzard.rising-edge (risingedge.com [216.181.63.36]) by
  mailhost.digitalselect.net (8.11.1/8.11.1) with SMTP id f57Gv7S37343
  for <samba at lists.samba.org>; Thu, 7 Jun 2001 12:57:07 -0400 (EDT)
Received: from diamondback (unverified [192.168.0.26]) by
  wizzard.rising-edge (EMWAC SMTPRS 0.83) with SMTP id
  <B0000080444 at wizzard.rising-edge>; Thu, 07 Jun 2001 12:55:39 -0400
Message-ID: <001101c0ef72$ad462720$1a00a8c0 at diamondback>
From: "M. Kilroy" <mekilroy at risingedge.com>
To: <samba at lists.samba.org>
Subject: winbind, nss
Date: Thu, 7 Jun 2001 12:55:37 -0400
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Antirelay: Good relay from local net2 192.168.0.0/24
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Below is my nsswitch.conf file and my smb.conf file....

I tried the ./winbindd -d 3 -i and got:
added interface ip=192.168.0.240 (my eth device)
added interface ip=192.168.0.100 (my other eth device)
winbind uid parameter missing

Then I tried ./wbinfo -u and got "Error looking up domain users"

Anyone know why I can only connect to the linux box as a guest?

THANKS!!!
~Mary

#
# /etc/nsswitch.conf
#
# An example Name Service Switch config file. This file should be
# sorted with the most-used services at the beginning.
#
# The entry '[NOTFOUND=return]' means that the search for an
# entry should stop if the search in the previous entry turned
# up nothing. Note that if the search failed due to some other reason
# (like no NIS server responding) then the search continues with the
# next entry.
#
# Legal entries are:
#
# nisplus or nis+ Use NIS+ (NIS version 3)
# nis or yp Use NIS (NIS version 2), also called YP
# dns Use DNS (Domain Name Service)
# files Use the local files
# db Use the local database (.db) files
# compat Use NIS on compat mode
# hesiod Use Hesiod for user lookups
# [NOTFOUND=return] Stop searching if not found so far
#



passwd:     files winbind
shadow:     files winbind
group:      files winbind

hosts:      files nisplus dns wins

# Example - obey only what nisplus tells us...
#services:   nisplus [NOTFOUND=return] files
#networks:   nisplus [NOTFOUND=return] files
#protocols:  nisplus [NOTFOUND=return] files
#rpc:        nisplus [NOTFOUND=return] files
#ethers:     nisplus [NOTFOUND=return] files
#netmasks:   nisplus [NOTFOUND=return] files

bootparams: nisplus [NOTFOUND=return] files

ethers:     nis files dns
netmasks:   files dns
networks:   nis files dns
protocols:  nis files dns nisplus
rpc:        nis files dns
services:   nis files dns nisplus

netgroup:   files dns nisplus

publickey:  dns nisplus

automount:  files dns nisplus
aliases:    files dns nisplus



#======================= Global Settings
=====================================
[global]

#winbind separator = +
#winbind cache time = 10
#template shell = /bin/bash
#template homedir = /home/%D/%U
winbind uid = 10000 - 20000
#winbind gid = 10000 - 20000

workgroup = RISINGEDGE

server string = Samba Server

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
;   hosts allow = 192.168.1. 192.168.2. 127.

   printcap name = /etc/printcap
   load printers = yes

   printing = lprng

# this tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/%m.log


   max log size = 0

   security = domain
   password server = NAUTILUS ORPHEUS

# Password Level allows matching of _n_ characters of the password for
# all combinations of upper and lower case.
;  password level = 8
;  username level = 8

  encrypt passwords = yes
  smb passwd file = /etc/samba/smbpasswd

  add user script=/usr/local/samba/bin/add_user%u

  #dns proxy = yes


# The following is needed to keep smbclient from spouting spurious errors
# when Samba is built with support for SSL.
;   ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt

# The following are needed to allow password changing from Windows to
# update the Linux sytsem password also.
# NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
# NOTE2: You do NOT need these to allow workstations to change only
#        the encrypted SMB passwords. They allow the Unix password
#        to be kept in sync with the SMB password.
;  unix password sync = Yes
;  passwd program = /usr/bin/passwd %u
;  passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*

# Unix users can map to different SMB User names
;  username map = /etc/samba/smbusers

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /etc/samba/smb.conf.%m

# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
;   interfaces = 192.168.12.2/24 192.168.13.2/24

# Configure remote browse list synchronisation here
#  request announcement to, or browse list sync from:
# a specific host or from / to a whole subnet (see below)
;   remote browse sync = 192.168.3.25 192.168.5.255
# Cause this host to announce itself to local subnets here
;   remote announce = 192.168.1.255 192.168.2.44

# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
;   local master = no

# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
;   os level = 33

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
;   domain master = yes

# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
;   preferred master = yes


# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat

# All NetBIOS names must be resolved to IP Addresses
# 'Name Resolve Order' allows the named resolution mechanism to be specified
# the default order is "host lmhosts wins bcast". "host" means use the unix
# system gethostbyname() function call that will use either /etc/hosts OR
# DNS or NIS depending on the settings of /etc/host.config,
/etc/nsswitch.conf
# and the /etc/resolv.conf file. "host" therefore is system configuration
# dependant. This parameter is most often of use to prevent DNS lookups
# in order to resolve NetBIOS names to IP Addresses. Use with care!
# The example below excludes use of name resolution for machines that are
NOT
# on the local network segment
# - OR - are not deliberately to be known via lmhosts or via WINS.
name resolve order = lmhosts host wins bcast

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS
Server
   wins support = yes

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one WINS Server on the network. The default is NO.
;   wins proxy = yes

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
# this has been changed in version 1.9.18 to no.
   dns proxy = no

# Case Preservation can be handy - system default is _no_
# NOTE: These can be set on a per share basis
;  preserve case = no
;  short preserve case = no
# Default case is normally upper case for all DOS files
;  default case = lower
# Be very careful with case sensitivity - it can break things!
;  case sensitive = no

#============================ Share Definitions
==============================
[homes]
invalid users = nobody

   comment = Home Directories
   browseable = yes
   writable = yes
   guest ok = no
   valid user =%S


# Un-comment the following and create the netlogon directory for Domain
Logons
# [netlogon]
#   comment = Network Logon Service
#   path = /home/%u
#   guest ok = no
#   writable = yes
#   share modes = no


# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
;    path = /home/profiles
;    browseable = no
;    guest ok = yes


# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
# Set public = yes to allow user 'guest account' to print
   guest ok = no
   printable = yes

# This one is useful for people to share files
;[tmp]
;   comment = Temporary file space
;   path = /tmp
;   read only = no
;   public = yes

# A publicly accessible directory, but read only, except for people in
# the "staff" group
;[public]
;   comment = Public Stuff
;   path = /home/samba
;   public = yes
;   writable = yes
;   printable = no
;   write list = @staff

# Other examples.
#
# A private printer, usable only by fred. Spool data will be placed in
fred's
# home directory. Note that fred must have write access to the spool
directory,
# wherever it is.
;[fredsprn]
;   comment = Fred's Printer
;   valid users = fred
;   path = /homes/fred
;   printer = freds_printer
;   public = no
;   printable = yes

# A private directory, usable only by fred. Note that fred requires write
# access to the directory.
;[fredsdir]
;   comment = Fred's Service
;   path = /usr/somewhere/private
;   valid users = fred
;   public = no
;   writable = yes
;   printable = no

# a service which has a different directory for each machine that connects
# this allows you to tailor configurations to incoming machines. You could
# also use the %u option to tailor it by user name.
# The %m gets replaced with the machine name that is connecting.
;[pchome]
;  comment = PC Directories
;  path = /usr/pc/%m
;  public = no
;  writable = yes

# A publicly accessible directory, read/write to all users. Note that all
files
# created in the directory by users will be owned by the default user, so
# any user with access can delete any other user's files. Obviously this
# directory must be writable by the default user. Another user could of
course
# be specified, in which case all files would be owned by that user instead.
;[public]
;   path = /usr/somewhere/else/public
;   public = yes
;   only guest = yes
;   writable = yes
;   printable = no

# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In
this
# setup, the directory should be writable by both users and should have the
# sticky bit set on it to prevent abuse. Obviously this could be extended to
# as many users as required.
;[myshare]
;   comment = Mary's and Fred's stuff
;   path = /usr/somewhere/shared
;   valid users = mary fred
;   public = no
;   writable = yes
;   printable = no
;   create mask = 0765

Return-Path: <oliver at samera.com.py>
Delivered-To: samba at samba.org
Received: from Polaris.Pla.net.PY (polaris.pla.net.py [216.250.196.10])
  by lists.samba.org (Postfix) with ESMTP id 477425093 for
  <samba at samba.org>; Thu,  7 Jun 2001 10:02:51 -0700 (PDT)
Received: (from uucp at localhost) by Polaris.Pla.net.PY (8.11.2/8.11.2)
  with UUCP id f5794rk07192; Thu, 7 Jun 2001 13:04:53 +0400
Received: from samera.com.py (sojourner.samera.com [192.168.1.1]) by
  samera.com (8.9.3/8.9.3) with ESMTP id NAA08893; Thu, 7 Jun 2001
  13:01:42 -0400
Message-ID: <3B1FB369.3050409 at samera.com.py>
Date: Thu, 07 Jun 2001 13:01:29 -0400
From: "Oliver Schulze L." <oliver at samera.com.py>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9)
  Gecko/20010505
X-Accept-Language: en
MIME-Version: 1.0
To: Brandon Caudle <bcaudle at hotmail.com>
Cc: samba at samba.org
Subject: Re: Windows 95 Profile Error
References: <F196tACfE8B9DjCSDAm0000a83a at hotmail.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

And also the [home] share enabled.

Do you have the [home] enabled?
Does the \\%L\%U  path is accecible via Windows Explorer?

Oliver


Brandon Caudle wrote:

> Hello,
>     When I tryed to logon to my Windows 95 machine "data" I got this 
> error.
>
> "An error occured while creating a file in
> \\server\data\application data"
>
> "Profile error 4: The file cannot be created.  The volume may not 
> support long file names."
>
> Here is my smb.conf file(important parts)
>
> [global]
>     security = USER
>     logon path = \\%L\%U\.profile
>        logon drive =
>        logon home = \\%L\%U
>        domain logons = Yes
>     create mask = 0744
>        force create mode = 00
>        security mask = -1
>        force security mode = -1
>        directory mask = 0755
>        force directory mode = 00
>        directory security mask = -1
>        force directory security mode = -1
>        inherit permissions = No
>     case sensitive = No
>        preserve case = Yes
>        short preserve case = Yes
>        mangle case = No
>        mangling char = ~
>        hide dot files = Yes
>        delete veto files = No
>        veto files =
>        hide files =
>        veto oplock files =
>        map system = Yes
>        map hidden = No
>        map archive = Yes
>        mangled names = Yes
>        mangled map =
>        browseable = Yes
>        blocking locks = Yes
>        fake oplocks = No
>        locking = Yes
>        oplocks = Yes
>        level2 oplocks = No
>        oplock contention limit = 2
>        strict locking = No
>        share modes = Yes
>        preexec close = No
>        postexec =
>        root preexec =
>        root preexec close = No
>        root postexec =
>        available = Yes
>        volume =
>        fstype = NTFS
>        set directory = No
>        wide links = Yes
>        follow symlinks = Yes
>        dont descend =
>        magic script =
>        magic output =
>        delete readonly = No
>        dos filetimes = Yes
>        dos filetime resolution = No
>        fake directory create times = No
>
> [data]
>        path = /home/data
>        writeable = Yes
>        inherit permissions = Yes
>        guest ok = Yes
>
> I'm currently running Samba v 2.07 on Redhat 7.0
>
> Thanks
>
> Brandon Caudle
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com


-- 
Oliver Schulze L.
oliver at samera.com.py
Asuncion-Paraguay

Return-Path: <bnies at hsr.ch>
Delivered-To: samba at lists.samba.org
Received: from hsr.ch (pollux.hsr.ch [152.96.36.20]) by lists.samba.org
  (Postfix) with ESMTP id CB38B4418 for <samba at lists.samba.org>; Thu,  7
  Jun 2001 11:17:53 -0700 (PDT)
Received: from [152.96.129.27] (HELO hsr.ch) by hsr.ch (CommuniGate Pro
  SMTP 3.4.2) with ESMTP id 2534918 for samba at lists.samba.org; Thu, 07
  Jun 2001 20:17:35 +0200
Message-ID: <3B1FC53F.F293BEB at hsr.ch>
Date: Thu, 07 Jun 2001 20:17:35 +0200
From: Bernd Nies <bnies at hsr.ch>
Organization: HSR - Hochschule fuer Technik Rapperswil
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.17-14 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: SAMBA Mailinglist <samba at lists.samba.org>
Subject: preexec/postexec in Samba 2.0.7
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi,

We just upgraded from Samba 2.0.6 to 2.0.7.
Actually it's the HP CIFS/9000

  CIFS-Development      A.01.05        CIFS/9000 server source code files 
  CIFS-Server           A.01.05        CIFS/9000 (Samba) File and Print Services 

Now the preexec and postexec commands do not work. The configuration
file remained untouched. Example:

[homes]
        comment = Home Directory
	read only = No
	preexec = /root/admin/bin/ntnetscape; echo "`date '+%b %e %X'` %u CONNECTED to %S from %m (%I)" >> /var/opt/samba/SAMBA-login.log
	postexec = echo "`date '+%b %e %X'` %u DISCONNECTED to %S from %m (%I)" >> /var/opt/samba/SAMBA-login.log

Any ideas?

Regards,
Bernd


-- 
 _  _ ___ ___  
| || / __| _ \ Bernd Nies, System Engineer
| __ \__ \   / HSR Hochschule, Oberseestr.10, CH-8640 Rapperswil
|_||_|___/_|_\ +41-55-2224984, http://www.id.hsr.ch/ bnies at hsr.ch

Return-Path: <fmaresca at monssa.com.ar>
Delivered-To: samba at lists.samba.org
Received: from amadeus.monssa.com.ar (unknown [200.43.69.210]) by
  lists.samba.org (Postfix) with ESMTP id 7A3484418 for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 11:17:58 -0700 (PDT)
Received: from pc121 (pc121.monssa.com.ar [192.168.1.121]) by
  amadeus.monssa.com.ar (8.9.3/8.8.7) with ESMTP id FAA18720 for
  <samba at lists.samba.org>; Thu, 7 Jun 2001 05:00:43 -0400
From: fmaresca at monssa.com.ar
To: samba at lists.samba.org
Date: Thu, 7 Jun 2001 15:07:27 -0300
MIME-Version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 7bit
Subject: Passwd change via SWAT (off topic?)
Message-ID: <3B1F98AF.17494.EFD28A at localhost>
Priority: normal
X-mailer: Pegasus Mail for Win32 (v3.12c)
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi!
I have got 2 hosts running samba. One is over a RH6.2 and it
works fine; the second machine is running samba over Debian
Potato and it was installed to replaces the other (old) machine.
The problem is that once samba is all configured and runs ok in
this new amchine, attempts to login in swat as an non-root user
fails.
this never was happens in the old machine, and users in the
network was able to change their passwd using swat. This problem
is relative to samba, swat or debian? Any ideas?
If is not the correct place to post this question, somebody knows
where swat have a mailing list?
Thank you.
Fernando
Fernando M. Maresca
Monitoring Station S.A.
48 n0 812 La Plata - BA - ARG
Tel/Fax: (54) 221 425 3355

Return-Path: <mekilroy at risingedge.com>
Delivered-To: samba at lists.samba.org
Received: from mailhost.digitalselect.net (unknown [209.225.164.170]) by
  lists.samba.org (Postfix) with ESMTP id 213C5513A; Thu,  7 Jun 2001
  12:39:46 -0700 (PDT)
Received: from wizzard.rising-edge (risingedge.com [216.181.63.36]) by
  mailhost.digitalselect.net (8.11.1/8.11.1) with SMTP id f57JetS48969;
  Thu, 7 Jun 2001 15:40:55 -0400 (EDT)
Received: from diamondback (unverified [192.168.0.26]) by
  wizzard.rising-edge (EMWAC SMTPRS 0.83) with SMTP id
  <B0000080504 at wizzard.rising-edge>; Thu, 07 Jun 2001 15:39:30 -0400
Message-ID: <00b801c0ef89$913065c0$1a00a8c0 at diamondback>
From: "M. Kilroy" <mekilroy at risingedge.com>
To: <samba at lists.samba.org>, <samba-ntdom at lists.samba.org>
Subject: NSS and Winbind probs still
Date: Thu, 7 Jun 2001 15:39:29 -0400
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-Antirelay: Good relay from local net2 192.168.0.0/24
X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Sorry for the long list of config files....  thanks for the comments so far...
unfortunately nothing has worked YET.

I cannot connect to the linux box from my NT machine. I am trying to use
winbind to authenticate users via an NT PDC so that anyone in this domain can
log on to the Linux box. It is not authenticating and is automatically logging
me in as a guest account. Here are some errors and print outs of config
files.

I tried the ./winbindd -d 3 -i and got:
added interface ip=192.168.0.240 (my eth device)
added interface ip=192.168.0.100 (my other eth device)
winbind uid parameter missing

Then I tried ./wbinfo -u and got "Error looking up domain users"

Also, all the the entires for winbind that the winbind man says to put in the
smb.conf file return errors.

It does not look to me like winbind is running correctly and/or it is not
connecting to the PDC correctly.

Here is some background info:
Hostname: LINUXSERV IP 192.168.0.240
Domain: RISINGEDGE
PDC: NAUTILUS IP 192.168.0.6

smbclient -L LINUXSERV returns the following:
Sharename Type Comment
IPC$ IPC IPC Service (Samba Server)
root Disk Home Directories

Server Comment
LINUXSERV Samba Server
NAUTILUS

Workgroup Master
RISINGEDGE NAUTILUS


/pam.d/login
#%PAM-1.0
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
auth required /lib/security/pam_unix.so nulok
auth sufficient /lib/security/pam_winbind.so
#account required /lib/security/pam_unix.so
#account required /lib/security/pam_stack.so service=system-auth
account required /lib/security/pam_winbind.so
password required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_stack.so service=system-auth
session optional /lib/security/pam_console.so

/pam.d/other
#%PAM-1.0
auth required /lib/security/pam_unix.so
auth required /lib/security/pam_warn.so
account required /lib/security/pam_unix.so
account required /lib/security/pam_warn.so
password required /lib/security/pam_deny.so
password required /lib/security/pam_warn.so
session required /lib/security/pam_unix.so
session required /lib/security/pam_warn.so

/pam.d/passwd
#%PAM-1.0
#auth required /lib/security/pam_stack.so service=system-auth
#account required /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_winbind.so
account required /lib/security/pam_winbind.so
password required /lib/security/pam_stack.so service=system-auth


/pam.d/samba
#auth required /lib/security/pam_stack.so service=system-auth
#account required /lib/security/pam_stack.so service=system-auth

auth required /lib/security/pam_winbind.so
account required /lib/security/pam_winbind.so


/etc/resolv.conf
search RISINGEDGE
nameserver 216.181.1.2
nameserver 216.181.2.2
nameserver 192.168.0.6


/etc/nsswitch.conf
passwd: files winbind
shadow: files winbind
group: files winbind

hosts: files nisplus dns wins

bootparams: nisplus [NOTFOUND=return] files

ethers: nis files dns
netmasks: files dns
networks: nis files dns
protocols: nis files dns nisplus
rpc: nis files dns
services: nis files dns nisplus

netgroup: files dns nisplus

publickey: dns nisplus

automount: files dns nisplus
aliases: files dns nisplus


/etc/samba/lmhosts

127.0.0.1 localhost
192.168.0.6 NAUTILUS


/etc/samba/smb.conf (long)
#======================= Global Settings
=====================================
[global]

#winbind separator = +
#winbind cache time = 10
#template shell = /bin/bash
#template homedir = /home/%D/%U
winbind uid = 10000 - 20000
#winbind gid = 10000 - 20000

workgroup = RISINGEDGE

server string = Samba Server

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
; hosts allow = 192.168.1. 192.168.2. 127.

printcap name = /etc/printcap
load printers = yes

printing = lprng

# this tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/%m.log


max log size = 0

security = domain
password server = NAUTILUS ORPHEUS

# Password Level allows matching of _n_ characters of the password for
# all combinations of upper and lower case.
; password level = 8
; username level = 8

encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd

add user script=/usr/local/samba/bin/add_user%u

#dns proxy = yes


# The following is needed to keep smbclient from spouting spurious errors
# when Samba is built with support for SSL.
; ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt

# The following are needed to allow password changing from Windows to
# update the Linux sytsem password also.
# NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
# NOTE2: You do NOT need these to allow workstations to change only
# the encrypted SMB passwords. They allow the Unix password
# to be kept in sync with the SMB password.
; unix password sync = Yes
; passwd program = /usr/bin/passwd %u
; passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*

# Unix users can map to different SMB User names
; username map = /etc/samba/smbusers

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
; include = /etc/samba/smb.conf.%m

# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
; interfaces = 192.168.12.2/24 192.168.13.2/24

# Configure remote browse list synchronisation here
# request announcement to, or browse list sync from:
# a specific host or from / to a whole subnet (see below)
; remote browse sync = 192.168.3.25 192.168.5.255
# Cause this host to announce itself to local subnets here
; remote announce = 192.168.1.255 192.168.2.44
1
# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
; local master = no

# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
; os level = 33

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
; domain master = yes

# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
; preferred master = yes


# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
; logon script = %m.bat
# run a specific logon batch file per username
; logon script = %U.bat

name resolve order = lmhosts host wins bcast

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
# wins support = yes

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
# wins server = 192.168.0.6

# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one WINS Server on the network. The default is NO.
# wins proxy = yes

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
# this has been changed in version 1.9.18 to no.
dns proxy = yes

# Case Preservation can be handy - system default is _no_
# NOTE: These can be set on a per share basis
; preserve case = no
; short preserve case = no
# Default case is normally upper case for all DOS files
; default case = lower
# Be very careful with case sensitivity - it can break things!
; case sensitive = no

#============================ Share Definitions
==============================
[homes]
invalid users = nobody

comment = Home Directories
browseable = yes
writable = yes
guest ok = no
valid user =%S


# Un-comment the following and create the netlogon directory for Domain
Logons
# [netlogon]
# comment = Network Logon Service
# path = /home/%u
# guest ok = no
# writable = yes
# share modes = no


# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
; path = /home/profiles
; browseable = no
; guest ok = yes


# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
printable = yes

# This one is useful for people to share files
;[tmp]
; comment = Temporary file space
; path = /tmp
; read only = no
; public = yes

# A publicly accessible directory, but read only, except for people in
# the "staff" group
;[public]
; comment = Public Stuff
; path = /home/samba
; public = yes
; writable = yes
; printable = no
; write list = @staff

# Other examples.
#
# A private printer, usable only by fred. Spool data will be placed in fred's
# home directory. Note that fred must have write access to the spool
directory,
# wherever it is.
;[fredsprn]
; comment = Fred's Printer
; valid users = fred
; path = /homes/fred
; printer = freds_printer
; public = no
; printable = yes

# A private directory, usable only by fred. Note that fred requires write
# access to the directory.
;[fredsdir]
; comment = Fred's Service
; path = /usr/somewhere/private
; valid users = fred
; public = no
; writable = yes
; printable = no

# a service which has a different directory for each machine that connects
# this allows you to tailor configurations to incoming machines. You could
# also use the %u option to tailor it by user name.
# The %m gets replaced with the machine name that is connecting.
;[pchome]
; comment = PC Directories
; path = /usr/pc/%m
; public = no
; writable = yes

# A publicly accessible directory, read/write to all users. Note that all
files
# created in the directory by users will be owned by the default user, so
# any user with access can delete any other user's files. Obviously this
# directory must be writable by the default user. Another user could of
course
# be specified, in which case all files would be owned by that user instead.
;[public]
; path = /usr/somewhere/else/public
; public = yes
; only guest = yes
; writable = yes
; printable = no

# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In
this
# setup, the directory should be writable by both users and should have the
# sticky bit set on it to prevent abuse. Obviously this could be extended to
# as many users as required.
;[myshare]
; comment = Mary's and Fred's stuff
; path = /usr/somewhere/shared
; valid users = mary fred
; public = no
; writable = yes
; printable = no
; create mask = 0765

Return-Path: <eric_boucher60 at yahoo.com>
Delivered-To: samba at lists.samba.org
Received: from web9405.mail.yahoo.com (web9405.mail.yahoo.com
  [216.136.129.111]) by lists.samba.org (Postfix) with SMTP id 34ABA4AAE
  for <samba at lists.samba.org>; Thu,  7 Jun 2001 13:16:31 -0700 (PDT)
Message-ID: <20010607201627.91372.qmail at web9405.mail.yahoo.com>
Received: from [207.164.184.163] by web9405.mail.yahoo.com; Thu, 07 Jun
  2001 13:16:27 PDT
Date: Thu, 7 Jun 2001 13:16:27 -0700 (PDT)
From: Eric Boucher <eric_boucher60 at yahoo.com>
Subject: SHARITY or SAMBA:mounting a Novell folder on Unix
To: SAMBA <samba at lists.samba.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi everybody,

I wanted to know if it's possible to mount a folder
under a Novell Netware server into Unix with sharity
or samba? If not, is it possible to do it with
something else (free if possible), or where can I get
documentation for that?

Thanks a lot

Eric

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Return-Path: <urban at teststation.com>
Delivered-To: samba at lists.samba.org
Received: from fungus.svenskatest.se (fungus.teststation.com
  [212.32.186.211]) by lists.samba.org (Postfix) with ESMTP id B15A34668
  for <samba at lists.samba.org>; Thu,  7 Jun 2001 13:19:46 -0700 (PDT)
Received: from fw.teststation.com (srvfwume.svenskatest.se
  [212.32.186.210]) by fungus.svenskatest.se (8.9.3/8.9.3) with SMTP id
  WAA08618; Thu, 7 Jun 2001 22:19:25 +0200 (MET DST)
Received: from COLA by fw.teststation.com via smtpd (for
  fungus.teststation.com [212.32.186.211]) with SMTP; 7 Jun 2001
  19:55:28 UT
Date: Thu, 7 Jun 2001 22:19:10 +0200 (CEST)
From: Urban Widmark <urban at teststation.com>
X-Sender: <puw at cola.teststation.com>
To: "Kenny, Liam" <lkenny at accuris.ie>
Cc: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: Re: Slow directory browsing between winME and Linux/samba over 
  DIALUP link
In-Reply-To: <577D56F824BAD411A1230008C728534A780590 at dublin.accuris.ie>
Message-ID: <Pine.LNX.4.30.0106072205180.21875-100000 at cola.teststation.c
  om>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

A few random thoughs, you should probably not pay too much attention to 
this ...


> winME:
>     With winME as the client, the predominant interaction is that the client
> sends an 
>     SMBtrans2 Request (TRANS2_OPEN) and the samba server responds with an
> SMB
>     response of size 576 bytes followed by an NBSS continuation packet of
> 198 bytes.

MTU == 576 ?  Is win2k also slow? Does it make any difference if you
connect to a windows server across the dialup link? Would increasing the
MTU to 576+198 help?


> smbclient/linux:
>     With smbclient as client, the picture is quite different. The main
> interaction is that the client sends
>     a TRANS2_FIND_FIRST2 request and the server responds with a a
> TRANS_FIND_FIRST2 response
>     indicating a data size to come of 54K.  The server proceeds to send
> continuation messages

Samba allows for up to 64k in a single SMB message, both the client parts
and the server parts. WinME limits this to something significantly lower
(as do other windows versions, NT4 has something like 4356 bytes) when 
negotiating the connection parameters.

So with samba<->samba the SMB code only tries to send one large message in
your case, and as you say that should help quite a lot on a slow link.


>     (I also noted that the messages sizes of the responses were over 1500
> bytes

So you have a larger MTU for the linux client? (1500 sounds high for a
modem connection, but perhaps you have better lines than I did last time I
used a modem ...)

/Urban

Return-Path: <don_mccall at hp.com>
Delivered-To: samba at lists.samba.org
Received: from palrel2.hp.com (palrel2.hp.com [156.153.255.234]) by
  lists.samba.org (Postfix) with ESMTP id 122675160 for
  <samba at lists.samba.org>; Thu,  7 Jun 2001 13:20:58 -0700 (PDT)
Received: from xparelay1.corp.hp.com (xparelay1.corp.hp.com
  [15.58.136.173]) by palrel2.hp.com (Postfix) with ESMTP id 253F11D7B;
  Thu,  7 Jun 2001 13:20:50 -0700 (PDT)
Received: from xatlbh1.atl.hp.com (xatlbh1.atl.hp.com [15.45.89.186]) by
  xparelay1.corp.hp.com (Postfix) with ESMTP id E23E71F513; Thu,  7 Jun
  2001 13:19:47 -0700 (PDT)
Received: by xatlbh1.atl.hp.com with Internet Mail Service (5.5.2653.19)
  id <MKRWKW66>; Thu, 7 Jun 2001 16:20:48 -0400
Message-ID: <079FD72E42C9D311B854009027650E6F04050AAE at xatl02.atl.hp.com>
From: "MCCALL,DON (HP-USA,ex1)" <don_mccall at hp.com>
To: 'Bernd Nies' <bnies at hsr.ch>, SAMBA Mailinglist
  <samba at lists.samba.org>
Subject: RE: preexec/postexec in Samba 2.0.7
Date: Thu, 7 Jun 2001 16:20:29 -0400 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hi Bernd,
I just cut and pasted your pre and post exec lines into my smb.conf file
(tried on CIFS A.01.05 and A.01.06, just to be sure),  and it works fine for
me.

I HAVE seen this kind of behavior before, but it was usually due to one of
the paths, or commands in the pre/post exec lines NOT being accessible to
the user that is connecting to the share.
This could happen because the permissions on the directories down to the
executables, or the permissions on the executables themselves have changed,
OR you are not actually getting authenticated/connected as the unix uid you
think you are... 

Use smbstatus to verify that your connection to the home directory is the
unix user you expect, then check (by logging in via telnet?) AS that unix
user and verify that that user can actually execute the exact same commands
from the command prompt...

Hope this helps,
don

-----Original Message-----
From: Bernd Nies [mailto:bnies at hsr.ch]
Sent: Thursday, June 07, 2001 2:18 PM
To: SAMBA Mailinglist
Subject: preexec/postexec in Samba 2.0.7


Hi,

We just upgraded from Samba 2.0.6 to 2.0.7.
Actually it's the HP CIFS/9000

  CIFS-Development      A.01.05        CIFS/9000 server source code files 
  CIFS-Server           A.01.05        CIFS/9000 (Samba) File and Print
Services 

Now the preexec and postexec commands do not work. The configuration
file remained untouched. Example:

[homes]
        comment = Home Directory
	read only = No
	preexec = /root/admin/bin/ntnetscape; echo "`date '+%b %e %X'` %u
CONNECTED to %S from %m (%I)" >> /var/opt/samba/SAMBA-login.log
	postexec = echo "`date '+%b %e %X'` %u DISCONNECTED to %S from %m
(%I)" >> /var/opt/samba/SAMBA-login.log

Any ideas?

Regards,
Bernd


-- 
 _  _ ___ ___  
| || / __| _ \ Bernd Nies, System Engineer
| __ \__ \   / HSR Hochschule, Oberseestr.10, CH-8640 Rapperswil
|_||_|___/_|_\ +41-55-2224984, http://www.id.hsr.ch/ bnies at hsr.ch
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <urban at teststation.com>
Delivered-To: samba at lists.samba.org
Received: from fungus.svenskatest.se (fungus.teststation.com
  [212.32.186.211]) by lists.samba.org (Postfix) with ESMTP id 256B947DC
  for <samba at lists.samba.org>; Thu,  7 Jun 2001 14:00:32 -0700 (PDT)
Received: from fw.teststation.com (srvfwume.svenskatest.se
  [212.32.186.210]) by fungus.svenskatest.se (8.9.3/8.9.3) with SMTP id
  WAA08716; Thu, 7 Jun 2001 22:33:51 +0200 (MET DST)
Received: from COLA by fw.teststation.com via smtpd (for
  fungus.teststation.com [212.32.186.211]) with SMTP; 7 Jun 2001
  20:09:54 UT
Date: Thu, 7 Jun 2001 22:33:32 +0200 (CEST)
From: Urban Widmark <urban at teststation.com>
X-Sender: <puw at cola.teststation.com>
To: "M.J. Prinsen" <m.j.prinsen at mail.com>
Cc: <samba at lists.samba.org>
Subject: Re: Share mounting on w2k fails
In-Reply-To: <000301c0ef56$98ba8380$14c8a8c0 at michael>
Message-ID: <Pine.LNX.4.30.0106072224080.21875-100000 at cola.teststation.c
  om>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

On Thu, 7 Jun 2001, M.J. Prinsen wrote:

[please don't crosspost, samba at samba.org is the right place]

> However when I try to mount a directory on a w2k client to a certain
> mountpoint I get the following:
> 
> Jun  7 14:51:38 huisserver smbd[28444]: [2001/06/07 14:51:38, 0]
> rpc_server/srv_netlog.c:api_net_sam_logon(177) 
> Jun  7 14:51:38 huisserver smbd[28444]:   api_net_sam_logon: Failed to
> marshall NET_R_SAM_LOGON. 
> Jun  7 14:51:38 huisserver smbd[28444]: [2001/06/07 14:51:38, 0]
> rpc_server/srv_pipe.c:api_rpcTNP(1215) 
> Jun  7 14:51:38 huisserver smbd[28444]:   api_rpcTNP: api_netlog_rpc:
> NET_SAMLOGON failed. 

Those messages are from smbd, not smbmount/mount.smbfs and they should not
be related to the mount you did.

> Jun  7 14:51:38 huisserver mount.smbfs[28445]: [2001/06/07 14:51:38, 0]
> client/smbmount.c:send_fs_socket(381) 
> Jun  7 14:51:38 huisserver mount.smbfs[28445]:   mount.smbfs: entering
> daemon mode for service \\Willemj\ftp_willemj, pid=28

Nothing wrong here.


> The result of these troubles is that the mount of a w98 client is
> preserved untill umounting. The mount of a w2k client however is
> automatically umounted  by samba after a certain period (app. Half an
> hour or so)

It's not samba that unmounts, it's win2k that disconnects the idle
connection. But that should not stop it from working as smbfs tries to
get smbmount to reconnect if the connection disappears.

If that reconnect fails you should get an error.


> Within that half hour I people can download from this mountpoint. After
> that half hour they get an empty dir ::((((

Do you get any kernel messages when this happens?
(dmesg output or /var/log/something)

After mounting you should have a mount.smbfs process running. Does it 
still run when the mount stops working?

RH 7.1 comes with a 2.4.2 kernel. There is a fix for a bug where 
reconnections take very long time that was introduced after that. You 
could test upgrading to a 2.4.5 kernel.


A workaround that is successful for some is to have some program read or
write a file every 5 minutes or so. Something like this (untested)

#!/bin/sh
while [ 1 ]; do
	date > /mnt/smb/dummy.txt
	sleep 300
done

/Urban

Return-Path: <Robert at msia.org>
Delivered-To: samba at samba.org
Received: from smtp.msia.org (smtp.ndh.org [208.233.1.36]) by
  lists.samba.org (Postfix) with ESMTP id CCC3547EB for
  <samba at samba.org>; Thu,  7 Jun 2001 14:03:00 -0700 (PDT)
To: "Dan Browning" <danb at eocwa.org>, david.lovett at eur.crowncork.com
Cc: samba at samba.org
Subject: Samba over WAN
MIME-Version: 1.0
X-Mailer: Lotus Notes Release 5.0.7  March 21, 2001
From: Robert at msia.org
Message-ID: <OF5A5027FE.53A29EF0-ON88256A64.00730995 at msia.org>
Date: Thu, 7 Jun 2001 14:02:51 -0700
X-MIMETrack: Serialize by Router on MSIA-Hub/MSIA(Release 5.0.6a
  |January 17, 2001) at 06/07/2001 02:02:59 PM, Serialize complete at
  06/07/2001 02:02:59 PM
Content-Type: text/plain; charset="us-ascii"
X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

HI Dan, Dave,

I read your postings to the Samba list ( 
http://faqchest.dynhost.com/linux/samba-l/smb-00/smb-0004/smb00041207_06004.html 
) and am wondering if you have any further insight to the functioning of 
Samba over a WAN. We recently scrapped bridging our protocols across the 
WAN for greater stability and performance, and all our clients are working 
fine with Cisco's ip helper-address scheme forwarding requests to our 
domain master browser. So any client on any leg can access the NT servers, 
but none of the clients on any leg but the same leg as the Linux servers 
can access the Linux servers in "Network Neighborhood". Does Samba do 
something with NetBEUI (non-routing) that is different than NT? Have you 
had any luck with Samba over your WANs?

Best,
Robert

Robert Peake
MSIA Information Systems Team
Robert at MSIA.org
http://www.msia.org

Return-Path: <carl.chandler at adtran.com>
Delivered-To: samba at samba.org
Received: from srv-exchange2.adtran.com (unknown [206.166.249.112]) by
  lists.samba.org (Postfix) with ESMTP id C1CE649BF for
  <samba at samba.org>; Thu,  7 Jun 2001 14:07:18 -0700 (PDT)
Received: by srv-exchange2.adtran.com with Internet Mail Service
  (5.5.2653.19) id <L93H938B>; Thu, 7 Jun 2001 16:07:44 -0500
Message-ID: <39B01E2189D99F4B8C9612462DB3922A1B5316 at srv-exchange.adtran.
  com>
From: CARL CHANDLER <carl.chandler at adtran.com>
To: "'samba at samba.org'" <samba at samba.org>
Subject: log.smb
Date: Thu, 7 Jun 2001 16:06:53 -0500 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I have a message in my log.smb file.  I am concerned that I may have a problem, even though the message says Information Only. Here is the message.  Is it possible for someone to explain what this error is telling me.

[2001/06/02 06:53:40, 1] smbd/server.c:main(641)
  smbd version 2.0.7 started.
  Copyright Andrew Tridgell 1992-1998
[2001/06/02 06:53:40, 1] smbd/files.c:file_init(216)
  file_init: Information only: requested 10000 open files, 1014 are available

Thank You,

Carl Chandler

Return-Path: <rasmith at aristotle.tamu.edu>
Delivered-To: samba at samba.org
Received: from aristotle.tamu.edu (Aristotle.tamu.edu [165.91.161.90])
  by lists.samba.org (Postfix) with ESMTP id AEC4F5160 for
  <samba at samba.org>; Thu,  7 Jun 2001 14:20:17 -0700 (PDT)
Received: from aristotle.tamu.edu (IDENT:rasmith at localhost [127.0.0.1])
  by aristotle.tamu.edu (8.9.3/8.8.7) with ESMTP id QAA25991; Thu, 7 Jun
  2001 16:20:05 -0500
Message-Id: <200106072120.QAA25991 at aristotle.tamu.edu>
To: samba at samba.org
Subject: Bug in nmbd (2.2.0_1) on FreeBSD 4.1.1?
Cc: t-ellis2 at tamu.edu
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Date: Thu, 07 Jun 2001 16:20:05 -0500
From: Robin Smith <rasmith at aristotle.tamu.edu>
X-Converted-To-Plain-Text: from multipart/mixed by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I seem to have encountered a
Problem: nmbd segvs  after spawning another copy of itself; fails
to become a domain browser, fails to read wins.dat or browse.dat/,
dumps core on exit.

What I've tried: I found what seemed to be a similar bug discussed
at http://lists.samba.org/pipermail/samba-technical/2001-May/012670.html
and applied the patch given to nmbd_packets.c, rebuilt, copied over
the new nmbd, same result.  Various permutations of domain master=yes/no,
etc., in smb.conf don't seem to make any difference.  No problems
are apparent in smbd; users can't use this server as a domain master,
but there are no evident problems in access to services.


Robin Smith



System: FreeBSD 4.1.1 on dual PIII using vinum with 4 IDE disks,
one NIC (details below).  Machine is philosophy.tamu.edu  

Source: the FreeBSD port in ports/net/samba-devel/ (e.g. 
ftp://ftp5.freebsd.org

====================================================================
Contents of log.nmbd
   Initial command was /usr/local/sbin/nmbd -D -d 3
   nmbd started with pid 79940); dies in about 1 second.


[2001/06/07 15:28:59, 1] nmbd/nmbd.c:main(769)
  Netbios nameserver version 2.2.0 started.
  Copyright Andrew Tridgell 1994-1998
[2001/06/07 15:28:59, 3] param/loadparm.c:init_globals(1190)
  Initialising global parameters
[2001/06/07 15:28:59, 3] param/params.c:pm_process(573)
  params.c:pm_process() - Processing configuration file "/usr/local/etc/smb.conf"
[2001/06/07 15:28:59, 3] param/loadparm.c:do_section(2832)
  Processing section "[global]"
[2001/06/07 15:28:59, 3] nmbd/nmbd.c:reload_nmbd_services(296)
  services not loaded
[2001/06/07 15:28:59, 2] nmbd/nmbd.c:main(800)
  Becoming a daemon.
[2001/06/07 15:28:59, 0] nmbd/asyncdns.c:start_async_dns(150)
  started asyncdns process 79941
[2001/06/07 15:28:59, 3] nmbd/nmbd.c:main(820)
  Opening sockets 137
[2001/06/07 15:28:59, 3] lib/util_sock.c:open_socket_in(873)
  bind succeeded on port 137
[2001/06/07 15:28:59, 3] lib/util_sock.c:open_socket_in(873)
  bind succeeded on port 138
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_KEEPALIVE = 0
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_REUSEADDR = 4
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_BROADCAST = 32
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(112)
  Could not test socket option TCP_NODELAY.
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option IPTOS_LOWDELAY = 0
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option IPTOS_THROUGHPUT = 0
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_REUSEPORT = 512
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_SNDBUF = 9216
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_RCVBUF = 42080
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_SNDLOWAT = 2048
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_RCVLOWAT = 1
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_SNDTIMEO = 0
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_RCVTIMEO = 0
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_KEEPALIVE = 0
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_REUSEADDR = 4
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_BROADCAST = 32
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(112)
  Could not test socket option TCP_NODELAY.
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option IPTOS_LOWDELAY = 0
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option IPTOS_THROUGHPUT = 0
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_REUSEPORT = 512
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_SNDBUF = 9216
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_RCVBUF = 42080
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_SNDLOWAT = 2048
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_RCVLOWAT = 1
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_SNDTIMEO = 0
[2001/06/07 15:28:59, 3] lib/util_sock.c:print_socket_options(114)
  socket option SO_RCVTIMEO = 0
[2001/06/07 15:28:59, 3] nmbd/nmbd.c:open_sockets(537)
  open_sockets: Broadcast sockets opened.
[2001/06/07 15:28:59, 2] lib/interface.c:interpret_interface(134)
  can't determine netmask for 165.91.161.12
[2001/06/07 15:28:59, 2] lib/interface.c:add_interface(85)
  added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
[2001/06/07 15:28:59, 2] nmbd/nmbd_subnetdb.c:create_subnets(262)
  create_subnets: Ignoring loopback interface.
[2001/06/07 15:28:59, 2] nmbd/nmbd_subnetdb.c:make_subnet(195)
  making subnet name:UNICAST_SUBNET Broadcast address:127.0.0.1 Subnet mask:127.0.0.1
[2001/06/07 15:28:59, 2] nmbd/nmbd_subnetdb.c:make_subnet(195)
  making subnet name:REMOTE_BROADCAST_SUBNET Broadcast address:0.0.0.0 Subnet mask:0.0.0.0
[2001/06/07 15:28:59, 2] nmbd/nmbd_subnetdb.c:make_subnet(195)
  making subnet name:WINS_SERVER_SUBNET Broadcast address:0.0.0.0 Subnet mask:0.0.0.0
[2001/06/07 15:28:59, 2] nmbd/nmbd_lmhosts.c:load_lmhosts_file(43)
  load_lmhosts_file: Can't open lmhosts file /usr/local/etc/lmhosts. Error was No such file or directory
[2001/06/07 15:28:59, 3] nmbd/nmbd.c:main(839)
  Loaded hosts file
[2001/06/07 15:28:59, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(249)
  add_name_to_subnet: Added netbios name *<00> with first IP 0.0.0.0 ttl=0 nb_flags=40 to subnet WINS_SERVER_SUBNET
[2001/06/07 15:28:59, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(249)
  add_name_to_subnet: Added netbios name *<20> with first IP 0.0.0.0 ttl=0 nb_flags=40 to subnet WINS_SERVER_SUBNET
[2001/06/07 15:28:59, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(249)
  add_name_to_subnet: Added netbios name __SAMBA__<20> with first IP 0.0.0.0 ttl=0 nb_flags=40 to subnet WINS_SERVER_SUBNET
[2001/06/07 15:28:59, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(249)
  add_name_to_subnet: Added netbios name __SAMBA__<00> with first IP 0.0.0.0 ttl=0 nb_flags=40 to subnet WINS_SERVER_SUBNET
[2001/06/07 15:28:59, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(249)
  add_name_to_subnet: Added netbios name *<00> with first IP 0.0.0.0 ttl=0 nb_flags=40 to subnet REMOTE_BROADCAST_SUBNET
[2001/06/07 15:28:59, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(249)
  add_name_to_subnet: Added netbios name *<20> with first IP 0.0.0.0 ttl=0 nb_flags=40 to subnet REMOTE_BROADCAST_SUBNET
[2001/06/07 15:28:59, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(249)
  add_name_to_subnet: Added netbios name __SAMBA__<20> with first IP 0.0.0.0 ttl=0 nb_flags=40 to subnet REMOTE_BROADCAST_SUBNET
[2001/06/07 15:28:59, 3] nmbd/nmbd_namelistdb.c:add_name_to_subnet(249)
  add_name_to_subnet: Added netbios name __SAMBA__<00> with first IP 0.0.0.0 ttl=0 nb_flags=40 to subnet REMOTE_BROADCAST_SUBNET
[2001/06/07 15:29:00, 0] lib/fault.c:fault_report(40)
  ===============================================================
[2001/06/07 15:29:00, 0] lib/fault.c:fault_report(41)
  INTERNAL ERROR: Signal 11 in pid 79940 (2.2.0)
  Please read the file BUGS.txt in the distribution
[2001/06/07 15:29:00, 0] lib/fault.c:fault_report(43)
  ===============================================================
[2001/06/07 15:29:00, 0] lib/util.c:smb_panic(1139)
  PANIC: internal error

===========================================================================



More information about the samba mailing list