[Samba] win/linux connect problem

m. michal017 at centrum.sk
Wed Aug 28 06:28:00 GMT 2002


For security = share the problem was root's TMPDIR set to /root/tmp..
unsetting this variable had my samba workin in security = share but the problem with accessing my samba from win workstation using hostname persists.. (acess by IP works..)

On Wed, 28 Aug 2002 16:32:38 +0200
"vincent blondel" <vincent.blondel at chello.be> wrote:

> following this article (
> http://www.mandrakeuser.org/docs/connect/csamba5.html ) , it seems samba, as
> member of a Windows domain, only search for the password of the user and not
> the user itself.  I think you will have to create user entries in your linux
> box.
> 
> ----- Original Message -----
> From: "m." <michal017 at centrum.sk>
> To: <samba at lists.samba.org>
> Sent: Wednesday, August 28, 2002 3:11 PM
> Subject: Re: [Samba] win/linux connect problem
> 
> 
> > Now I'm trying to make security = share work..
> > I get this in my log when trying to do 'smbclient -L myhost -U guest'
> >
> > [2002/08/28 15:08:47, 3] smbd/sec_ctx.c:set_sec_ctx(313)
> >   setting sec ctx (99, 99) - sec_ctx_stack_ndx = 0
> > [2002/08/28 15:08:47, 3] smbd/sec_ctx.c:set_sec_ctx(319)
> >   1 user groups:
> >   99
> > [2002/08/28 15:08:47, 5] smbd/uid.c:change_to_user(201)
> >   change_to_user uid=(0,99) gid=(0,99)
> > [2002/08/28 15:08:47, 3] smbd/vfs.c:vfs_ChDir(568)
> >   vfs_ChDir to /root/tmp
> > [2002/08/28 15:08:47, 0] smbd/service.c:make_connection(612)
> >   liptak (10.10.1.164) Can't change directory to /root/tmp (Permission
> denied)
> > [2002/08/28 15:08:47, 3] smbd/sec_ctx.c:set_sec_ctx(313)
> >   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
> > [2002/08/28 15:08:47, 5] smbd/uid.c:change_to_root_user(216)
> >   change_to_root_user: now uid=(0,0) gid=(0,0)
> > [2002/08/28 15:08:47, 3] smbd/connection.c:yield_connection(48)
> >   Yielding connection to IPC$
> > [2002/08/28 15:08:47, 3] smbd/error.c:error_packet(91)
> >   error string = Permission denied
> > [2002/08/28 15:08:47, 3] smbd/error.c:error_packet(106)
> >   error packet at smbd/reply.c(165) cmd=117 (SMBtconX)
> NT_STATUS_BAD_NETWORK_NAME
> >
> >
> > On Wed, 28 Aug 2002 11:59:28 +0200
> > "vincent blondel" <vincent.blondel at chello.be> wrote:
> >
> > > First of all, if I can you give an advice, upgrade your samba config to
> > > 2.2.5 and be sure installing all latests patches on your w2k station (
> sp3
> > > now ).
> > >
> > > In your config file, workgroup must be defined with the same name as in
> your
> > > w2k station. You can also remove logon path. This is only for
> configuring
> > > Samba as a PDC.
> > >
> > > For the user declaration, it is better, for a security reason, not to
> use
> > > passwords coming from your /etc/passwd file. So use better smbpasswd to
> > > create passwords specific to samba. For this, you have to change
> "security =
> > > SHARE" with "security = user".
> > >
> > > and finally, I don't know what this is "map to guest = Bad User" try
> without
> > > this.
> > >
> > > vincent
> > >
> > > ----- Original Message -----
> > > From: "m." <michal017 at centrum.sk>
> > > To: <samba at lists.samba.org>
> > > Sent: Wednesday, August 28, 2002 11:16 AM
> > > Subject: [Samba] win/linux connect problem
> > >
> > >
> > > > hi..
> > > > I have samba 2.2.1a on Mandrake 8.1, 2.4.17.  My problem is a user
> from
> > > remote Win2k workstation can't see my shares when he wants to access my
> PC
> > > using my hostname.  When accessing using my ip address, it works..  The
> > > error message in W2K is 'This user is not authorized to log in from this
> > > station' - or something like that..
> > > > Here's a part of my config.  The same (or almost the same) config
> works on
> > > another linux, so I'm desperate with this one..
> > > > Thanks in advance for your suggestions.
> > > > Michael
> > > >
> > > > [global]
> > > >         coding system = ISO-8859-2
> > > >         client code page = 852
> > > >         workgroup = XXXXX
> > > >         netbios name = xxxxxxx
> > > >         server string =
> > > >         interfaces = 10.10.1.164/24
> > > >         security = SHARE
> > > >         map to guest = Bad User
> > > >         encrypt passwords = yes
> > > >         smb passwd file = /etc/samba/smbpasswd
> > > >         log level = 3
> > > >         log file = /var/log/samba/log.%m
> > > >         max log size = 50
> > > >         socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
> > > >         load printers = No
> > > >         printcap name = lpstat
> > > >         logon path = \\%L\Profiles\%U
> > > >         os level = 33
> > > >         preferred master = False
> > > >         domain master = False
> > > >         printer admin = xxxxxxx
> > > >         printing = cups
> > > >
> > > > [doc]
> > > >         comment=doc
> > > >         path=/mnt/d/share/pub/doc/
> > > >         read only=Yes
> > > >         guest ok=Yes
> > > > --
> > > > 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
> > >
> > >
> > --
> > 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
> 
> 



More information about the samba mailing list