RE: [Samba] samba newbie having trouble configuring samba on RH7.3...

2003-06-08 Thread marvc
OK. I have another question on getting samba properly configured. I'm at
a point where I can see the samba server in My Network Places on my W2K
domain. I've created a share to house the files on both the w2k side and
the linux server. I've also created the root and my user accounts in AD.
Yet when I attempt to access either of these shares from the servers I
get access denied errors. What am I missing here? 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
marvc
Sent: Sunday, June 08, 2003 12:51 AM
To: 'Tori Williamson'; 'Sameer Zeidat'; [EMAIL PROTECTED]
Subject: RE: [Samba] samba newbie having trouble configuring samba on
RH7.3...


Thanks for the help and advice on using the rpm's. The install was a
successful one and I'm on my way. Glad this lists exists and that there
are generally nice people on it who don't mind helping the newbies.  

-Original Message-
From: Tori Williamson [mailto:[EMAIL PROTECTED] 
Sent: Sunday, June 08, 2003 12:10 AM
To: marvc; 'Sameer Zeidat'; [EMAIL PROTECTED]
Subject: Re: [Samba] samba newbie having trouble configuring samba on
RH7.3...


No worries... installing RPMs is SUPER simple. You'll be happier going
this
route:

Stop samba and delete the dir (I believe /usr/local/samba).

Then install the RPM's in this order thusly:

# rpm -ivh samba-common-2.2.7-1.i386.rpm
# rpm -ivh samba-server-2.2.7-1.i386.rpm
# rpm -ivh samba-swat-2.2.7-1.i386.rpm

You shouldn't need the samba-client, since you won't be conecting that
server to any other samba server.

After install, run /etc/init.d/smb start. the smb.conf file is located
in /etc/samba. NOTE: once you edit the smb.conf file, you need to
restart
samba: /etc/init.d/smb restart.

email me if you have any problems. :-)

Tori
- Original Message -
From: marvc [EMAIL PROTECTED]
To: 'Tori Williamson' [EMAIL PROTECTED]; 'Sameer Zeidat'
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Saturday, June 07, 2003 5:35 PM
Subject: RE: [Samba] samba newbie having trouble configuring samba on
RH7.3...


 I'll try the samba rpm's. I have just one question before I begin, and

 I apologize in advance if this sounds a little dumb. Once I download
 each of the rpm's do I have to configure each of them or just one of 
 them? I could never get this question answered that's why I switched 
 to using tar files. If anyone here can answer this or point me to 
 something that'll help me understand this I'll be greatly appreciated.

 tia

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of Tori Williamson
 Sent: Saturday, June 07, 2003 8:12 PM
 To: Sameer Zeidat; [EMAIL PROTECTED]
 Subject: Re: [Samba] samba newbie having trouble configuring samba on 
 RH7.3...


 Marv,

 My vote is with Sameer... read his prior letter and download the 4
 rpms and install them. It will TRULY make your life easier. Being that

 you're using Samba at home, you're not going to gain anything over
 source vs. RPM. If this was a production deployment, I'd probably say 
 different. But you'll have much easier control over the RPMS.

 I had forgotten that you compiled from source. All yu need to do is
 dump the /usr/local/samba dir (after stopping samba of course). Then 
 install the RPMS and start samba: /etc/init.d/smb start

 tori
 - Original Message -
 From: Sameer Zeidat [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, June 07, 2003 4:08 PM
 Subject: RE: [Samba] samba newbie having trouble configuring samba on
 RH7.3...


  Hi ..
 
  Ok .. swat isn't there because you compiled samba and installed it
  using the default location '/usr/local/samba-2.2.8a' .. so even if 
  you

  create 'swat' manually my guess is that you'll run into other
  problems

  because of this location.
 
  For example, the binaries will be under
  '/usr/local/samba-2.2.8a/bin' which is not in the default path.
 
  Anyway, I'm trying to tell you that your best bet is to use RPMs
  instead of that.
 
  Good luck
 
 
  Thanks
  swat wasn't located in xinetd so I ended up creating it and adding
  disable=no line. I don't know if this was necessary but I wasn't 
  able

  to find it.
 
 
 
  __
  Do you Yahoo!?
  Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
  http://calendar.yahoo.com
  --
  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


RE: [Samba] samba newbie having trouble configuring samba on RH7.3...

2003-06-08 Thread D. Rick Anderson
Chances are you don't have the file permissions correct on the Linux side.
Make sure that either the user has read rights, or that the user belongs
to the group owning the file and that the group has read rights. Samba
honors Linux file permissions.

HTH

Rick


 OK. I have another question on getting samba properly configured. I'm at
 a point where I can see the samba server in My Network Places on my W2K
 domain. I've created a share to house the files on both the w2k side and
 the linux server. I've also created the root and my user accounts in AD.
 Yet when I attempt to access either of these shares from the servers I
 get access denied errors. What am I missing here?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 marvc
 Sent: Sunday, June 08, 2003 12:51 AM
 To: 'Tori Williamson'; 'Sameer Zeidat'; [EMAIL PROTECTED]
 Subject: RE: [Samba] samba newbie having trouble configuring samba on
 RH7.3...


 Thanks for the help and advice on using the rpm's. The install was a
 successful one and I'm on my way. Glad this lists exists and that there
 are generally nice people on it who don't mind helping the newbies.

 -Original Message-
 From: Tori Williamson [mailto:[EMAIL PROTECTED]
 Sent: Sunday, June 08, 2003 12:10 AM
 To: marvc; 'Sameer Zeidat'; [EMAIL PROTECTED]
 Subject: Re: [Samba] samba newbie having trouble configuring samba on
 RH7.3...


 No worries... installing RPMs is SUPER simple. You'll be happier going
 this
 route:

 Stop samba and delete the dir (I believe /usr/local/samba).

 Then install the RPM's in this order thusly:

 # rpm -ivh samba-common-2.2.7-1.i386.rpm
 # rpm -ivh samba-server-2.2.7-1.i386.rpm
 # rpm -ivh samba-swat-2.2.7-1.i386.rpm

 You shouldn't need the samba-client, since you won't be conecting that
 server to any other samba server.

 After install, run /etc/init.d/smb start. the smb.conf file is located
 in /etc/samba. NOTE: once you edit the smb.conf file, you need to
 restart
 samba: /etc/init.d/smb restart.

 email me if you have any problems. :-)

 Tori
 - Original Message -
 From: marvc [EMAIL PROTECTED]
 To: 'Tori Williamson' [EMAIL PROTECTED]; 'Sameer Zeidat'
 [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Saturday, June 07, 2003 5:35 PM
 Subject: RE: [Samba] samba newbie having trouble configuring samba on
 RH7.3...


 I'll try the samba rpm's. I have just one question before I begin, and

 I apologize in advance if this sounds a little dumb. Once I download
 each of the rpm's do I have to configure each of them or just one of
 them? I could never get this question answered that's why I switched
 to using tar files. If anyone here can answer this or point me to
 something that'll help me understand this I'll be greatly appreciated.

 tia

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of Tori Williamson
 Sent: Saturday, June 07, 2003 8:12 PM
 To: Sameer Zeidat; [EMAIL PROTECTED]
 Subject: Re: [Samba] samba newbie having trouble configuring samba on
 RH7.3...


 Marv,

 My vote is with Sameer... read his prior letter and download the 4
 rpms and install them. It will TRULY make your life easier. Being that

 you're using Samba at home, you're not going to gain anything over
 source vs. RPM. If this was a production deployment, I'd probably say
 different. But you'll have much easier control over the RPMS.

 I had forgotten that you compiled from source. All yu need to do is
 dump the /usr/local/samba dir (after stopping samba of course). Then
 install the RPMS and start samba: /etc/init.d/smb start

 tori
 - Original Message -
 From: Sameer Zeidat [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, June 07, 2003 4:08 PM
 Subject: RE: [Samba] samba newbie having trouble configuring samba on
 RH7.3...


  Hi ..
 
  Ok .. swat isn't there because you compiled samba and installed it
 using the default location '/usr/local/samba-2.2.8a' .. so even if
 you

  create 'swat' manually my guess is that you'll run into other
  problems

  because of this location.
 
  For example, the binaries will be under
  '/usr/local/samba-2.2.8a/bin' which is not in the default path.
 
  Anyway, I'm trying to tell you that your best bet is to use RPMs
 instead of that.
 
  Good luck
 
 
  Thanks
  swat wasn't located in xinetd so I ended up creating it and adding
 disable=no line. I don't know if this was necessary but I wasn't
 able

  to find it.
 
 
 
  __
  Do you Yahoo!?
  Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
 http://calendar.yahoo.com
  --
  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:  

[Samba] Samba and LDAP

2003-06-08 Thread Matt Wright
Hey guys,

After having got ACL and Samba working I'm now onto getting LDAP support 
running as well. I've compiled my Samba 3 with --with-ldap, (I'm actually 
compiling it as an RPM as it needs to go on a RedHat machine this time)

The include/config.h shows that LDAP successfully compiled but when I come to 
setting up LDAP in smb.conf testparm gives the following:

Unknown parameter encountered: ldap bind as
Ignoring unknown parameter ldap bind as
Unknown parameter encountered: ldap passwd file
Ignoring unknown parameter ldap passwd file
Unknown parameter encountered: ldap server
Ignoring unknown parameter ldap server
Unknown parameter encountered: ldap scope
Ignoring unknown parameter ldap scope

Which is odd considering that they are in the smb.conf man page as part of the 
new experimental LDAP. So I ran testparm -s /dev/null -v | grep ldap and 
got hte follow:

ldap suffix =
ldap machine suffix =
ldap user suffix =
ldap filter = (uid=%u)
ldap admin dn =
ldap ssl =
ldap passwd sync = no
ldap trust ids = No
ldap delete dn = No

So there is some LDAP stuff in the samba compile I did just not the main stuff 
like what server I'm going to use and the password etc etc.

Any ideas people, or have I forgotten a compile switch??

Regards,

Matt

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba and LDAP

2003-06-08 Thread Andrew Bartlett
On Sun, 2003-06-08 at 20:29, Matt Wright wrote:
 Hey guys,
 
 After having got ACL and Samba working I'm now onto getting LDAP support 
 running as well. I've compiled my Samba 3 with --with-ldap, (I'm actually 
 compiling it as an RPM as it needs to go on a RedHat machine this time)
 
 The include/config.h shows that LDAP successfully compiled but when I come to 
 setting up LDAP in smb.conf testparm gives the following:
 
   Unknown parameter encountered: ldap bind as
   Ignoring unknown parameter ldap bind as
   Unknown parameter encountered: ldap passwd file
   Ignoring unknown parameter ldap passwd file
   Unknown parameter encountered: ldap server
   Ignoring unknown parameter ldap server
   Unknown parameter encountered: ldap scope
   Ignoring unknown parameter ldap scope
 
 Which is odd considering that they are in the smb.conf man page as part of the 
 new experimental LDAP. 

Which manpage?  Where?  The Samba 3.0 beta should not have these
documented anywhere, as most of these have not been in Samba for a
*long* time.  LDAP server has been moved to a parameter in the 'passdb
backend' parameter.

 So I ran testparm -s /dev/null -v | grep ldap and 
 got hte follow:
 
   ldap suffix =
 ldap machine suffix =
 ldap user suffix =
 ldap filter = (uid=%u)
 ldap admin dn =
 ldap ssl =
 ldap passwd sync = no
 ldap trust ids = No
 ldap delete dn = No
 
 So there is some LDAP stuff in the samba compile I did just not the main stuff 
 like what server I'm going to use and the password etc etc.

These are specified differently - see the documentation.

 Any ideas people, or have I forgotten a compile switch??
 
 Regards,
 
 Matt
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net


signature.asc
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Samba and LDAP

2003-06-08 Thread Matt Wright
Hi,

I've used the Samba 3.0alpha24 SRPM off the samba website. Just after I 
emailed you I checked the man pages that I got when I compiled my version for 
debian from the unstable Samba 2.999+3.0alpha24 deb sources and foudn the 
correct information. Should the new man pages be coming up and if so is this 
an RPM problem??

I got the right settings in the end passdb backend = ldapsam etc. Just need 
to get my unix add script going as it doesn't like adding without unix user.

Regards,

Matt

On Sunday 08 June 2003 11:56, Andrew Bartlett wrote:
 On Sun, 2003-06-08 at 20:29, Matt Wright wrote:
  Hey guys,
 
  After having got ACL and Samba working I'm now onto getting LDAP support
  running as well. I've compiled my Samba 3 with --with-ldap, (I'm actually
  compiling it as an RPM as it needs to go on a RedHat machine this time)
 
  The include/config.h shows that LDAP successfully compiled but when I
  come to setting up LDAP in smb.conf testparm gives the following:
 
  Unknown parameter encountered: ldap bind as
  Ignoring unknown parameter ldap bind as
  Unknown parameter encountered: ldap passwd file
  Ignoring unknown parameter ldap passwd file
  Unknown parameter encountered: ldap server
  Ignoring unknown parameter ldap server
  Unknown parameter encountered: ldap scope
  Ignoring unknown parameter ldap scope
 
  Which is odd considering that they are in the smb.conf man page as part
  of the new experimental LDAP.

 Which manpage?  Where?  The Samba 3.0 beta should not have these
 documented anywhere, as most of these have not been in Samba for a
 *long* time.  LDAP server has been moved to a parameter in the 'passdb
 backend' parameter.

  So I ran testparm -s /dev/null -v | grep ldap and
  got hte follow:
 
  ldap suffix =
  ldap machine suffix =
  ldap user suffix =
  ldap filter = (uid=%u)
  ldap admin dn =
  ldap ssl =
  ldap passwd sync = no
  ldap trust ids = No
  ldap delete dn = No
 
  So there is some LDAP stuff in the samba compile I did just not the main
  stuff like what server I'm going to use and the password etc etc.

 These are specified differently - see the documentation.

  Any ideas people, or have I forgotten a compile switch??
 
  Regards,
 
  Matt
 
  --
  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


[Samba] Samba - Open files

2003-06-08 Thread Brent McDowell

Hi All;

I'm having an issue with Samba and I'm wondering if anyone here can either
help or point me in the right direction. Anyhow, I recently moved to Samba
2.2.6 (yes, I ought to upgrade further to the latest stable release), from
2.2.2, which ran on a different machine.

I have (at the moment) a single Windows 2000 server that connects to it.

Every now and then, Samba will crash and the log shows 'Too many open
files' - an 'lsof' shows this clearly. Now, my question is how do I
configure Samba so that it'll kill off an inactive file handle after a set
period of time? Hell, is this even possible? I did have a look at the
'deadtime' option and if my understanding is correct, this is only useful
if the client machine didn't have any open files - and that's what gets
reset, the connection itself, yes?

A roll back to the old machine, and this problem appears non-existant. I'm 
also wondering if it may be Kernel related - both boxes do run different 
kernels, old one runs 2.4.17 and the new runs 2.4.19.

I've been beating my head against a brick wall for the last couple of 
days, so any help would be greatly appreciated.

Thanks.

--Brent


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba PDC win2000

2003-06-08 Thread Eddy Appels
Hi,

I've setup samba as a PDC i think ( followed the PDC-howto ), and when i try to log in 
with my win2000 :

My Computer - Network Identification tab - Properties - Member of : Domain ( 
smb.conf = WORKGROUP ), click on OK

then i get Domain Username and Password ( i enter them and click ok ) I get :

Specified domain does not exist 

Is this my win2000 that gives the message or Samba ?

This is my smb.conf :


[global]
null passwords = no
log file = /var/log/samba/log.%m
loglevel = 2
debug timestamp = yes
bind interfaces only = yes
max log size = 250
interfaces = 10.0.0.0/255.0.0.0
domain master = yes
add user script = /usr/sbin/adduser -g machines -c NTMachine -d /dev/null -s 
/bin/false -n '%m$'
delete user script = /usr/sbin/userdel %m$
locking = yes
domain logons = yes
preferred master = yes
encrypt passwords = yes
password level = 0
logon path = \\PDC\profile\%U
serverstring = Samba on %L
hosts allow = 10. localhost
workgroup = SERVICES
smb passwd file = /etc/samba/smbpasswd
logon script = %U.bat
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
read raw = yes
write raw = yes
netbios name = PDC
load printers = no
local master = yes
security = user
os level = 65
oplocks = True
deadtime = 1
lock directory = /tmp/samba
  
[netlogon]
allow hosts = 10.
max connections = 8
comment = The domain logon service
path = /home/samba/scripts
browseable = no

[profile]
comment = User profiles
path = /home/samba/profiles
create mode = 0600
directory mode = 0700
writeable = yes
browseable = no


??
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Logon Script

2003-06-08 Thread D. Rick Anderson
Create a share [netlogon] that your users only have read access to. The
logon script = parameter will then be relative to the path designated in
that share.

For instance, if [netlogon] points to /usr/local/samba/netlogon and you
have login script = %U.bat then /usr/local/samba/netlogon/fred.bat will be
launched when the user fred authenticates.

HTH

Rick



 I created script files for users and the machines to execute when the
 machines connected or the users logged on to the server.  I wasn't sure
 where the files were suppose to go, so I put logon script =
 path%U.bat and logon script = path%I.bat.  Would that syntax work
 and how do I test it?  Do the files need to be executable?

 --
 Note: When you reply to this message, please include the mailing
   list address and my email address in To: and/or Cc: with
   any proper combination

 *
 Signed,
 SoloCDM
 --
 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


[Samba] FW: samba security

2003-06-08 Thread Ami Keren

-Original Message-
From: ami-keren [mailto:[EMAIL PROTECTED]
Sent: Sunday, June 08, 2003 12:15 PM
To: [EMAIL PROTECTED]
Subject: samba security


Hi !
I need same help ,
I use samba on Unix Solaris server and work on windos2k
bat I have same problem can some one please help me
1 the name of my samba server is jerry
2 the name off the user is amik in the nis Unix system and in the active
directory in in the windows.
3 when I open a new folder in my pc (on the fileserver) I get the owner is
amik{JERRY\amik].
4 I try to change the owner to Ami [EMAIL PROTECTED] I get Unable to
set owner on test Access is denied.
5  my smb.cong is  Attach

thanks Ami
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] protocol negotiation failed

2003-06-08 Thread Peter Ruskin
My Samba server in on a linux box, with currently one Win 98 (Win4Lin) 
client.  All shares show OK in Network Neighborhood but I can't see the 
Win shares from linux (protocol negotiation failed).  All the tests in 
DIAGNOSIS.txt passed ... hence my cry for help here.

$ smbclient -L kroh
added interface ip=192.168.0.4 bcast=192.168.0.255 nmask=255.255.255.0
Password:
Domain=[RUSKIN] OS=[Unix] Server=[Samba 2.2.8a]

Sharename  Type  Comment
-    ---
homes  Disk  Home Directories
print$ Disk
download   Disk  Downloads
tmpDisk  Temporary file space
IPC$   IPC   IPC Service (Samba 2.2.8a)
ADMIN$ Disk  IPC Service (Samba 2.2.8a)
DeskJet845C-l  Printer
DeskJetPrinter
peter  Disk  Home Directories

Server   Comment
----
KROH Samba Server 2.2.8a
KROH-PETER   Windows session of peter on kroh

WorkgroupMaster
----
RUSKIN   KROH

$ smbclient -L kroh-peter
added interface ip=192.168.0.4 bcast=192.168.0.255 nmask=255.255.255.0
protocol negotiation failed

Peter
-- 
==
Gentoo Linux:   Gentoo Base System version 1.4.2.9
kernel-2.4.21_rc6-gss i686 AMD Athlon(tm) XP 1600+
==

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: First beta of Samba 3.0.0 available for download

2003-06-08 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, 7 Jun 2003, Gerald (Jerry) Carter wrote:

 Binary packages for RedHat, also signed by the Samba public key, 
 have been released and can be found at

obviously this is a typo. Should be signed by the samba 
private key and can be verified by the samba public key.  
Sorry for any confusion.




cheers, jerry
 --
 Hewlett-Packard- http://www.hp.com
 SAMBA Team -- http://www.samba.org
 GnuPG Key   http://www.plainjoe.org/gpg_public.asc
 You can never go home again, Oatman, but I guess you can shop there.  
--John Cusack - Grosse Point Blank (1997)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+4zKrIR7qMdg1EfYRAtL+AKCQ1I8obtxxFnn9lHUWpKZ9lVJOHACg84/n
DURlZ5i9BvBmhCX0iF1uCUM=
=3QIc
-END PGP SIGNATURE-

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] protocol negotiation failed

2003-06-08 Thread Joel Hammer
I don't suppose the - is a problem. Maybe you should increase the debugging
level and try again, for example:
smbclient -L server -d6  logfile
I note that there is a share on the linux server whose name is the same as
the window's server name. (kroh/peter)
Just free associating here.
Joel

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba PDC win2000

2003-06-08 Thread Tom McKellips
On Sun, 8 Jun 2003 16:07:32 +0200, Eddy Appels wrote
 Hi,
 
 I've setup samba as a PDC i think ( followed the PDC-howto ), and 
 when i try to log in with my win2000 :
 
 My Computer - Network Identification tab - Properties - Member of 
 : Domain ( smb.conf = WORKGROUP ), click on OK
 
 then i get Domain Username and Password ( i enter them and click ok )
  I get :
 
 Specified domain does not exist 
 
 Is this my win2000 that gives the message or Samba ?
 
 This is my smb.conf :
 
 [global]
 null passwords = no
 log file = /var/log/samba/log.%m
 loglevel = 2
 debug timestamp = yes
 bind interfaces only = yes
 max log size = 250
 interfaces = 10.0.0.0/255.0.0.0
 domain master = yes
 add user script = /usr/sbin/adduser -g machines -c NTMachine -d 
 /dev/null -s /bin/false -n '%m$'delete user script = 
 /usr/sbin/userdel %m$locking = yesdomain logons = yes
 preferred master = yesencrypt passwords = yespassword level 
 = 0logon path = \\PDC\profile\%Userverstring = Samba on %L   
  hosts allow = 10. localhostworkgroup = SERVICESsmb passwd 
 file = /etc/samba/smbpasswdlogon script = %U.batsocket 
 options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192   
  read raw = yeswrite raw = yesnetbios name = PDCload 
 printers = nolocal master = yessecurity = useros level = 
 65oplocks = Truedeadtime = 1lock directory = /tmp/samba
   
 [netlogon]
 allow hosts = 10.
 max connections = 8
 comment = The domain logon service
 path = /home/samba/scripts
 browseable = no
 
 [profile]
 comment = User profiles
 path = /home/samba/profiles
 create mode = 0600
 directory mode = 0700
 writeable = yes
 browseable = no
 
 ??
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

Your domain name is SERVICES according to your conf file. Change it toe 
services in your Win2000 box.

Tom
--
Internet Service Provided By Abyss Communications
Internet Service only $10 a month
1-866-842-2977
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] protocol negotiation failed

2003-06-08 Thread Peter Ruskin
On Monday 09 Jun 2003 01:11, Joel Hammer wrote:
 I don't suppose the - is a problem. Maybe you should increase the
 debugging level and try again, for example:
 smbclient -L server -d6  logfile
 I note that there is a share on the linux server whose name is the
 same as the window's server name. (kroh/peter)
 Just free associating here.
 Joel

Interesting thoughts Joel.  I tried renaming the windows client from 
kroh-peter to krohpeter, updated lmhosts and hosts, then tried again.  
The same result, so I changed them back again.

smbclient -L kroh-peter -d6  logfile ... produced:
Serverzone is -3600
Adding chars 0x0 0x0 (l-u = False) (u-l = False)
Adding chars 0x21 0x0 (l-u = False) (u-l = False)
Adding chars 0x23 0x0 (l-u = False) (u-l = False)
Adding chars 0x24 0x0 (l-u = False) (u-l = False)
Adding chars 0x25 0x0 (l-u = False) (u-l = False)
Adding chars 0x26 0x0 (l-u = False) (u-l = False)
Adding chars 0x27 0x0 (l-u = False) (u-l = False)
Adding chars 0x28 0x0 (l-u = False) (u-l = False)
Adding chars 0x29 0x0 (l-u = False) (u-l = False)
Adding chars 0x2d 0x0 (l-u = False) (u-l = False)
Adding chars 0x2e 0x0 (l-u = False) (u-l = False)
Adding chars 0x30 0x0 (l-u = False) (u-l = False)
Adding chars 0x31 0x0 (l-u = False) (u-l = False)
Adding chars 0x32 0x0 (l-u = False) (u-l = False)
Adding chars 0x33 0x0 (l-u = False) (u-l = False)
Adding chars 0x34 0x0 (l-u = False) (u-l = False)
Adding chars 0x35 0x0 (l-u = False) (u-l = False)
Adding chars 0x36 0x0 (l-u = False) (u-l = False)
Adding chars 0x37 0x0 (l-u = False) (u-l = False)
Adding chars 0x38 0x0 (l-u = False) (u-l = False)
Adding chars 0x39 0x0 (l-u = False) (u-l = False)
Adding chars 0x40 0x0 (l-u = False) (u-l = False)
Adding chars 0x41 0x0 (l-u = False) (u-l = False)
Adding chars 0x42 0x0 (l-u = False) (u-l = False)
Adding chars 0x43 0x0 (l-u = False) (u-l = False)
Adding chars 0x44 0x0 (l-u = False) (u-l = False)
Adding chars 0x45 0x0 (l-u = False) (u-l = False)
Adding chars 0x46 0x0 (l-u = False) (u-l = False)
Adding chars 0x47 0x0 (l-u = False) (u-l = False)
Adding chars 0x48 0x0 (l-u = False) (u-l = False)
Adding chars 0x49 0x0 (l-u = False) (u-l = False)
Adding chars 0x4a 0x0 (l-u = False) (u-l = False)
Adding chars 0x4b 0x0 (l-u = False) (u-l = False)
Adding chars 0x4c 0x0 (l-u = False) (u-l = False)
Adding chars 0x4d 0x0 (l-u = False) (u-l = False)
Adding chars 0x4e 0x0 (l-u = False) (u-l = False)
Adding chars 0x4f 0x0 (l-u = False) (u-l = False)
Adding chars 0x50 0x0 (l-u = False) (u-l = False)
Adding chars 0x51 0x0 (l-u = False) (u-l = False)
Adding chars 0x52 0x0 (l-u = False) (u-l = False)
Adding chars 0x53 0x0 (l-u = False) (u-l = False)
Adding chars 0x54 0x0 (l-u = False) (u-l = False)
Adding chars 0x55 0x0 (l-u = False) (u-l = False)
Adding chars 0x56 0x0 (l-u = False) (u-l = False)
Adding chars 0x57 0x0 (l-u = False) (u-l = False)
Adding chars 0x58 0x0 (l-u = False) (u-l = False)
Adding chars 0x59 0x0 (l-u = False) (u-l = False)
Adding chars 0x5a 0x0 (l-u = False) (u-l = False)
Adding chars 0x5e 0x0 (l-u = False) (u-l = False)
Adding chars 0x5f 0x0 (l-u = False) (u-l = False)
Adding chars 0x60 0x0 (l-u = False) (u-l = False)
Adding chars 0x61 0x0 (l-u = False) (u-l = False)
Adding chars 0x62 0x0 (l-u = False) (u-l = False)
Adding chars 0x63 0x0 (l-u = False) (u-l = False)
Adding chars 0x64 0x0 (l-u = False) (u-l = False)
Adding chars 0x65 0x0 (l-u = False) (u-l = False)
Adding chars 0x66 0x0 (l-u = False) (u-l = False)
Adding chars 0x67 0x0 (l-u = False) (u-l = False)
Adding chars 0x68 0x0 (l-u = False) (u-l = False)
Adding chars 0x69 0x0 (l-u = False) (u-l = False)
Adding chars 0x6a 0x0 (l-u = False) (u-l = False)
Adding chars 0x6b 0x0 (l-u = False) (u-l = False)
Adding chars 0x6c 0x0 (l-u = False) (u-l = False)
Adding chars 0x6d 0x0 (l-u = False) (u-l = False)
Adding chars 0x6e 0x0 (l-u = False) (u-l = False)
Adding chars 0x6f 0x0 (l-u = False) (u-l = False)
Adding chars 0x70 0x0 (l-u = False) (u-l = False)
Adding chars 0x71 0x0 (l-u = False) (u-l = False)
Adding chars 0x72 0x0 (l-u = False) (u-l = False)
Adding chars 0x73 0x0 (l-u = False) (u-l = False)
Adding chars 0x74 0x0 (l-u = False) (u-l = False)
Adding chars 0x75 0x0 (l-u = False) (u-l = False)
Adding chars 0x76 0x0 (l-u = False) (u-l = False)
Adding chars 0x77 0x0 (l-u = False) (u-l = False)
Adding chars 0x78 0x0 (l-u = False) (u-l = False)
Adding chars 0x79 0x0 (l-u = False) (u-l = False)
Adding chars 0x7a 0x0 (l-u = False) (u-l = False)
Adding chars 0x7b 0x0 (l-u = False) (u-l = False)
Adding chars 0x7d 0x0 (l-u = False) (u-l = False)
Adding chars 0x7e 0x0 (l-u = False) (u-l = False)
Initialising global parameters
params.c:pm_process() - Processing configuration file 
/etc/samba/smb.conf
Processing section [global]
doing parameter socket options = TCP_NODELAY IPTOS_LOWDELAY 
SO_SNDBUF=8192 SO_RCVBUF=8192
doing parameter log file = /var/log/samba/log.%m
doing parameter netbios name = KROH
handle_netbios_name: set global_myname to: KROH
doing parameter printing = cups

[Samba] Samba 3.0.0beta1, NT4 Joining a Domain Problems

2003-06-08 Thread David van Geyn
Hi,

I'm trying to test Samba 3.0.0 beta 1, and so far, one problem I have
spent the last couple hours trying to solve, is a problem I am having
joining the domain with an NT4 workstation.

The samba server is a PDC, and when I try to join the workstation to the
samba controlled domain using the root account (which worked on Samba
2.2.8 just fine), I get a message on the NT workstation that it was not
able to contact the domain controller - check the username and password.

The NT workstation's name is CMBN-B03, and CMBN-B03$ is in my unix
password file just as I did with Samba 2.2.8. If I fire up 2.2.8 instead
of 3.0.0, it can join the domain fine.

I have attached a log of level = 4 to this e-mail, but it doesn't seem to
yield much information. It gives the code NT_STATUS_UNSUCCESSFUL - Maybe
i'm missing something simple, but I've spent the last couple hours trying
to figure this out.

Any help would be appreciated!

Regards,

-David van Geyn
-remove NOSPAM from e-mail to reply[2003/06/08 20:49:35, 3] smbd/process.c:process_smb(882)
  Transaction 1 of length 174
[2003/06/08 20:49:35, 3] smbd/process.c:switch_message(676)
  switch message SMBnegprot (pid 93994)
[2003/06/08 20:49:35, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/06/08 20:49:35, 3] smbd/negprot.c:reply_negprot(439)
  Requested protocol [PC NETWORK PROGRAM 1.0]
[2003/06/08 20:49:35, 3] smbd/negprot.c:reply_negprot(439)
  Requested protocol [XENIX CORE]
[2003/06/08 20:49:35, 3] smbd/negprot.c:reply_negprot(439)
  Requested protocol [MICROSOFT NETWORKS 1.03]
[2003/06/08 20:49:35, 3] smbd/negprot.c:reply_negprot(439)
  Requested protocol [LANMAN1.0]
[2003/06/08 20:49:35, 3] smbd/negprot.c:reply_negprot(439)
  Requested protocol [Windows for Workgroups 3.1a]
[2003/06/08 20:49:35, 3] smbd/negprot.c:reply_negprot(439)
  Requested protocol [LM1.2X002]
[2003/06/08 20:49:35, 3] smbd/negprot.c:reply_negprot(439)
  Requested protocol [LANMAN2.1]
[2003/06/08 20:49:35, 3] smbd/negprot.c:reply_negprot(439)
  Requested protocol [NT LM 0.12]
[2003/06/08 20:49:35, 3] smbd/negprot.c:reply_nt1(307)
  not using SPNEGO
[2003/06/08 20:49:35, 3] smbd/negprot.c:reply_negprot(516)
  Selected protocol NT LM 0.12
[2003/06/08 20:49:35, 3] smbd/process.c:process_smb(882)
  Transaction 2 of length 270
[2003/06/08 20:49:35, 3] smbd/process.c:switch_message(676)
  switch message SMBsesssetupX (pid 93994)
[2003/06/08 20:49:35, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/06/08 20:49:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X(547)
  wct=13 flg2=0x8003
[2003/06/08 20:49:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X(654)
  Domain=[CMBN-B03]  NativeOS=[Windows NT 1381] NativeLanMan=[]
[2003/06/08 20:49:35, 3] smbd/sesssetup.c:reply_sesssetup_and_X(665)
  sesssetupX:[EMAIL PROTECTED]
[2003/06/08 20:49:35, 4] lib/username.c:map_username(132)
  Scanning username map /usr/local/samba3/lib/users.map
[2003/06/08 20:49:35, 3] lib/username.c:map_username(173)
  Mapped user administrator to root
[2003/06/08 20:49:35, 3] auth/auth.c:check_ntlm_password(216)
  check_ntlm_password:  Checking password for unmapped user [EMAIL PROTECTED] with the 
new password interface
[2003/06/08 20:49:35, 3] auth/auth.c:check_ntlm_password(219)
  check_ntlm_password:  mapped user is: [EMAIL PROTECTED]
[2003/06/08 20:49:35, 3] smbd/sec_ctx.c:push_sec_ctx(256)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2003/06/08 20:49:35, 3] smbd/uid.c:push_conn_ctx(287)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2003/06/08 20:49:35, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2003/06/08 20:49:35, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/06/08 20:49:35, 4] auth/auth_sam.c:sam_password_ok(217)
  sam_password_ok: Checking NT MD4 password
[2003/06/08 20:49:35, 4] auth/auth_sam.c:sam_account_ok(323)
  sam_account_ok: Checking SMB password for user root
[2003/06/08 20:49:35, 0] auth/auth_sam.c:check_sam_security(458)
  check_sam_security: make_server_info_sam() failed with 'NT_STATUS_UNSUCCESSFUL'
[2003/06/08 20:49:35, 2] auth/auth.c:check_ntlm_password(295)
  check_ntlm_password:  Authentication for user [administrator] - [root] FAILED with 
error NT_STATUS_UNSUCCESSFUL
[2003/06/08 20:49:35, 3] smbd/error.c:error_packet(94)
  error string = Invalid argument
[2003/06/08 20:49:35, 3] smbd/error.c:error_packet(113)
  error packet at smbd/sesssetup.c(749) cmd=115 (SMBsesssetupX) NT_STATUS_UNSUCCESSFUL
[2003/06/08 20:49:35, 3] smbd/process.c:timeout_processing(1095)
  end of file from client
[2003/06/08 20:49:35, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/06/08 20:49:35, 2] smbd/server.c:exit_server(558)
  Closing connections
[2003/06/08 20:49:35, 3] smbd/connection.c:yield_connection(69)
  Yielding connection to 
[2003/06/08 20:49:35, 3] smbd/server.c:exit_server(601)
  Server exit (normal exit)

[Samba] Problems connecting to samba shares from w2k or XP systemafter configuring smb.conf file...

2003-06-08 Thread marvc
I modified my smb.conf file according to an old doc I found online and
I'm having problems logging in from either of my XP or NT boxes to
access the shares on the linux box. I can see the samba linux server in
My Network Places. I get the following error if trying to connect after
navigating to it from My Network Places: 
\\lnxwebsrvr is not accessible. You might not have permissions to use
this network resource

If I try to map a network drive from an XP box I get prompted for a
username and password, yet it doesn't accept the credentials after I
enter them. It constantly prompts me for the password in this manner: 
Connecting to lnxsrvr
Username: lnxsrvr\user1
Password: **

I used SWAt to make the necessary modifications which were to: 
Add my domain to workgroup
Add server name to server description
Uncommented encrypt passwords = yes  smb passwd file =
/etc/samba/smbpasswd
Changed browseable setting to yes under share definitions
Added a user to the smbpasswd file - smbpasswd -a user1
Made sure the smb  nmbd services were running
Created the same account and passwords on both the lnxsrvr and NT2000
domain

Can someone tell me what it is I'm missing here? 

Again my goal is to simply have one share on the linux box that I alone
will access to place files in. I'll then log in to the linux server and
place these files in my web folder directory to be published. At this
point I'm not tryiing to configure this server as a smaba pdc or do a
lot of file transfer between my domains. 

Any responses are appreciated


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Swat documentation broken

2003-06-08 Thread Chee Wai Yeung
Just installed samba-3.0.0beta1 and trying to use
swat. When clicked on help on a particular paramenter
(any one), a new window pops up and supposingly it
will load smb.conf.5.html and then jumps to the label
of the parameter. But now it doesn't work.
smb.conf.5.html is no longer complete.

Checked under docs/docbook/smbdotconf and found that
smb.conf.5.xml supposingly should include files
parameters.service.xml and parameters.all.xml but
I could not find them anywhere. I think this is what
caused the generation of smb.conf.5.html to be
incomplete.

Please help.

Thanks
Chee Wai


__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Swat documentation broken

2003-06-08 Thread Chee Wai Yeung
Sorry to have posted to ask too quickly before reading
through the README in the directory where it has the
clear instructions on how to generate a correct
smb.conf.5.html. Done generating the full
smb.conf.5.html and replaced the one in swat/help
directory fixed the problem.

Thanks
Chee Wai

--- Chee Wai Yeung [EMAIL PROTECTED]
wrote:
 Just installed samba-3.0.0beta1 and trying to use
 swat. When clicked on help on a particular
 paramenter
 (any one), a new window pops up and supposingly it
 will load smb.conf.5.html and then jumps to the
 label
 of the parameter. But now it doesn't work.
 smb.conf.5.html is no longer complete.
 
 Checked under docs/docbook/smbdotconf and found that
 smb.conf.5.xml supposingly should include files
 parameters.service.xml and parameters.all.xml
 but
 I could not find them anywhere. I think this is what
 caused the generation of smb.conf.5.html to be
 incomplete.
 
 Please help.
 
 Thanks
 Chee Wai
 
 
 __
 Do you Yahoo!?
 Yahoo! Calendar - Free online calendar with sync to
 Outlook(TM).
 http://calendar.yahoo.com
 -- 
 To unsubscribe from this list go to the following
 URL and read the
 instructions: 
http://lists.samba.org/mailman/listinfo/samba


__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] swat problem with samba-3.0.0beta1

2003-06-08 Thread Chee Wai Yeung
Trying to configure shares with samba-3.0.0beta1, but
after specifying the share name and click create, only
the header Share parameters is shown, nothing else.
Used to work on 3.0alpha24.

Platform: Redhat8.0. Samba compiled from source.

Please advise.

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


CVS update: samba/source/utils

2003-06-08 Thread abartlet

Date:   Sun Jun  8 11:39:28 2003
Author: abartlet

Update of /home/cvs/samba/source/utils
In directory dp.samba.org:/tmp/cvs-serv3882/utils

Modified Files:
  Tag: SAMBA_3_0
net_rpc_join.c 
Log Message:
Make sure that we use schannel (if configured) when checking for a valid
join to the DC.

Andrew Bartlett


Revisions:
net_rpc_join.c  1.13.2.10 = 1.13.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_rpc_join.c.diff?r1=1.13.2.10r2=1.13.2.11


CVS update: samba/source/param

2003-06-08 Thread abartlet

Date:   Sun Jun  8 12:49:31 2003
Author: abartlet

Update of /home/cvs/samba/source/param
In directory dp.samba.org:/tmp/cvs-serv9170/param

Modified Files:
  Tag: SAMBA_3_0
loadparm.c 
Log Message:
Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.

(this now causes things like the LANMAN protocol and contacting servers with 'encrypt 
passwords = no' set to fail, if configured)

'client ntlmv2 auth' (a BOOL) forces both plaintext and lanman off, and is the 
most secure setting for compatible hosts.

Perhaps we should change this to 'client minimum auth'?

Andrew Bartlett



Revisions:
loadparm.c  1.397.2.63 = 1.397.2.64

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c.diff?r1=1.397.2.63r2=1.397.2.64


CVS update: samba/source/libsmb

2003-06-08 Thread abartlet

Date:   Sun Jun  8 12:49:31 2003
Author: abartlet

Update of /home/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv9170/libsmb

Modified Files:
  Tag: SAMBA_3_0
cliconnect.c 
Log Message:
Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.

(this now causes things like the LANMAN protocol and contacting servers with 'encrypt 
passwords = no' set to fail, if configured)

'client ntlmv2 auth' (a BOOL) forces both plaintext and lanman off, and is the 
most secure setting for compatible hosts.

Perhaps we should change this to 'client minimum auth'?

Andrew Bartlett



Revisions:
cliconnect.c1.71.2.23 = 1.71.2.24

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c.diff?r1=1.71.2.23r2=1.71.2.24


CVS update: samba/packaging/Debian/debian/patches

2003-06-08 Thread peloy

Date:   Sun Jun  8 19:33:26 2003
Author: peloy

Update of /data/cvs/samba/packaging/Debian/debian/patches
In directory dp.samba.org:/tmp/cvs-serv11648/debian/patches

Modified Files:
  Tag: SAMBA_3_0_RELEASE
fhs.patch 
Log Message:
Debian fixes (update README and fhs.patch so that it applies cleanly.)



Revisions:
fhs.patch   1.2.2.2 = 1.2.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/fhs.patch.diff?r1=1.2.2.2r2=1.2.2.3


CVS update: samba/packaging/Debian

2003-06-08 Thread peloy

Date:   Sun Jun  8 19:50:12 2003
Author: peloy

Update of /data/cvs/samba/packaging/Debian
In directory dp.samba.org:/tmp/cvs-serv12986

Modified Files:
  Tag: SAMBA_3_0
README 
Log Message:
Debian updates.



Revisions:
README  1.2.2.3 = 1.2.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/README.diff?r1=1.2.2.3r2=1.2.2.4


CVS update: samba/packaging/Debian/debian

2003-06-08 Thread peloy

Date:   Sun Jun  8 19:50:12 2003
Author: peloy

Update of /data/cvs/samba/packaging/Debian/debian
In directory dp.samba.org:/tmp/cvs-serv12986/debian

Modified Files:
  Tag: SAMBA_3_0
README.build-upstream 
Log Message:
Debian updates.



Revisions:
README.build-upstream   1.1.6.2 = 1.1.6.3

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/README.build-upstream.diff?r1=1.1.6.2r2=1.1.6.3


CVS update: samba/packaging/Debian/debian/patches

2003-06-08 Thread peloy

Date:   Sun Jun  8 19:50:13 2003
Author: peloy

Update of /data/cvs/samba/packaging/Debian/debian/patches
In directory dp.samba.org:/tmp/cvs-serv12986/debian/patches

Modified Files:
  Tag: SAMBA_3_0
fhs.patch 
Log Message:
Debian updates.



Revisions:
fhs.patch   1.1.6.3 = 1.1.6.4

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Debian/debian/patches/fhs.patch.diff?r1=1.1.6.3r2=1.1.6.4


CVS update: samba/source/lib

2003-06-08 Thread tridge

Date:   Mon Jun  9 02:54:07 2003
Author: tridge

Update of /home/cvs/samba/source/lib
In directory dp.samba.org:/tmp/cvs-serv15419

Modified Files:
  Tag: SAMBA_3_0
time.c 
Log Message:
applied patch from bug#140
this fixes a timestamp problem with 64 bit machines


Revisions:
time.c  1.42.2.5 = 1.42.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/time.c.diff?r1=1.42.2.5r2=1.42.2.6