[Samba] file locking problem

2003-04-04 Thread Mark Le Noury
Hi,

I'm having a strange problem today with samba 2.2.7.
Samba is reporting that one of our users has locked a file. I have asked him
to reboot his machine and stopped and restarted the smb daemon. The file
remains locked. I have also tried to kill the pid of the samba process
associated with the locked file - this does not help at all.

I was wondering if anyone has any suggestions - maybe I just need to delete
the locking.tdb file, would that help??

thanks,

Mark Le Noury
Barone, Budge  Dominick
Tel. (+2711)532 8415
Cell. +27825624412
E-mail: [EMAIL PROTECTED]

This e-mail is confidential and subject to the disclaimer
published on the website http://www.bbd.co.za/emaildisclaimer.htm.


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


[Samba] Can I use winbind to auth against a samba 2.2.7 PDC?

2003-04-04 Thread Vizitiu, Ciprian

I'm looking for a valid way to let users have a single point password change
for windows login and IMAP. As I don't want to resort to clear text
passwords (that would allow to sync the UNIX passwords) I went the other way
that is pam for IMAP (via winbind). It's just that  wbinfo -t says Secret
is bad and wbinfo -a gives a:

plaintext password authentication failed
error code was NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND (0xc233)
Could not authenticate user ... with plaintext password

The NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND is the most strange one. If I
tcpdump the machine it looks like winbind asks for PDC only at broadcast as
there were no wins = ... directive in smb.conf.

Needles to say I've joined the  domain. I can do a smbclient -L PDC and the
response comes instantly. Run out of ideas... Still: is it possible to use
winbind and samba PDC? Or it was designed only for M$ software?
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] read failure for 9848 ?

2003-04-04 Thread Bjarni Gautason
HI all.
I have an IBM XP Pro that communicates (LAN) with several local and remote 
Unix machines. Communication via Samba is very sluggish and I have no clue 
as to why (who is at fault).  Saving a small (125 kb) Excel file to the 
local Unix can take several seconds a may result in failure (delayed write 
failure).  Copying files from remote Unix machines to the local one using 
Windows Explorer often results in failure.
Windows will typically give error messages that are easy to read but give 
no real information. Samba recorded the following during a failure to copy 
files from one Unix machine to another (remote to local) using Windows 
Explorer on the XP:

lib/util_sock.c:(436) read_data: read failure for 9848. Error = Connection 
reset by peer

Is there any info in this report that explains what could be going on (i.e. 
what does c:(436) and for 9848 refer to)?

Thank you
B
Bjarni Gautason
Akureyrasetur Orkustofnunar
og Háskólinn á Akureyri
Rangárvöllum, P.O.Box 30
602 Akureyri
Farsími 893-0559Sími460-1382
Tölvup. [EMAIL PROTECTED]Fax 460-1381
http://www.os.is/disclaimer.html
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] security = problems

2003-04-04 Thread Uli Luckas
Am Don, 2003-04-03 um 20.49 schrieb [EMAIL PROTECTED]:
 password server = *

And by the way, try sticking your PDC's IP in the password server
line.
Contrary to the documentation I have had trouble at least at join with a
* as password server in smb.conf.

Uli


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] smb_open smb_readpage_sync error -13

2003-04-04 Thread Paul Muad`dib
Dear All,

I am working on a RH8.0 and currently updated to 2.2.8-1. And since then I
get entries like the following ones which are blowing up my logs :

smb_open: //filename open failed, result=-13
smb_readpage_sync: //filename open failed, error=-13

I  changed nothing else then the samba package ... and I also tried to find
out about that error but I couldn't find any help...

Any suggestions what could be wrong ? How to solve it ?

Thnx in advance,

Paul

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


[Samba] problems with pam_winbind, that is linux box to samba remote server

2003-04-04 Thread Mindaugas Januaitis
Greetings,

Maybe someone tried to make linux box authorize with pam_winbind to 
remote samba server ?

The problem is that when I log in my id is not resolved to username,
whoami shows whoami: cannot find username for UID 10280
but `getent passwd` generates the appropriate passwd file ?
i.e. : getent passwd | grep 10280
janumind:x:10280:10003:Mindaugas 
Janusaitis,12b,,:/home/GIMNAZIJA/janumind/:/bin/bash

here are the configs:
smb.conf
[global]
   workgroup = GIMNAZIJA
   netbios name = N1
   server string = %h server
   load printers = no
   guest account = nobody
   encrypt passwords = Yes
   update encrypted = Yes
   os level = 0
   preferred master = False
   local master = No
   domain master = False
   security = share
   debug level = 1
   wins server = 193.219.160.35
   name resolve order= wins host  bcast
   invalid users = root
   socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096 
SO_RCVBUF=4096
   max log size = 1000
   dns proxy = yes
   unix password sync = false
   winbind uid = 1-2
   winbind gid = 1-2
   winbind enum users = yes
   winbind enum groups = yes
   winbind use default domain = yes
   winbind cache time = 10
   template shell = /bin/bash
   template homedir = /home/%D/%U/
END

/etc/pam.d/login---
authrequiredpam_securetty.so
authrequiredpam_nologin.so
authsufficient  pam_winbind.so
authrequiredpam_unix.so use_first_pass
account sufficient  pam_winbind.so
account requiredpam_unix.so use_first_pass
passwordrequiredpam_unix.so use_first_pass
session requiredpam_unix.so use_first_pass
session requiredpam_mkhomedir.so skel=/etc/skel/ umask=0022
session optionalpam_lastlog.so
session optionalpam_motd.so
session optionalpam_mail.so standard noenv
END---

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


[Samba] Problems with Default user profiles.

2003-04-04 Thread cmcclan
All,

I currently have a problem where the default user profile is not being picked up - 
Windows simply ingores it and creates one based on local settings.

I understand samba supports default user profiles, and one can be put into the 
profiles share like this:

/export/profiles/Default User/

This directory contains a copy of a working profile from a proper user.
 
The relevant smb.conf sections are:

logon path = \\%L\profiles\%U
 
[profiles]
browsable = no
public = yes
path = /export/profiles
writeable = yes
csc policy = disable

Any help would be much appreciated!

Thanks,

Chris.

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


[Samba] Samba for Windows 2003 server

2003-04-04 Thread Srinivasan, Elumalai
Dear All,

 We are using Samba 2.0 for Windows 2000 server and Windows NT 4.0 as well.

Now we plan to migrate to Windows 2003 server, so, could you please confirm
whether the existing samba version will support Windows 2003 server as well.
If not please let us know what to be done.

Thanks and Regards,
Srini





Confidentiality Notice
**
The contents of this email are confidential and may also be privileged. It is for the 
exclusive use of the intended recipient(s). If you are not the intended recipient(s) 
please note that any distribution, copying or use of this communication or the 
information contained therein is strictly prohibited.

If you have received this email in error then please notify [EMAIL PROTECTED] with a 
copy of this message. Please then delete this email and any copies of it.

This communication is from 

Storage Technology Limited
European Headquarters
Unit 6, Genesis Business Park
Albert Drive
Woking, Surrey
GU21 5RW

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


RE: [Samba] Problems with Default user profiles.

2003-04-04 Thread Kristyan Osborne
You need to put the Default User directory in the netlogin share. Make sure it is 
readable by everyone

Cheers

-
Kristyan Osborne - IT Technician
Longhill High School
01273 391672

--
Computers are like airconditioners: They stop working properly if you open windows.
Win95:   A 32-bit patch for a 16-bit GUI shell running on top of an
 8-bit operating system written for a 4-bit processor by a
 2-bit company who cannot stand 1 bit of competition.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 04 April 2003 11:24
To: [EMAIL PROTECTED]
Subject: [Samba] Problems with Default user profiles.


All,

I currently have a problem where the default user profile is not being picked up - 
Windows simply ingores it and creates one based on local settings.

I understand samba supports default user profiles, and one can be put into the 
profiles share like this:

/export/profiles/Default User/

This directory contains a copy of a working profile from a proper user.
 
The relevant smb.conf sections are:

logon path = \\%L\profiles\%U
 
[profiles]
browsable = no
public = yes
path = /export/profiles
writeable = yes
csc policy = disable

Any help would be much appreciated!

Thanks,

Chris.

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


[Samba] strange behaviour in file timestamp on smbfs

2003-04-04 Thread diego apollonio
Hi all,
  I've notice a strange behaviour in smbfs and I was not able to understand 
it, so I want to share it with some other
We have some Solaris 7 machines with samba server and some linux workstations 
with Suse7.3 and SuSE 8.1 OS.
When we mount on the linux workstation on share of the Solaris machine we see 
the file modification timestamp wrong by one hour.
I was thinking about a problem in timezone settings, but the very strange 
thing is that if I touch a file from the workstation the time stamp is 
correct (and if you type a ls -l on the solaris machine the date is correct 
so)
But if you make the opposite (touch a file from solaris) on the linux machine 
is again one hour wrong.

Timezone of Linux workstations is set to  CEST while on solaris machines is 
set to MET DST.
I've tried also to change the timezone on linux clients to MET, but nothing 
changed. (in any case MET and CET are either GMT+1, isn't it?)

Finally, using smbclient timestamps are correct. It seems that the problem is 
related on the linux smbfs. Mounting a linux share with smbfs the problem 
dosn't occours.

Someone has any idea? I've tried to read many docs but without success.

Thanks,
Diego




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


RE: [Samba] problems with pam_winbind, that is linux box to samba remote server

2003-04-04 Thread Vizitiu, Ciprian

It looks like the winbind client will NOT natively auth you against a
samba PDC. After 2 days of browsing through lists it looks like the cause is
this: (Kevin Stefanik)

winbindd gets a list of domain controllers via 
broadcast and then confirms each directly with a unicast query to the 
controller itself (in cm_get_dc_name in winbindd_cm.c) specifically querying

the 0x1c role.  That query is coming into nmbd as a unicast query.

The solution (that worked for me) seems to be a small patch by Volker
Lendecke:

--- nmbd/nmbd_logonnames.c  30 Jan 2002 06:08:22 -  1.11
+++ nmbd/nmbd_logonnames.c  6 Oct 2002 09:58:09 -
@@ -139,6 +139,7 @@
 void add_logon_names(void)
 {
   struct subnet_record *subrec;
+  struct nmb_name nmbname;
   for (subrec FIRST_SUBNET; subrec; subrec
NEXT_SUBNET_INCLUDING_UNICAST(subrec))
   {
@@ -146,7 +147,6 @@
 if (work  (work-log_state LOGON_NONE))
 {
-  struct nmb_name nmbname;
   make_nmb_name(nmbname,global_myworkgroup,0x1c);
   if (find_name_on_subnet(subrec, nmbname, FIND_SELF_NAME) NULL)
@@ -162,4 +162,6 @@
   }
 }
   }
+  make_nmb_name(nmbname,global_myworkgroup,0x1c);
+  insert_permanent_name_into_unicast(FIRST_SUBNET, nmbname, 0x1c);
 }


 Greetings,
 
 Maybe someone tried to make linux box authorize with pam_winbind to 
 remote samba server ?
 
 The problem is that when I log in my id is not resolved to 
 username, whoami shows whoami: cannot find username for UID 10280

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


[Samba] I am out of the office.

2003-04-04 Thread brian . casey
I will be out of the office starting  04/04/2003 and will not return until
04/07/2003.

I will respond to your message when I return.  If you have questions
regarding product licensing, please contact Natalie Rezek, at 323-259-4910;
for any other issues requiring immediate attention, please contact Kevin
Kilroy at 714-445-5623.



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


Re: [Samba] Samba, Passwd, LDAP auth

2003-04-04 Thread Bruno Gimenes Pereti
Hi Peter,

I´m not sure but I think you have a misconfiguration in the account session.
When you use required for pam_unix.so the user must exist in passwd and
shadow. Try:

account sufficient/lib/security/pam_unix.so
account required/lib/security/pam_ldap.so

Please correct me if I´m wrong.

Bruno.


 #%PAM-1.0
 # This file is auto-generated.
 # User changes will be destroyed the next time authconfig is run.
 authrequired  /lib/security/pam_env.so
 authsufficient/lib/security/pam_unix.so likeauth nullok
 authsufficient/lib/security/pam_ldap.so use_first_pass
 authrequired  /lib/security/pam_deny.so

 account required  /lib/security/pam_unix.so
 account sufficient/lib/security/pam_ldap.so

 passwordrequired  /lib/security/pam_cracklib.so retry=3 type=
 passwordsufficient/lib/security/pam_unix.so nullok use_authtok md5
 shadow
 passwordsufficient/lib/security/pam_ldap.so use_authtok
 passwordrequired  /lib/security/pam_deny.so

 session required  /lib/security/pam_limits.so
 session required  /lib/security/pam_unix.so
 session optional  /lib/security/pam_ldap.so

 As far as I can tell, I only need to edit /etc/pam.d/system-auth to make
all
 PAM applications work in RedHat 8.  I edited my /etc/nsswitch.conf to look
 at 'ldap' for  passwd,groups,shadow.

 Thank you for any help!
 Peter Shull

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


[Samba] Samba 3.0

2003-04-04 Thread stephane . purnelle
Hello,

anybody have an idea when the samba team will release the samba 3.0.
Why ?

- Some server have RAS support, and if one of these server is on my domain,
the client cannot connect.
- Some users modify word or excel options and after logoff and logon after,
these options are forgotten.
- A user in more than one NT group is not used.

Thanks


---
Stéphane PURNELLE [EMAIL PROTECTED]
Service Informatique   Corman S.A.   Tel : 00 32 087/342467

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


Re: [Samba] I am out of the office.

2003-04-04 Thread David Morel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

oh no, NOT AGAIN

On Friday 04 April 2003 14:01, [EMAIL PROTECTED] wrote:
 I will be out of the office starting  04/04/2003 and will not return until
 04/07/2003.

 I will respond to your message when I return.  If you have questions
 regarding product licensing, please contact Natalie Rezek, at 323-259-4910;
 for any other issues requiring immediate attention, please contact Kevin
 Kilroy at 714-445-5623.

- -- 

[EMAIL PROTECTED]
28192ef126bc871757cb7d97f4a44536

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+jX3Yqr7QF98duCMRAn08AJ9IwEa9Z26+UabkyWxQACIY2kdjvgCcDlRm
WQ8ZZLcWaSKQXz5m7RBUAMM=
=VtHv
-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] Password Aging Policies - SAMBA

2003-04-04 Thread Andrew Bartlett
On Fri, 2003-04-04 at 07:15, John H Terpstra wrote:
 On Thu, 3 Apr 2003, MARK LICHTENBERG wrote:
 
  I am new to SAMBA. I am using it with LINUX and I love it! Nice change
  from you know who.
 
  I am sorry if this is a lame question, but I am setting up a Primary
  Domain Controller and a Backup Domain Controller. All the clients are
  Windows 2K or XP. I need the clients to reset their passwords every 30
  days. I am having a hard time locating a procedure to set this feature.
  LINUX has 'chage' but that does not seem to apply to SAMBA.
 
  Does anyone know how I can set up a policy for my SAMBA clients. to
  force them to change their passwords? I hope so, because I really want
  to use LINUX/SAMBA for my domain controllers, and this is my last
  hurdle.
 
 This is something that may make it into the Samba-3.0.0 code branch but is
 not available with Samba-2.2.x.

Already implemented in Samba 3.0, for pdb_ldap, pdb_tdbsam.

Andrew Bartlett

-- 
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 3 as a pretend DC?

2003-04-04 Thread Andrew Bartlett
On Fri, 2003-04-04 at 08:05, Byars, Jason M wrote:
 Hi, I'm stuck in a network enviroment where ADS has taken over and by 
 the end of the year the main DC's will only allow kerberos
 authentication.  The problem is I have several legacy systems that are
 equipment controllers that can't be upgraded.  They are running
 everything from OS/2 to NT4.  So I need something for them to
 authenticate against using Lanman/NTLM/etc.  
 Would it be possible to configure samba 3 to pretend to be a DC, but 
 instead of autheticating against it's own ldap database, make it
 authenticate against the main kerberos DC's?  Samba has gotten me out
 of several other situations, but I've never investigated using it this
 way before.  Is anyone in a similar situation?  Does anyone know if
 this is possible?  Thanks

If NT and LM authentication is really shut down (and that is not a usual
configuration), then there isn't anything much you can do.

However, this isn't a usual configuration, even for 'native mode' DCs. 

Andrew Bartlett

-- 
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 3.0

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

On Fri, 4 Apr 2003 [EMAIL PROTECTED] wrote:

 Hello,
 
 anybody have an idea when the samba team will release the samba 3.0.
 Why ?

See http://www.samba.org/samba/devel/roadmap-3.html for current progress.





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+jYj1IR7qMdg1EfYRAgWTAKDNM4X9qQgejPK7qNpAvSktbGZZXQCgmsCI
aftEKWWi44yInFRVCaBzaRU=
=Oj5J
-END PGP SIGNATURE-

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


[Samba] Samba Performance for Digital Recording

2003-04-04 Thread Manuel Elgorriaga
Hello,

We are doing digital recording over a 100 Mb/s switched network to a
dedicated Samba NAS-Filer and need to optimize our workflow and present
some performance data. I just want to be sure, to not overlook some
important aspect in my experimental setup. Let me explain in short what
is our infrastructure:

The Swiss Library for the Blind has started producing Digital Talking
Books (see www.daisy.org). Our recording studios are equipped with
Intel-PC's (Xeon 2 MHz, 1 GB RAM, 100 Mb NIC, SCSI-HD's) running
specialized recording software under WinXP. The recording settings are
22.05 Hz sampling rate, 16 bit and mono, resulting in a continuous data
stream of 353 Kbit/s (151 MB/h). The raw data of a produced digital book
may have a size of a few GB. Some PC's are used for pre- and postediting
of the recordings (over the network again), which generates less data
flow but may deal with many very little and also some quite big files.

The data goes through two dedicated Cisco-Switches for this
audio-subnet: a 100 Mbit first and then to a 1 Gbit backbone switch, to
which is connected our audio-NAS-Filer. This is a Xeon-Server with 2 GB
RAM, two Gbit NIC's and a 420 GB HW-SCSI-RAID-5, running Samba 2.0.7a on
the XFS-filesystem (instead of ext3 or Reiser) on Linux 2.4.16 (SuSE
8.1). Later transfers include moving these data to a digital archive
over the network.

Now I want to measure data transfer rates over this network (and CPU-,
IO- and memory use) at the NAS-Filer, with different workload coming
from the recording/editing-PC's. I'll do repeated single as well as
multiple parallel recording/editing sessions of about 10 min, and I want
to measure at intervals of max. 5 seconds (as time series), using the
sysstat (vmstat, iostat, mpstat) and tcpstat and netacct tools. My
questions are now:

- are these the correct tools for giving me the right values, which I
could further consolidate and analyze in some tablesheet  (I cannot buy
commercial ones, and I think SNMP/MRTG is not the right tool in this
case)?
- what will the bottlenecks probably be: Disk-IO at the RAID-system, the
filesystem itself, Samba?
- what are theoretical values for each part of this data transfer chain
(NIC's, Switches, CPU+RAM, RAID, Filesystem, Samba, ...), and where can
I get comparative values?
- any other hints/caveats, e.g. what is the penalty of putting the
interfaces into promiscuous mode?

Thank you very much in advance,
Manuel Elgorriaga Kunze

-
Manuel Elgorriaga Kunze
Swiss Library for the Blind and Visually Impaired
Grubenstr. 12 / CH - 8045 Zurich
Phone +41 43 333 32 32 / Fax + 41 43 333 32 33
 


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


Re: [Samba] Samba for Windows 2003 server

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

On Fri, 4 Apr 2003, Srinivasan, Elumalai wrote:

 Dear All,
 
  We are using Samba 2.0 for Windows 2000 server and Windows NT 4.0 as well.
 
 Now we plan to migrate to Windows 2003 server, so, could you please confirm
 whether the existing samba version will support Windows 2003 server as well.
 If not please let us know what to be done.

IMO you should consider testing Samba 2.2 for integration with the latest 
versions of windows.  Wrt Win2k3, you will need to disable some of the 
defaults such as SignSeal and the RestrictAnonymous ( == 0x1 is ok, but 
2k3 defaults to == 0x2).




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+jYsdIR7qMdg1EfYRAgPxAKDX+qFjSxdZen6Qoz7UkebUo1JCvACbB3F7
efEXwZZbkN0QhYb/Q59F+ms=
=cXnr
-END PGP SIGNATURE-

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


[Samba] Maximum number of shares

2003-04-04 Thread Thierry CONTER
I am looking forward to create more than 1000 shares on a SAMBA server.
Is it possible?
Are there any known limitations doing so? (number of concurrent access)
Thank you for your help.

Thierry CONTER

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


[Samba] Problems Compiling 2.2.8 on Tru64 5.1

2003-04-04 Thread adam r. christopher
Hello everyone,

I am getting the following error when I try to compile 2.2.8 on Tru64 5.1:

...
Compiling smbd/dir.c
smbd/dir.c:649:70: macro stat passed 3 arguments, but takes just 2
smbd/dir.c:716:13: macro stat passed 3 arguments, but takes just 2
*** Exit 1
Stop.

I did make the following change in include/configure.h, but it didn't
help:

#define HAVE_IMMEDIATE_STRUCTURES 1
/* #undef HAVE_IMMEDIATE_STRUCTURES */

I have searched the archives and found the problem but not the answer,
maybe someone out there can help?

Thanks,

-adam
University of Denver

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


[Samba] Posix acls problem

2003-04-04 Thread Ed Stoner
I'd very much appreciate some help with a rather major problem I'm having.  
I have a Dell 6450 quad Xeon Processor machine with 8GB of RAM and 1TB
of disk (RAIDed with an Adaptec 5400S RAID controller).  It is running 
samba (2.2.8) to server up files to around 2300 Windows 2000 machines.  
The machine was originally installed and configured around September 2002.  
It had been running fine for a number of months until we setup Folder 
Redirection in user's Win2000 remote profiles (we directed all of the 
folders in their profile (desktop, nethood, etc.) to folders on the samba 
server).  

As soon as this change was propagated throughout our network the 
samba server began to crash regularly.  At first it appeared to be a 
problem with passthru authentication to the Domain Controller (with 
security = domain).  After a large amount of authentication requests in a 
short period of time the domain controller started to send corrupted 
responses.  We fixed this problem by switching to a local smbpasswd file.  
The server ran without error for around a week.

We have again started to experience daily crashes, and I am unable to find
the cause of the problem.  It is the case, though, that all of the crashes
are preceded by copius logging.  The following is logged at least 25 times
per second (sometimes for many hours) before the system crashes:

Apr  4 07:57:32 zeus smbd[3328]:   create_canon_ace_lists: unable to map SID 
S-1-5-21-713062547-131866000-281947949-4971 to uid or gid. 
Apr  4 07:57:32 zeus smbd[3328]: [2003/04/04 07:57:32, 0] 
smbd/posix_acls.c:create_canon_ace_lists(1018) 

Sometimes the system completely locks up and needs to be power cycled.  
Sometimes I am able to just restart smbd to fix the problem.

Any insights anyone may have would be greatly appreciated.

Thanks in advance.

--
Ed Stoner
Network Administrator
Woodland Hills School District
Pittsburgh, PA
 

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


RE: [Samba] hide folders from others

2003-04-04 Thread Greg Miller
Not the easiest or even the greatest solution but you could hide ALL
folders and then use logon.bat files for each individual user and only
map what drives they should be using.  Like I said it's not the greatest
solution but it will work.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Rubens Cunha
Sent: Friday, April 04, 2003 2:26 AM
To: [EMAIL PROTECTED]
Subject: [Samba] hide folders from others

Hi,

I am new to the samba world (and also to the list) and have been
just
marveled about the many possibilities, however I am stuck in  a problem
since 2 weeks and have found no solution to it: I need to configure my
network neighbourhood so that the users will only see their folders and
the
folders of the groups they belong to.
I have already tried path = /data/%g but the problem is that some
users
belong to more than one group... Also hide unreadable works only for
files, not for folders..  I have already spent hours on the internet,
read 2
different books and didn`t find a solution for that. Can someone help
me?

Many thanks,

Rubens Cunha

I

-- 
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 Performance for Digital Recording

2003-04-04 Thread Manuel Elgorriaga
Hello,

We are doing digital recording over a 100 Mb/s switched network to a
dedicated Samba NAS-Filer and need to optimize our workflow and present
some performance data. I just want to be sure, to not overlook some
important aspect in my experimental setup. Let me explain in short what
is our infrastructure:

The Swiss Library for the Blind has started producing Digital Talking
Books (see www.daisy.org). Our recording studios are equipped with
Intel-PC's (Xeon 2 MHz, 1 GB RAM, 100 Mb NIC, SCSI-HD's) running
specialized recording software under WinXP. The recording settings are
22.05 Hz sampling rate, 16 bit and mono, resulting in a continuous data
stream of 353 Kbit/s (151 MB/h). The raw data of a produced digital book
may have a size of a few GB. Some PC's are used for pre- and postediting
of the recordings (over the network again), which generates less data
flow but may deal with many very little and also some quite big files.

The data goes through two dedicated Cisco-Switches for this
audio-subnet: a 100 Mbit first and then to a 1 Gbit backbone switch, to
which is connected our audio-NAS-Filer. This is a Xeon-Server with 2 GB
RAM, two Gbit NIC's and a 420 GB HW-SCSI-RAID-5, running Samba 2.0.7a on
the XFS-filesystem (instead of ext3 or Reiser) on Linux 2.4.16 (SuSE
8.1). Later transfers include moving these data to a digital archive
over the network.

Now I want to measure data transfer rates over this network (and CPU-,
IO- and memory use) at the NAS-Filer, with different workload coming
from the recording/editing-PC's. I'll do repeated single as well as
multiple parallel recording/editing sessions of about 10 min, and I want
to measure at intervals of max. 5 seconds (as time series), using the
sysstat (vmstat, iostat, mpstat) and tcpstat and netacct tools. My
questions are now:

- are these the correct tools for giving me the right values, which I
could further consolidate and analyze in some tablesheet  (I cannot buy
commercial ones, and I think SNMP/MRTG is not the right tool in this
case)?
- what will the bottlenecks probably be: Disk-IO at the RAID-system, the
filesystem itself, Samba?
- what are theoretical values for each part of this data transfer chain
(NIC's, Switches, CPU+RAM, RAID, Filesystem, Samba, ...), and where can
I get comparative values?
- any other hints/caveats, e.g. what is the penalty of putting the
interfaces into promiscuous mode?

Thank you very much in advance,
Manuel Elgorriaga Kunze

-
Manuel Elgorriaga Kunze
Swiss Library for the Blind and Visually Impaired
Grubenstr. 12 / CH - 8045 Zurich
Phone +41 43 333 32 32 / Fax + 41 43 333 32 33
 

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


[Samba] copying to share from a cdrom

2003-04-04 Thread Terry Franklin
Good day all, and sorry if this one is obvious but I
haven't found a solution yet.

When my users copy data off of a cdrom in Win2K to a
samba share on a Solaris box, the files maintain their
read only status (r-xr--r--) despite the create masks
in my smb.conf.

Is there a way to have these files be copied and have
the correct permissions mask applied to it such that
they copy files off of a CDROM and can then have them
be writeable on the Solaris side without them having to
chmod them manually?

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


Re: [Samba] Problems with Default user profiles.

2003-04-04 Thread John H Terpstra
On Fri, 4 Apr 2003 [EMAIL PROTECTED] wrote:

 All,

 I currently have a problem where the default user profile is not being
 picked up - Windows simply ingores it and creates one based on local
 settings.

 I understand samba supports default user profiles, and one can be put
 into the profiles share like this:

 /export/profiles/Default User/

Can you point me at Microsoft documentation for the above? I am
documenting Profile handling for Samba-3.0.0 now and would appreciate
knwoing your sources of information. I am not aware of a feature like
this, except on the workstation itself.

- John T.


 This directory contains a copy of a working profile from a proper user.

 The relevant smb.conf sections are:

 logon path = \\%L\profiles\%U

 [profiles]
 browsable = no
 public = yes
 path = /export/profiles
 writeable = yes
 csc policy = disable

 Any help would be much appreciated!

 Thanks,

 Chris.



-- 
John H Terpstra
Email: [EMAIL PROTECTED]-- 
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] Problems with Default user profiles.

2003-04-04 Thread John H Terpstra
On Fri, 4 Apr 2003, Kristyan Osborne wrote:

 You need to put the Default User directory in the netlogin share. Make
 sure it is readable by everyone

Kristyan,

Can you point me to more info on this please.

Thanks.

- John T.


 Cheers

 -
 Kristyan Osborne - IT Technician
 Longhill High School
 01273 391672

 --
 Computers are like airconditioners: They stop working properly if you open windows.
 Win95:   A 32-bit patch for a 16-bit GUI shell running on top of an
  8-bit operating system written for a 4-bit processor by a
  2-bit company who cannot stand 1 bit of competition.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: 04 April 2003 11:24
 To: [EMAIL PROTECTED]
 Subject: [Samba] Problems with Default user profiles.


 All,

 I currently have a problem where the default user profile is not being picked up - 
 Windows simply ingores it and creates one based on local settings.

 I understand samba supports default user profiles, and one can be put into the 
 profiles share like this:

 /export/profiles/Default User/

 This directory contains a copy of a working profile from a proper user.

 The relevant smb.conf sections are:

 logon path = \\%L\profiles\%U

 [profiles]
 browsable = no
 public = yes
 path = /export/profiles
 writeable = yes
 csc policy = disable

 Any help would be much appreciated!

 Thanks,

 Chris.

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


-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Maximum number of shares

2003-04-04 Thread John H Terpstra
On Fri, 4 Apr 2003, Thierry CONTER wrote:

 I am looking forward to create more than 1000 shares on a SAMBA server.
 Is it possible?

Yes.

 Are there any known limitations doing so? (number of concurrent access)

System resource limitations are your main enemy. Make sure that you have
sufficient memory (I'd recommend min 1MB per user - plus enough for your
system itself) and good disk I/O. Samba likes lots of CPU also. So more
CPUs is better.

If forced to a decision, 4 x 800MHz CPUS is better than 1 x 3GHz CPU.

 Thank you for your help.

Hope it helps.

- John T.
-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] samba_3_0+ldapsam: Bug?

2003-04-04 Thread Dariush Forouher
Hi,

after upgrading samba 3.0 from ~ Jan. 03 cvs - today's cvs, samba
crashes while contacting an LDAP server.

If I try:

$ smbclient -L localhost -Udariush%pass

smbd logs the following:

[2003/04/04 18:20:39, 2] passdb/pdb_ldap.c:ldapsam_search_one_user(648)
ldapsam_search_one_user: searching
for:[((uid=dariush)(objectclass=sambaAccount))]
[2003/04/04 18:20:39, 10] passdb/pdb_ldap.c:ldapsam_open_connection(171)
ldapsam_open_connection: ldap://ldap1.brgs.org
[2003/04/04 18:20:39, 2] passdb/pdb_ldap.c:ldapsam_open_connection(262)
ldapsam_open_connection: connection opened
[2003/04/04 18:20:39, 10] passdb/pdb_ldap.c:ldapsam_connect_system(389)
ldap_connect_system: Binding to ldap server ldap://ldap1.brgs.org as
cn=Samba,dc=brgs,dc=org
[2003/04/04 18:20:39, 0] passdb/pdb_ldap.c:ldapsam_connect_system(416)
failed to bind to server with dn= cn=Samba,dc=brgs,dc=org Error: Invalid
credentials
[2003/04/04 18:20:39, 0] passdb/pdb_ldap.c:ldapsam_retry_open(509)
Connection to LDAP Server failed for the 1 try!
[2003/04/04 18:20:39, 0] passdb/pdb_ldap.c:ldapsam_search_one_user(657)
[2003/04/04 18:20:39, 0] lib/fault.c:fault_report(36) 
===
[2003/04/04 18:20:39, 0] lib/fault.c:fault_report(37) INTERNAL ERROR:
Signal 11 in pid 21485 (3.0alpha24) Please read the file BUGS.txt in the
distribution
[2003/04/04 18:20:39, 0] lib/fault.c:fault_report(39)
===
[2003/04/04 18:20:39, 0] lib/util.c:smb_panic(1429) PANIC: internal
error

The LDAP DN+Password are Ok. I've tried to delete all tdb files and
recreate secrets.tdb without any effect. Two BDCs run parallel without
any problem, so the ldap server can't be the problem (even it would be,
samba shouldn't crash)

Can anyone reproduce this?

ciao
Dariush

smb.conf:
[global]
workgroup = BRGS
netbios name = ALDEBARAN
server string = PDC (samba %v)
encrypt passwords = true
security = user
log level = 50
syslog = 0
max log size = 20
unix charset = CP850
logon path = \\einstein\profiles\%U
logon script = sonstige.bat
logon drive = h:
logon home = \\sirius\%U
domain logons = Yes
os level = 32
preferred master = yes
domain master = yes
local master = yes
wins support = yes
#wins partners = galilei

passdb backend = ldapsam_nua:ldap://ldap1.brgs.org
ldapsam_nua:ldap://ldap2.brgs.org
ldap ssl = no
ldap admin dn = cn=Samba,dc=brgs,dc=org
ldap suffix = dc=brgs,dc=org
ldap user suffix = ou=People
ldap machine suffix = ou=Machines
non unix account range = 8000-8999
ldap trust ids = yes
ldap passwd sync = yes
unix password sync = yes
passwd chat = *enter*password* %n\n %n*ok*
passwd program = /usr/local/bin/cracklib_check %u

[netlogon]
path = /netlogon
read only = no
create mask = 0664
directory mask = 0775
locking = No

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


Re: RE: [Samba] Problems with Default user profiles.

2003-04-04 Thread Thomas Bork
Hi John T.,

John H Terpstra [EMAIL PROTECTED] schrieb am 04.04.03 18:02:48:
 
 On Fri, 4 Apr 2003, Kristyan Osborne wrote:
 
  You need to put the Default User directory in the netlogin share. Make
  sure it is readable by everyone
 
 Kristyan,
 
 Can you point me to more info on this please.
 
 Thanks.

I found this:

http://isg.ee.ethz.ch/tools/realmen/det/skel.en.html


der tom
__
UNICEF bittet um Spenden fur die Kinder im Irak! Hier online an
UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101

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


[Samba] password aging

2003-04-04 Thread Arnold Andrews X-324-4292
Hi,

I recently upgraded to Samba 2.2.8 running on Solaris 8.  Since doing so, I have 
noticed that I get a message telling me my password will expire in x days, and 
if I want to change it now.  I never had this message show up before.

In looking through the archives, I saw that password aging is supposed to go 
into Samba 3.x but hasn't made it into the 2.2.x branch.  So why am I getting 
these messages now?  How can I manage it?  I would like to be able to do the 
equivelent of checking the box that makes it so that the passwords will never 
expire, then let Novell force the user to change their password.  The user would 
then synch (change both) when they change their novell password.

I appreciate your help.

Regards,

Arnold Andrews
MCAD/Unix Systems Administrator
Seagate Technology, LLC

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


[Samba] Bug(?): No locks available message in log file

2003-04-04 Thread Heiko Nardmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

I just set up a PDF printer via Samba 2.2.5 according to the article given in 
the German magazine iX of March.

Now I have the problem that at the first time I done this a file appeared in 
the resulting pdfshare (the file created by Word which I test with) but 
afterwards I cannot get it running again (although I restarted smbd and 
nmbd). No file is placed inside the pdfprinter share directory.

I already searched using google but was not successful since most articles 
handle NFS and locks but NFS is not involved in my setup.

Some facts:

I installed a network printer with a HP Color LaserJet PS driver on my local 
Windows NT machine as user nardmann with admin rights.

I tried to actualize my pdfprinter in Windows but only see that it tries to 
get the status of the printer but gets an access denied (Zugriff verweigert 
in German).

I have attached two states of the log (log level 10) file, one before pressing 
F5 to actualize the status of the printer in the printer view of Windows and 
the other afterwards.

Best is to start at the end of the file to see the error message first.

I'm really clueless ... :-(

Here is my /etc/samba/smb.conf:

#
# Samba Setup fuer SNSRV053
#
[global]
   security = domain
   password server = SNSRV055
   encrypt passwords = yes
   netbios name = SNSRV053
   netbios aliases = LINUX-SERVER
   kernel oplocks = false
   time server = yes
   lanman auth = yes
   server string = SNSRV053 (Samba %v)
   workgroup = SECUNET-SI
   wins server = SNSRV055
   wins support = no
   wins proxy = no
   local master = no
   preferred master = no
   os level = 20
   dns proxy = no
   invalid users = root
   comment = Linux SNSRV053 Samba Server
   keep alive = 60
   printer = lp
   guest account = nobody
   map to guest = Bad User
   printing = bsd
   socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 SO_KEEPALIVE 
IPTOS_LOWDELAY
   browse list = yes
   veto files = /*.eml/*.nws/riched20.dll/*.{*}/
   allow trusted domains = yes 
   max log size = 50

[homes]
   comment = Home Directories
   browseable = no
   read only = no
   create mode = 0750

[printers]
   comment = All Printers
   browseable = no
   printable = yes
   public = no
   read only = yes
   writable = no
   create mode = 0700
   directory = /tmp

[pdfprinter]
   print command = /etc/samba/pdfscript %s
   path = /var/lib/samba/pdfprinter
   printable = yes
   comment = HP Color LaserJet PS

[pdfshare]
   path = /var/lib/samba/pdfprinter
   admin users = root
   force group = users
   read only = no
   force create mode = 0777
   force directory mode = 0777
   delete veto files = yes
   delete readonly = yes
   dos filetimes = yes
   nt acl support = no


- -- 
Heiko Nardmann (Dipl.-Ing.), [EMAIL PROTECTED], Software Development
secunet Security Networks AG - Sicherheit in Netzwerken (www.secunet.de),
Weidenauer Str. 223-225, D-57076 Siegen
Tel. : +49 271 48950-13, Fax  : +49 271 48950-50
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iEYEARECAAYFAj6No3kACgkQpm53PRScYyjQwQCeK1xJl9wS2H5GfG1DbN/eEegh
kNsAnilib+jbdP/+3rZfW+hqB986MhrW
=onY6
-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] password aging

2003-04-04 Thread Thomas Bork
Hi Arnold,

 I recently upgraded to Samba 2.2.8 running on Solaris 8.  Since doing so, I have 
 noticed that I get a message telling me my password will expire in x days, and 
 if I want to change it now.  I never had this message show up before.

check date and time on client and samba machine. My christal ball say, your Solaris is 
your PDC.


der tom
__
UNICEF bittet um Spenden fur die Kinder im Irak! Hier online an
UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101

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


Re: RE: [Samba] Problems with Default user profiles.

2003-04-04 Thread John H Terpstra
Thomas,

Thanks for that link. I will extract what is useful and add it to the new
HOWTO.

- John T.

On Fri, 4 Apr 2003, Thomas Bork wrote:

 Hi John T.,

 John H Terpstra [EMAIL PROTECTED] schrieb am 04.04.03 18:02:48:
 
  On Fri, 4 Apr 2003, Kristyan Osborne wrote:
 
   You need to put the Default User directory in the netlogin share. Make
   sure it is readable by everyone
 
  Kristyan,
 
  Can you point me to more info on this please.
 
  Thanks.

 I found this:

 http://isg.ee.ethz.ch/tools/realmen/det/skel.en.html


 der tom
 __
 UNICEF bittet um Spenden fur die Kinder im Irak! Hier online an
 UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101


-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] %a reports a Windows XP client as having a Win2Karchitecture.

2003-04-04 Thread Thomas Bork
Hi Georg,

 One of the variables available in Samba is %a, which, as you know is
 the architecture of the remote machine.  I tested using this variable
 with a Windows 2000 and Windows XP client. Unfortunately, the log file
 reports the Windows XP client is seen as having an architecture of
 Win2K instead of something like WinXP. The Windows 2000 box shows up
 fine as Win2K.

use samba 2.2.8 or actual samba alpha version for that (please read the changes).

der tom
__
UNICEF bittet um Spenden fur die Kinder im Irak! Hier online an
UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101

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


Re: [Samba] Posix acls problem

2003-04-04 Thread jra
On Fri, Apr 04, 2003 at 09:24:31AM -0500, Ed Stoner wrote:
 
 Sometimes the system completely locks up and needs to be power cycled.  
 Sometimes I am able to just restart smbd to fix the problem.

This is usually a sign of bad hardware. Are you running an ACL enabled
Linux kernel ? This has been known anecdotally to cause some Linux
stablity problems (sorry no reproducible test case or I'd have
bugged the kernel team).

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


[Samba] Re: samba Digest, Vol 4, Issue 7

2003-04-04 Thread sudhanshu choudhary
Hello all,
   I would be obliged if any solves a small problem of
mine. Lets say i want to connect as a local user to
windows m/c which is connected to a domain. I enter
the username as local_machine\user.
   Now how do i do the same for a linux samba server
authenticating through a domain.

Thanks in advance
Sudhanshu Shekhar



Missed your favourite TV serial last night? Try the new, Yahoo! TV.
   visit http://in.tv.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba client local user

2003-04-04 Thread sudhanshu choudhary
Hello all,
   I would be obliged if any solves a small problem of
mine. Lets say i want to connect as a local user to
windows m/c which is connected to a domain. I enter
the username as local_machine\user.
   Now how do i do the same for a linux samba server
authenticating through a domain.

Thanks in advance
Sudhanshu Shekhar



Missed your favourite TV serial last night? Try the new, Yahoo! TV.
   visit http://in.tv.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] Posix acls problem

2003-04-04 Thread Ed Stoner
I've changed out all of the hardware except the actual disks, since they
have a lot of data on them, and it didn't seem to have any effect.  I'm
also not running an ACL enabled kernel.  

Actually, after looking through the new features of 2.2.8, I think a may
have an idea about what is happening (at least partially).  It appears
that I may need to turn on the 'force unknown acl user' parameter.  I have
a number of systems that backup their local disk to the server with the
Microsoft Robocopy utility.  My understanding is that is works a lot like
XCOPY in copying the NTFS permissions.  My guess is that they have a file
whose has a local user in the acl and are trying to copy it to the samba
server who has no idea who that local user is (and thus cannot map the
SID).  It may be that with security = domain this problem doesn't happen
because the domain controller can get the SID somehow (I really have no
idea if this is true or not but would be interested to find out, since
that is the only thing that changed in my configuration).  I am looking
into the backup schedule now to see if I can't correlate a particular
server backing up with the problem (it would be great if I could correlate
the create_canon_ace_lists error message with a machine, but there doesn't
seem to be a way to do that).

I'd be interesting on hearing your take on my theory.

Thanks

--
Ed Stoner
Network Administrator
Woodland Hills School District
Pittsburgh, PA 15221

On Fri, 4 Apr 2003 [EMAIL PROTECTED] wrote:

 On Fri, Apr 04, 2003 at 09:24:31AM -0500, Ed Stoner wrote:
  
  Sometimes the system completely locks up and needs to be power cycled.  
  Sometimes I am able to just restart smbd to fix the problem.
 
 This is usually a sign of bad hardware. Are you running an ACL enabled
 Linux kernel ? This has been known anecdotally to cause some Linux
 stablity problems (sorry no reproducible test case or I'd have
 bugged the kernel team).
 
 Jeremy.
 

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


[Samba] fromdos - todos

2003-04-04 Thread John H Terpstra
Jo,

There is no way to do this without risk to file integrity. There is no
option for smb.conf to automate file conversion.

If you search the archives you will see that this has been raised
thousands of time before.

Your best approach will be to find a text editor for MS Windows that
recognises Unix file formats. There are quite a few of them out there.


In response to:

 Hi all,

 Probably this is a sample question described somewhere but I can't find
 any reference on samba manuals.

 As you all know there's a difference between unix text files and dos
 text files, i.e. the first ones uses a \n as eol and the second uses
 \r\n

 I have some troubles reading text files created for unix using a dos
 program for example.


 Is there a parameter to set in smb.conf or everywhere to avoid this
 problem?

 Thanks for any help.



- John T.
-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] password aging

2003-04-04 Thread Arnold Andrews X-324-4292
 
  I recently upgraded to Samba 2.2.8 running on Solaris 8.  Since doing so, I 
have 
  noticed that I get a message telling me my password will expire in x days, 
and 
  if I want to change it now.  I never had this message show up before.
 
 check date and time on client and samba machine. My christal ball say, your 
Solaris is your PDC.
 

Yes, my Solaris host is the PDC.  ???  The date and time are within a minute of 
each other on the Samba server and the PC.  What does the date and time have to 
do with the epiration message?

Thanks again,

Arnold

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


[Samba] Re: fromdos - todos

2003-04-04 Thread jose
Yes I see your point of view John, Thank you any way.

John H Terpstra wrote:

Jo,

There is no way to do this without risk to file integrity. There is no
option for smb.conf to automate file conversion.
If you search the archives you will see that this has been raised
thousands of time before.
Your best approach will be to find a text editor for MS Windows that
recognises Unix file formats. There are quite a few of them out there.
In response to:

Hi all,

Probably this is a sample question described somewhere but I can't find
any reference on samba manuals.
As you all know there's a difference between unix text files and dos
text files, i.e. the first ones uses a \n as eol and the second uses
\r\n
I have some troubles reading text files created for unix using a dos
program for example.
Is there a parameter to set in smb.conf or everywhere to avoid this
problem?
Thanks for any help.



- John T.

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


[Samba] %a reports a Windows XP client as having a Win2Karchitecture.

2003-04-04 Thread Geoff Stitt

One of the variables available in Samba is %a, which, as you know is
the architecture of the remote machine.  I tested using this variable
with a Windows 2000 and Windows XP client. Unfortunately, the log file
reports the Windows XP client is seen as having an architecture of
Win2K instead of something like WinXP. The Windows 2000 box shows up
fine as Win2K.

The reason I am using the %a variable is so roaming profiles can have
different paths for different architectures.

Thank you,

Geoff Stitt


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


[Samba] 2.2.1a / 2.2.2 bug is back in 2.2.8

2003-04-04 Thread Tom Schaefer
Hello,

Back when 2.2.2 was the current samba release I came across the following problem when 
deleting folders in Windows 2000 which I'll repost again below.  After I finally got 
his attention with a few very wordy messages to the samba mailing list, Jeremy fixed 
it blazingly fast and wrote me back:

I just found the problem and fixed it in 2.2 CVS and HEAD CVS. It was
to do with the requested share mode not being propagated into an open
directory file struct, and thus the set of the delete on close buit
was being denied by an internal check.

Well the problem is back in 2.2.8.  I downgraded back to 2.2.7 on a test system to see 
if maybe it had been present in 2.2.7 and I just hadn't noticed.  Nope, 2.2.7 is fine, 
its just back in 2.2.8, I have several sambas running on several servers.

Here's the portion of my original posting from Nov. of 2001 explaining how to 
duplicate the problem.  Its the same story again with samba 2.2.8, well actually just 
slightly different in the error response from Windows, I'll explain at the end of 
problem recreation description.  The procedure below is with Windows 2000, Windows 98 
didn't have the problem back with samba 2.2.1a/2.2.2 and it doesn't seem to now 
either.  I don't know about any other Windows versions:

Using Windows Explorer, Explore a drive mapped to Samba share or just
explore the share itself, it doesn't really need to be mapped.  The
key is to be exploring it it in Windows Explorer.

Ok, so you're in Windows Explorer exploring a Samba share or drive
mapped to a Samba share.  The problem is in deleting a folder.  If
there isn't a folder you can delete, make one.

On the left pane of Windows Explorer you've got all the little yellow
folders and plus signs next to them so you can expand them, and then
the contents of the current folder are displayed in the right pane.

IN THE LEFT PANE, left click once on the folder you want to delete.
Its name will be highlighted and THE LITTLE YELLOW FOLDER ICON JUST TO
THE LEFT OF ITS NAME WILL BE OPEN and the contents of the folder are
displayed in the right pane.
Press the delete key on the keyboard or pointing at the folder name in
the left pane press the right mouse button and select delete from the
drop down menu.

Everything (if anything) in the folder will be deleted but not the
folder itself.  You'll get Error Deleting File or Folder, Cannot
remove folder : Access is denied, the souce file may be in use. 
Click OK so the error goes away, then try deleting the folder a second
time and it will then delete.

The paragraph immediately above this one was the error you'd get in 2.2.1a and 2.2.2.  
Now, with 2.2.8 the error behaviour is a bit different:  The folder will in fact be 
deleted on the first attempt but you'll get this error message as it completes the 
deletion: Cannot remove folder whatever: cannot find the specified file, make sure 
you specify the correct path and filenames.  You click ok and the error goes away and 
it gets really weird right here right now: If the folder you tried to delete had no 
subfolders then you click OK on the error and the folder dissapears from Windows 
Explorer, it should, it has in fact been deleted.  If the folder had subfolders, you 
click ok and the error message disappears but the folder name does not disappear from 
Windows Explorer, even though it actually has been deleted, and no amount of clicking 
View/Refresh will make it disappear.

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


Re: [Samba] %a reports a Windows XP client as having a Win2Karchitecture.

2003-04-04 Thread John H Terpstra
Geoff,

What version of samba are you using? Have you tried 2.2.8?

- John T.
-- 
John H Terpstra
Email: [EMAIL PROTECTED]
One of the variables available in Samba is %a, which, as you know is
the architecture of the remote machine.  I tested using this variable
with a Windows 2000 and Windows XP client. Unfortunately, the log file
reports the Windows XP client is seen as having an architecture of
Win2K instead of something like WinXP. The Windows 2000 box shows up
fine as Win2K.

The reason I am using the %a variable is so roaming profiles can have
different paths for different architectures.

Thank you,

Geoff Stitt


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
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: fromdos - todos

2003-04-04 Thread Rashkae
WordPad doens't seem to have problems with Unix text file, should be on
every Windows computer.

Emacs doesn't have problems with Dos text files, should be easy to find
for whatever platform your working on.

As your subject points out, there are some simple scripts (fromdos, todos)
that will convert the files for you if you want to switch format one time.
This only becomes a problem if you want to work on text files from two
platforms regularly.


Apr 4  1:01pm


They hang the man and flog the woman
That steal the goose from off the common,
But let the greater villain loose
That steals the common from the goose.
  --English folk poem, circa 1764








On Fri, 4 Apr 2003, jose wrote:

Yes I see your point of view John, Thank you any way.


John H Terpstra wrote:

Jo,

There is no way to do this without risk to file integrity. There is no
option for smb.conf to automate file conversion.

If you search the archives you will see that this has been raised
thousands of time before.

Your best approach will be to find a text editor for MS Windows that
recognises Unix file formats. There are quite a few of them out there.


In response to:

Hi all,

Probably this is a sample question described somewhere but I can't find
any reference on samba manuals.

As you all know there's a difference between unix text files and dos
text files, i.e. the first ones uses a \n as eol and the second uses
\r\n

I have some troubles reading text files created for unix using a dos
program for example.


Is there a parameter to set in smb.conf or everywhere to avoid this
problem?

Thanks for any help.




- John T.


-- 
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] %a reports a Windows XP client as having a Win2Karchitecture.

2003-04-04 Thread Geoff Stitt
Version 2.2.8.  I pulled down the RPM from Samba's download site.
Did an rpmbuild -bp to see the source file it used.  The WHATSNEW.txt
shows that the code was chnage so %a reports the proper architecture for
Windows XP (WinXP) and Windows .NET (Win2K3).

Still, when I log in from a Windows XP Professional client Win2K is
still used.

The few lines from the log for this client are as follows.

[2003/04/04 13:01:42, 2] smbd/close.c:close_normal_file(229)
  ittest closed file ittest/Win2K/ntuser.ini (numopen=1)
[2003/04/04 13:01:42, 2] smbd/open.c:open_file(246)
  ittest opened file ittest/Win2K/ntuser.ini read=Yes write=No
(numopen=2)
[2003/04/04 13:01:42, 2] smbd/close.c:close_normal_file(229)
  ittest closed file ittest/Win2K/ntuser.ini (numopen=1)
[2003/04/04 13:01:42, 2] smbd/open.c:open_file(246)
  ittest opened file ittest/Win2K/ntuser.ini read=Yes write=No
(numopen=2)
[2003/04/04 13:01:42, 2] smbd/close.c:close_normal_file(229)
  ittest closed file ittest/Win2K/ntuser.ini (numopen=1)
[2003/04/04 13:01:42, 2] smbd/open.c:open_file(246)
  ittest opened file ittest/Win2K/ntuser.ini read=Yes write=No
(numopen=2)

As you can see the Win2K is still present.




On Fri, 2003-04-04 at 12:18, John H Terpstra wrote:
 Geoff,
 
 What version of samba are you using? Have you tried 2.2.8?
 
 - John T.



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] 2.2.1a / 2.2.2 bug is back in 2.2.8

2003-04-04 Thread jra
On Fri, Apr 04, 2003 at 02:16:59PM -0600, Tom Schaefer wrote:
 Hello,
 
 Back when 2.2.2 was the current samba release I came across the following problem 
 when deleting folders in Windows 2000 which I'll repost again below.  After I 
 finally got his attention with a few very wordy messages to the samba mailing list, 
 Jeremy fixed it blazingly fast and wrote me back:

Here is the fix. The problem re-occurred due to the re-write of the delete on
close code in 2.2.8 to correctly match Win2k semantics. I forgot to check the
type of the fsp in seeting the flag.

Sorry for the bug,

Jeremy.

Index: smbd/close.c
===
RCS file: /data/cvs/samba/source/smbd/close.c,v
retrieving revision 1.22.4.20
diff -u -r1.22.4.20 close.c
--- smbd/close.c11 Feb 2003 02:20:34 -  1.22.4.20
+++ smbd/close.c4 Apr 2003 21:53:15 -
@@ -198,6 +198,7 @@
DEBUG(5,(close_file: file %s. Delete on close was set and 
unlink failed \
 with error %s\n, fsp-fsp_name, strerror(errno) ));
}
+   process_pending_change_notify_queue((time_t)0);
}

unlock_share_entry_fsp(fsp);
@@ -264,6 +265,7 @@

if(ok)
remove_pending_change_notify_requests_by_filename(fsp);
+   process_pending_change_notify_queue((time_t)0);
}

/*
Index: smbd/trans2.c
===
RCS file: /data/cvs/samba/source/smbd/trans2.c,v
retrieving revision 1.149.4.99
diff -u -r1.149.4.99 trans2.c
--- smbd/trans2.c   25 Mar 2003 23:50:47 -  1.149.4.99
+++ smbd/trans2.c   4 Apr 2003 21:53:16 -
@@ -2208,6 +2208,9 @@
DEBUG(10,(set_delete_on_close_over_all: %s delete on close flag for fnum = 
%d, file %s\n,
delete_on_close ? Adding : Removing, fsp-fnum, fsp-fsp_name ));

+   if (fsp-is_directory || fsp-is_stat)
+   return NT_STATUS_OK;
+
if (lock_share_entry_fsp(fsp) == False)
return NT_STATUS_ACCESS_DENIED;

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


[Samba] 2.2.8: browsing and accessing Sun from Windows XP

2003-04-04 Thread Brian C. Hill
Hello,

First

I have followed BROWSING.txt exactly on setting up WINS to
assist with browse list collection. I set up a workgroup that just
includes a bunch of Suns running Samba 2.2.8 across about 6 networks.

$ smbclient -L domain_master_browser_host -U %

run on the domain master browser shows all of the hosts on the 6
different networks after a while. Great. And from an XP system on one
of those networks, I can click on a the Microsoft Windows Network and
see the Workgroup. BUT, when I click on it, the hourglass comes up after
a while and just says

workgroup is not accessible - maybe you do not have permissions
to access it

The account is not authorized to login from this host.

On a Win98 system, I can open up the workgroup and see the hosts, but I
get the same error when I try to click on a host.  I added

map to guest = bad password

to smb.conf, but this did not help (my XP login and Sun login are the
same). Debugging on smbd turned up to 10 and snoops show no traffic to
the DMB (I didn't expect any, but I didn't know what else to try).

Second

I tried using map network drive with the fqdn

\\domain_master_browser.domain.com\bchill

and it immediately fails wit the same message. Debugging on smbd turned
up to 10 and snoops show 'stuff' this time, but the smbd logs show
nothing that seems like an error or related to failed authentication in
any way. Snoop show a little traffic, including the stage where XP
tries to authenticate from HTTP (a little strange, but ok).

I also have PlainTextPassword enabled.

I don't get it. I have read everything I can. This has
to be something simple that I either set up incorrectly/incompletely,
or I am expecting this to work when it is not supposed to.

I would appreciate any clues. I can send the snoop output or
the smb logs, if anyone wants to see them.

Thanks.

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


Re: [Samba] %a reports a Windows XP client as having aWin2Karchitecture.

2003-04-04 Thread Thomas Bork
Hi Geoff Stitt,

you wrote:

 Still, when I log in from a Windows XP Professional client Win2K is
 still used.
[..]
 [2003/04/04 13:01:42, 2] smbd/open.c:open_file(246)
   ittest opened file ittest/Win2K/ntuser.ini read=Yes write=No
 (numopen=2)

Your log says only, that user ittest opened the file

ittest/Win2K/ntuser.ini

nothing more, nothing less. This has nothing to do with the macro %a.
If you want to know, from which share (service) the file was opened,
search in the log above for

[2003/04/04 22:38:08, 1] smbd/service.c:make_connection(636)
  ??? (xxx.xxx.xxx.xxx) connect to service ??? as user ittest (uid=?,
gid=?) (pid ???)


Example from my machine:

[2003/04/04 22:38:08, 1] smbd/service.c:make_connection(636)
  xp (192.168.0.11) connect to service root as user root (uid=0, gid=0)
(pid 12321)
[2003/04/04 22:38:13, 2] smbd/open.c:open_file(246)
  Administrator opened file profile/ntuser.ini read=Yes write=No
(numopen=2)
[2003/04/04 22:38:13, 2] smbd/close.c:close_normal_file(229)
  root closed file profile/ntuser.ini (numopen=1)


I opened \\root\profile\ntuser.ini in my homedir.


der tom

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


Re: [Samba] %a reports a Windows XP client as having a Win2Karchitecture.

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

On 4 Apr 2003, Geoff Stitt wrote:

 One of the variables available in Samba is %a, which, as you know is
 the architecture of the remote machine.  I tested using this variable
 with a Windows 2000 and Windows XP client. Unfortunately, the log file
 reports the Windows XP client is seen as having an architecture of
 Win2K instead of something like WinXP. The Windows 2000 box shows up
 fine as Win2K.

Fixed in 2.2.8




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+je7yIR7qMdg1EfYRApT1AKC+od42dLQMBe3G/s2k4SUZ2V+QHQCgm9dM
4GS2LPeXRPhl2T2uCDX5Dy8=
=QqKS
-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] %a reports a Windows XP client as having a Win2Karchitecture.

2003-04-04 Thread Thomas Bork
Hi Gerald (Jerry) Carter,

you wrote:

 One of the variables available in Samba is %a, which, as you know
 is the architecture of the remote machine.  I tested using this
 variable with a Windows 2000 and Windows XP client. Unfortunately,
 the log file reports the Windows XP client is seen as having an
 architecture of Win2K instead of something like WinXP. The
 Windows 2000 box shows up fine as Win2K.

 Fixed in 2.2.8

sorry, not really  ;o)
Found the problem now too. If configuring

logon path = \\%N\%U\%a

in smb.conf and making a connection as Administrator (mapped to root)
with WinXPPro, the directory /root/Win2K for profile directory will be
created  :(
   ^^

der tom

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


Re: [Samba] %a reports a Windows XP client as having aWin2Karchitecture.

2003-04-04 Thread Geoff Stitt
Sorry,

I am not being descriptive enough.

In my smb.conf I have the entry

logon path = \\%L\profiles\%U\%a

Hence the reason why you see iitest\Win2K\ntuser.ini, etc. in the log.

The Win2K portion is what is substituted for %a.

In fact, when I look in /var/spool/samba/profiles I see the directories
ittest\Win2K\,username\Win2K\,etc., which is what I wanted as it
keeps profiles for different architectures separate.


Thx.
On Fri, 2003-04-04 at 15:46, Thomas Bork wrote:
 Hi Geoff Stitt,
 
 you wrote:
 
  Still, when I log in from a Windows XP Professional client Win2K is
  still used.
 [..]
  [2003/04/04 13:01:42, 2] smbd/open.c:open_file(246)
ittest opened file ittest/Win2K/ntuser.ini read=Yes write=No
  (numopen=2)
 
 Your log says only, that user ittest opened the file
 
 ittest/Win2K/ntuser.ini
 
 nothing more, nothing less. This has nothing to do with the macro %a.
 If you want to know, from which share (service) the file was opened,
 search in the log above for
 
 [2003/04/04 22:38:08, 1] smbd/service.c:make_connection(636)
   ??? (xxx.xxx.xxx.xxx) connect to service ??? as user ittest (uid=?,
 gid=?) (pid ???)
 
 
 Example from my machine:
 
 [2003/04/04 22:38:08, 1] smbd/service.c:make_connection(636)
   xp (192.168.0.11) connect to service root as user root (uid=0, gid=0)
 (pid 12321)
 [2003/04/04 22:38:13, 2] smbd/open.c:open_file(246)
   Administrator opened file profile/ntuser.ini read=Yes write=No
 (numopen=2)
 [2003/04/04 22:38:13, 2] smbd/close.c:close_normal_file(229)
   root closed file profile/ntuser.ini (numopen=1)
 
 
 I opened \\root\profile\ntuser.ini in my homedir.
 
 
 der tom
-- 
Geoff Stitt
Information Technology Dept.
SOMA Networks, Inc.
312 Adelaide Street West
Suite 700
Toronto, CANADA M5V 1R2
Phone +1 416 977 1414, x1611
Fax   +1 416 977 1505 


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


[Samba] Documentation

2003-04-04 Thread Paul Kaplan
The Samba roadmap page indicates that some documentation for 3.0 is complete 
but the two mirrors on which I looked for it said the page could not be 
found.  Could someone please post a link to the existing 3.0 documentation, 
hopefully a location that is being regularly updated.
TIA
Paul
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] 2.2.1a / 2.2.2 bug is back in 2.2.8

2003-04-04 Thread Bob Crandell
[EMAIL PROTECTED] wrote: 
On Fri, Apr 04, 2003 at 02:16:59PM -0600, Tom Schaefer wrote:
 Hello,
 
 Back when 2.2.2 was the current samba release I came across the
following problem when deleting folders in Windows 2000 which I'll
repost again below.  After I finally got his attention with a few very
wordy messages to the samba mailing list, Jeremy fixed it blazingly
fast and wrote me back:

Here is the fix. The problem re-occurred due to the re-write of the
delete on
close code in 2.2.8 to correctly match Win2k semantics. I forgot to
check the
type of the fsp in seeting the flag.

Sorry for the bug,


Jeremy.

This is the kind of thing I've been waiting for before I install 2.2.8.  How
long will it take for fixes like this to make it into the tar source?

Thanks


--
Bob Crandell
Assured Computing
When you need to be sure.
[EMAIL PROTECTED]
www.assuredcomp.com
Voice - 541-689-9159
FAX - 541-463-1627
Eugene, Oregon



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


Re: [Samba] samba_3_0+ldapsam: Bug?

2003-04-04 Thread Andrew Bartlett
On Sat, 2003-04-05 at 03:01, Dariush Forouher wrote:
 Hi,
 
 after upgrading samba 3.0 from ~ Jan. 03 cvs - today's cvs, samba
 crashes while contacting an LDAP server.

Sorry about that - I fixed it in HEAD but only just merged it to 3.0.

Andrew Bartlett

-- 
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] Documentation

2003-04-04 Thread John H Terpstra
On Fri, 4 Apr 2003, Paul Kaplan wrote:

 The Samba roadmap page indicates that some documentation for 3.0 is complete
 but the two mirrors on which I looked for it said the page could not be
 found.  Could someone please post a link to the existing 3.0 documentation,
 hopefully a location that is being regularly updated.

Please be patient. We are working on the documentation right now. The main
work repository for 3.0.0 docs development is in the HEAD branch. By the
end of the week-end I will merge the HEAD branch documentation to 3.0.0.

What are you looking for?

- John T.
-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Windows 95 client with Samba PDC

2003-04-04 Thread Curtis Vaughan
Set up a Samba 2.2.7 PDC.
According to the documents, getting a W98 client to authenticate 
against it is simple. But there are some tricks to getting a W2K 
computer to authenticate against a Samba server.

Well, I started with the W2K Advanced Server, followed the instructions 
and boom!, magic. It works perfect.
So I thought the W98 would be a breeze. I have been working on this for 
hours and nothing. At this point it merely says that the password is 
wrong when I try to log in with any account. I have turned off password 
encryption on the Samba server.

What else could be up?

Curtis Vaughan

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


Re: [Samba] net rpc samdump error on samba-3.0alpha22

2003-04-04 Thread Andrew Bartlett
On Wed, 2003-04-02 at 10:16, Laurent Hubert wrote:
 Hi John,
 
 I installed samba-3.0alpha22-1.rpm from crash (removed previous version
 then install). I refreshed the membership of the samba server by
 removing it from the NT domain and then made a net join to the domain
 IMAGERIE. 

 # Global parameters
 [global]
 workgroup = IMAGERIE
 server string = Serveur Samba %v sur %L
 interfaces = 192.168.1.125/24
 security = DOMAIN

To setup the account correctly, you need to make yourself a BDC first. 
Set 'security=user' 'domain logons = yes' 'domain master = no'.

(yes, we need to make this easier)

Andrew Bartlett

-- 
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


[Samba] samba, ncurses, and sysV printing?

2003-04-04 Thread Lee Kolinsky
Dear SAMBA Group,

I've playing around with getting SAMBA to do things for me.
I have an Ultra-1 running Solaris 2.6 and a Win-XP system with
a Canon BJC-2000 printer attached to it.
I'm trying to get the SUN to print to the printer on the XP box.
I have followed various instructions but now when I print as root
with lp -d bjc file I get an email message sent to root saying

ld.so.1: /usr/local/samba/bin/smbclient: fatal: libncurses.so.5: open failed: no such 
file or
directory
killed

I have installed the ncurses package and the libncurses.so.5 is in 
/usr/local/ncurses/lib

Also my LD_LIBRARY_PATH includes /usr/local/ncurses/lib

Any tips?

--Lee

-- 
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/lib

2003-04-04 Thread mbp

Date:   Fri Apr  4 08:16:14 2003
Author: mbp

Update of /data/cvs/samba/source/lib
In directory dp.samba.org:/tmp/cvs-serv21031

Modified Files:
  Tag: SAMBA_3_0
util_unistr.c 
Log Message:
check_dos_char: Change this to use a lazily-initialized lookup table
indicating which characters are valid dos characters.  This function
was previously quite slow because it did two unicode conversions on
every call.


Revisions:
util_unistr.c   1.92.2.7 = 1.92.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util_unistr.c?r1=1.92.2.7r2=1.92.2.8


CVS update: samba/source/lib

2003-04-04 Thread mbp

Date:   Fri Apr  4 08:25:05 2003
Author: mbp

Update of /data/cvs/samba/source/lib
In directory dp.samba.org:/tmp/cvs-serv21790

Modified Files:
  Tag: SAMBA_3_0
charcnv.c 
Log Message:
Export lazy_initialize_conv so that it can be called from
check_dos_char.

init_iconv: Call init_doschar_table when reinitializing conversions.


Revisions:
charcnv.c   1.55.2.14 = 1.55.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/charcnv.c?r1=1.55.2.14r2=1.55.2.15


CVS update: samba/docs/docbook/smbdotconf/security

2003-04-04 Thread vlendec

Date:   Fri Apr  4 15:21:03 2003
Author: vlendec

Update of /data/cvs/samba/docs/docbook/smbdotconf/security
In directory dp.samba.org:/tmp/cvs-serv4027/docs/docbook/smbdotconf/security

Added Files:
serverschannel.xml 
Log Message:
This is a merge of the NETLOGON schannel server code from Samba
TNG. Actually, it exists in the main Samba cvs tree in APPLIANCE_TNG
as I found out later :-)

It adds a new parameter: server schannel = yes/auto/no defaulting to
auto.

What does this mean to the user: No requireSignOrSeal registry patch
for XP anymore.

Many thanks for this code to Luke Leighton, Elrond and anybody else I
forgot to mention.

My next thing will be to see if this applies cleanly to 3_0.

Please test and comment!

Volker



Revisions:
serverschannel.xml  NONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/smbdotconf/security/serverschannel.xml?rev=1.1


CVS update: samba/source/include

2003-04-04 Thread vlendec

Date:   Fri Apr  4 15:21:03 2003
Author: vlendec

Update of /data/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv4027/source/include

Modified Files:
ntdomain.h rpc_dce.h 
Log Message:
This is a merge of the NETLOGON schannel server code from Samba
TNG. Actually, it exists in the main Samba cvs tree in APPLIANCE_TNG
as I found out later :-)

It adds a new parameter: server schannel = yes/auto/no defaulting to
auto.

What does this mean to the user: No requireSignOrSeal registry patch
for XP anymore.

Many thanks for this code to Luke Leighton, Elrond and anybody else I
forgot to mention.

My next thing will be to see if this applies cleanly to 3_0.

Please test and comment!

Volker



Revisions:
ntdomain.h  1.82 = 1.83

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/ntdomain.h?r1=1.82r2=1.83
rpc_dce.h   1.27 = 1.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_dce.h?r1=1.27r2=1.28


CVS update: samba/source/param

2003-04-04 Thread vlendec

Date:   Fri Apr  4 15:21:04 2003
Author: vlendec

Update of /data/cvs/samba/source/param
In directory dp.samba.org:/tmp/cvs-serv4027/source/param

Modified Files:
loadparm.c 
Log Message:
This is a merge of the NETLOGON schannel server code from Samba
TNG. Actually, it exists in the main Samba cvs tree in APPLIANCE_TNG
as I found out later :-)

It adds a new parameter: server schannel = yes/auto/no defaulting to
auto.

What does this mean to the user: No requireSignOrSeal registry patch
for XP anymore.

Many thanks for this code to Luke Leighton, Elrond and anybody else I
forgot to mention.

My next thing will be to see if this applies cleanly to 3_0.

Please test and comment!

Volker



Revisions:
loadparm.c  1.495 = 1.496

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c?r1=1.495r2=1.496


CVS update: samba/source/rpc_parse

2003-04-04 Thread vlendec

Date:   Fri Apr  4 15:21:04 2003
Author: vlendec

Update of /data/cvs/samba/source/rpc_parse
In directory dp.samba.org:/tmp/cvs-serv4027/source/rpc_parse

Modified Files:
parse_rpc.c 
Log Message:
This is a merge of the NETLOGON schannel server code from Samba
TNG. Actually, it exists in the main Samba cvs tree in APPLIANCE_TNG
as I found out later :-)

It adds a new parameter: server schannel = yes/auto/no defaulting to
auto.

What does this mean to the user: No requireSignOrSeal registry patch
for XP anymore.

Many thanks for this code to Luke Leighton, Elrond and anybody else I
forgot to mention.

My next thing will be to see if this applies cleanly to 3_0.

Please test and comment!

Volker



Revisions:
parse_rpc.c 1.50 = 1.51

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_rpc.c?r1=1.50r2=1.51


CVS update: samba/source/rpc_server

2003-04-04 Thread vlendec

Date:   Fri Apr  4 15:21:04 2003
Author: vlendec

Update of /data/cvs/samba/source/rpc_server
In directory dp.samba.org:/tmp/cvs-serv4027/source/rpc_server

Modified Files:
srv_netlog_nt.c srv_pipe.c srv_pipe_hnd.c 
Log Message:
This is a merge of the NETLOGON schannel server code from Samba
TNG. Actually, it exists in the main Samba cvs tree in APPLIANCE_TNG
as I found out later :-)

It adds a new parameter: server schannel = yes/auto/no defaulting to
auto.

What does this mean to the user: No requireSignOrSeal registry patch
for XP anymore.

Many thanks for this code to Luke Leighton, Elrond and anybody else I
forgot to mention.

My next thing will be to see if this applies cleanly to 3_0.

Please test and comment!

Volker



Revisions:
srv_netlog_nt.c 1.70 = 1.71

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_netlog_nt.c?r1=1.70r2=1.71
srv_pipe.c  1.108 = 1.109

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_pipe.c?r1=1.108r2=1.109
srv_pipe_hnd.c  1.85 = 1.86

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_pipe_hnd.c?r1=1.85r2=1.86


CVS update: samba/docs/textdocs

2003-04-04 Thread jht

Date:   Fri Apr  4 15:32:45 2003
Author: jht

Update of /home/cvs/samba/docs/textdocs
In directory dp.samba.org:/tmp/cvs-serv6438

Removed Files:
CUPS-PrintingInfo.txt PROFILES.txt 
Log Message:
Obsoleted files. All content of value is now in the HOWTO Collection.


Revisions:
CUPS-PrintingInfo.txt   1.3 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba/docs/textdocs/CUPS-PrintingInfo.txt?rev=1.3
PROFILES.txt1.15 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba/docs/textdocs/PROFILES.txt?rev=1.15


CVS update: samba/docs

2003-04-04 Thread jelmer

Date:   Fri Apr  4 16:00:03 2003
Author: jelmer

Update of /home/cvs/samba/docs
In directory dp.samba.org:/tmp/cvs-serv10019

Modified Files:
docs-status 
Log Message:

Claim some jobs :-)


Revisions:
docs-status 1.26 = 1.27
http://www.samba.org/cgi-bin/cvsweb/samba/docs/docs-status?r1=1.26r2=1.27


CVS update: samba/docs/docbook

2003-04-04 Thread jelmer

Date:   Fri Apr  4 17:59:54 2003
Author: jelmer

Update of /home/cvs/samba/docs/docbook
In directory dp.samba.org:/tmp/cvs-serv24282

Modified Files:
global.ent 
Log Message:

Add entities for some common authors


Revisions:
global.ent  1.8 = 1.9
http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/global.ent?r1=1.8r2=1.9


CVS update: samba/source/include

2003-04-04 Thread jra

Date:   Fri Apr  4 20:04:52 2003
Author: jra

Update of /data/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv6165/include

Modified Files:
  Tag: SAMBA_2_2
proto.h 
Log Message:
Fix for very subtle POSIX lock interaction race condition found by
Herb. We need to unlock POSIX locks before notifying pending lock
processes.
Jeremy.


Revisions:
proto.h 1.900.2.420 = 1.900.2.421

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/proto.h?r1=1.900.2.420r2=1.900.2.421


CVS update: samba/source/smbd

2003-04-04 Thread jra

Date:   Fri Apr  4 20:04:56 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv6165/smbd

Modified Files:
  Tag: SAMBA_2_2
blocking.c 
Log Message:
Fix for very subtle POSIX lock interaction race condition found by
Herb. We need to unlock POSIX locks before notifying pending lock
processes.
Jeremy.


Revisions:
blocking.c  1.14.4.17 = 1.14.4.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/blocking.c?r1=1.14.4.17r2=1.14.4.18


CVS update: samba/source/locking

2003-04-04 Thread jra

Date:   Fri Apr  4 20:38:12 2003
Author: jra

Update of /data/cvs/samba/source/locking
In directory dp.samba.org:/tmp/cvs-serv9786/locking

Modified Files:
  Tag: SAMBA_3_0
brlock.c locking.c 
Log Message:
Fix for very subtle POSIX lock interaction race condition found by
Herb. We need to unlock POSIX locks before notifying pending lock
processes.
Jeremy.


Revisions:
brlock.c1.34.2.3 = 1.34.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/locking/brlock.c?r1=1.34.2.3r2=1.34.2.4
locking.c   1.135.2.7 = 1.135.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/locking/locking.c?r1=1.135.2.7r2=1.135.2.8


CVS update: samba/source/smbd

2003-04-04 Thread jra

Date:   Fri Apr  4 20:38:12 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv9786/smbd

Modified Files:
  Tag: SAMBA_3_0
blocking.c 
Log Message:
Fix for very subtle POSIX lock interaction race condition found by
Herb. We need to unlock POSIX locks before notifying pending lock
processes.
Jeremy.


Revisions:
blocking.c  1.28.2.4 = 1.28.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/blocking.c?r1=1.28.2.4r2=1.28.2.5


CVS update: samba/source/locking

2003-04-04 Thread jra

Date:   Fri Apr  4 20:38:25 2003
Author: jra

Update of /data/cvs/samba/source/locking
In directory dp.samba.org:/tmp/cvs-serv9871/locking

Modified Files:
brlock.c locking.c 
Log Message:
Fix for very subtle POSIX lock interaction race condition found by
Herb. We need to unlock POSIX locks before notifying pending lock
processes.
Jeremy.


Revisions:
brlock.c1.38 = 1.39

http://www.samba.org/cgi-bin/cvsweb/samba/source/locking/brlock.c?r1=1.38r2=1.39
locking.c   1.142 = 1.143

http://www.samba.org/cgi-bin/cvsweb/samba/source/locking/locking.c?r1=1.142r2=1.143


CVS update: samba/source/smbd

2003-04-04 Thread jra

Date:   Fri Apr  4 20:38:25 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv9871/smbd

Modified Files:
blocking.c 
Log Message:
Fix for very subtle POSIX lock interaction race condition found by
Herb. We need to unlock POSIX locks before notifying pending lock
processes.
Jeremy.


Revisions:
blocking.c  1.34 = 1.35

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/blocking.c?r1=1.34r2=1.35


CVS update: samba/source/libsmb

2003-04-04 Thread sharpe

Date:   Fri Apr  4 21:03:15 2003
Author: sharpe

Update of /data/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv13618/libsmb

Modified Files:
  Tag: SAMBA_2_2
libsmbclient.c 
Log Message:

Add some castiness for Don McCall ...



Revisions:
libsmbclient.c  1.27.2.24 = 1.27.2.25

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/libsmbclient.c?r1=1.27.2.24r2=1.27.2.25


CVS update: samba/source/libsmb

2003-04-04 Thread sharpe

Date:   Fri Apr  4 21:15:20 2003
Author: sharpe

Update of /data/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv14725/libsmb

Modified Files:
libsmbclient.c 
Log Message:

Some castiness for Don McCall.



Revisions:
libsmbclient.c  1.69 = 1.70

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/libsmbclient.c?r1=1.69r2=1.70


CVS update: samba/source/smbd

2003-04-04 Thread jra

Date:   Fri Apr  4 21:58:30 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv20863/smbd

Modified Files:
  Tag: SAMBA_2_2
close.c trans2.c 
Log Message:
Re-fix regression noticed by Tom Schaefer [EMAIL PROTECTED] due to
correct delete on close semantics change.
Jeremy.


Revisions:
close.c 1.22.4.20 = 1.22.4.21

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/close.c?r1=1.22.4.20r2=1.22.4.21
trans2.c1.149.4.99 = 1.149.4.100

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c?r1=1.149.4.99r2=1.149.4.100


CVS update: samba/source/smbd

2003-04-04 Thread jra

Date:   Fri Apr  4 21:58:42 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv20942/smbd

Modified Files:
close.c trans2.c 
Log Message:
Re-fix regression noticed by Tom Schaefer [EMAIL PROTECTED] due to
correct delete on close semantics change.
Jeremy.


Revisions:
close.c 1.44 = 1.45
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/close.c?r1=1.44r2=1.45
trans2.c1.245 = 1.246

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c?r1=1.245r2=1.246


CVS update: samba/source/libsmb

2003-04-04 Thread sharpe

Date:   Fri Apr  4 22:16:50 2003
Author: sharpe

Update of /data/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv23059/libsmb

Modified Files:
  Tag: SAMBA_3_0
libsmbclient.c 
Log Message:

Add some castiness for Don McCall.



Revisions:
libsmbclient.c  1.50.2.6 = 1.50.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/libsmbclient.c?r1=1.50.2.6r2=1.50.2.7


CVS update: samba/docs/docbook

2003-04-04 Thread jelmer

Date:   Fri Apr  4 23:04:48 2003
Author: jelmer

Update of /home/cvs/samba/docs/docbook
In directory dp.samba.org:/tmp/cvs-serv27728

Modified Files:
global.ent 
Log Message:

- Add some entities for authors
- Layout improvements, fixing links


Revisions:
global.ent  1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/global.ent?r1=1.9r2=1.10


CVS update: samba/docs/docbook/projdoc

2003-04-04 Thread jelmer

Date:   Fri Apr  4 23:04:49 2003
Author: jelmer

Update of /home/cvs/samba/docs/docbook/projdoc
In directory dp.samba.org:/tmp/cvs-serv27728/projdoc

Modified Files:
ADS-HOWTO.sgml AdvancedNetworkAdmin.sgml 
Browsing-Quickguide.sgml Browsing.sgml Bugs.sgml 
CUPS-printing.sgml Compiling.sgml DOMAIN_MEMBER.sgml 
Diagnosis.sgml GROUP-MAPPING-HOWTO.sgml 
Integrating-with-Windows.sgml NT4Migration.sgml 
NT_Security.sgml Other-Clients.sgml 
PAM-Authentication-And-Samba.sgml PolicyMgmt.sgml 
Portability.sgml ProfileMgmt.sgml SWAT.sgml 
Samba-BDC-HOWTO.sgml Samba-PDC-HOWTO.sgml ServerType.sgml 
Speed.sgml UNIX_INSTALL.sgml VFS.sgml passdb.sgml 
printer_driver2.sgml samba-doc.sgml securing-samba.sgml 
security_level.sgml unicode.sgml upgrading-to-3.0.sgml 
winbind.sgml 
Log Message:

- Add some entities for authors
- Layout improvements, fixing links


Revisions:
ADS-HOWTO.sgml  1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/ADS-HOWTO.sgml?r1=1.6r2=1.7
AdvancedNetworkAdmin.sgml   1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/AdvancedNetworkAdmin.sgml?r1=1.5r2=1.6
Browsing-Quickguide.sgml1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Browsing-Quickguide.sgml?r1=1.5r2=1.6
Browsing.sgml   1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Browsing.sgml?r1=1.4r2=1.5
Bugs.sgml   1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Bugs.sgml?r1=1.2r2=1.3
CUPS-printing.sgml  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/CUPS-printing.sgml?r1=1.3r2=1.4
Compiling.sgml  1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Compiling.sgml?r1=1.2r2=1.3
DOMAIN_MEMBER.sgml  1.8 = 1.9

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/DOMAIN_MEMBER.sgml?r1=1.8r2=1.9
Diagnosis.sgml  1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Diagnosis.sgml?r1=1.5r2=1.6
GROUP-MAPPING-HOWTO.sgml1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/GROUP-MAPPING-HOWTO.sgml?r1=1.3r2=1.4
Integrating-with-Windows.sgml   1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Integrating-with-Windows.sgml?r1=1.6r2=1.7
NT4Migration.sgml   1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/NT4Migration.sgml?r1=1.1r2=1.2
NT_Security.sgml1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/NT_Security.sgml?r1=1.7r2=1.8
Other-Clients.sgml  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Other-Clients.sgml?r1=1.3r2=1.4
PAM-Authentication-And-Samba.sgml   1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/PAM-Authentication-And-Samba.sgml?r1=1.7r2=1.8
PolicyMgmt.sgml 1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/PolicyMgmt.sgml?r1=1.3r2=1.4
Portability.sgml1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Portability.sgml?r1=1.5r2=1.6
ProfileMgmt.sgml1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/ProfileMgmt.sgml?r1=1.2r2=1.3
SWAT.sgml   1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/SWAT.sgml?r1=1.2r2=1.3
Samba-BDC-HOWTO.sgml1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Samba-BDC-HOWTO.sgml?r1=1.6r2=1.7
Samba-PDC-HOWTO.sgml1.13 = 1.14

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Samba-PDC-HOWTO.sgml?r1=1.13r2=1.14
ServerType.sgml 1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/ServerType.sgml?r1=1.4r2=1.5
Speed.sgml  1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Speed.sgml?r1=1.2r2=1.3
UNIX_INSTALL.sgml   1.12 = 1.13

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/UNIX_INSTALL.sgml?r1=1.12r2=1.13
VFS.sgml1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/VFS.sgml?r1=1.3r2=1.4
passdb.sgml 1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/passdb.sgml?r1=1.7r2=1.8
printer_driver2.sgml1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/printer_driver2.sgml?r1=1.9r2=1.10
samba-doc.sgml  1.32 = 1.33

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/samba-doc.sgml?r1=1.32r2=1.33

CVS update: samba/source

2003-04-04 Thread jelmer

Date:   Fri Apr  4 23:11:38 2003
Author: jelmer

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

Modified Files:
configure.in 
Log Message:

Use $SHLIBEXT, not .so


Revisions:
configure.in1.454 = 1.455
http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.454r2=1.455


CVS update: samba/source

2003-04-04 Thread jelmer

Date:   Fri Apr  4 23:22:19 2003
Author: jelmer

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

Modified Files:
  Tag: SAMBA_3_0
configure.in 
Log Message:

Use $SHLIBEXT rather then so


Revisions:
configure.in1.300.2.59 = 1.300.2.60

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.300.2.59r2=1.300.2.60


CVS update: samba/source

2003-04-04 Thread jelmer

Date:   Fri Apr  4 23:31:09 2003
Author: jelmer

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

Modified Files:
configure.in 
Log Message:

Replace 'so' by $SHLIBEXT


Revisions:
configure.in1.455 = 1.456
http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.455r2=1.456


CVS update: samba/source/libsmb

2003-04-04 Thread sharpe

Date:   Fri Apr  4 23:39:16 2003
Author: sharpe

Update of /data/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv31605/libsmb

Modified Files:
cliconnect.c libsmbclient.c 
Log Message:

Some more good stuff from coolo.



Revisions:
cliconnect.c1.134 = 1.135

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c?r1=1.134r2=1.135
libsmbclient.c  1.70 = 1.71

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/libsmbclient.c?r1=1.70r2=1.71


CVS update: samba/source/utils

2003-04-04 Thread sharpe

Date:   Fri Apr  4 23:39:16 2003
Author: sharpe

Update of /data/cvs/samba/source/utils
In directory dp.samba.org:/tmp/cvs-serv31605/utils

Modified Files:
smbtree.c 
Log Message:

Some more good stuff from coolo.



Revisions:
smbtree.c   1.20 = 1.21

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/smbtree.c?r1=1.20r2=1.21


CVS update: samba/docs/docbook/projdoc

2003-04-04 Thread jelmer

Date:   Sat Apr  5 00:48:15 2003
Author: jelmer

Update of /home/cvs/samba/docs/docbook/projdoc
In directory dp.samba.org:/tmp/cvs-serv5481/projdoc

Modified Files:
ADS-HOWTO.sgml AdvancedNetworkAdmin.sgml 
Browsing-Quickguide.sgml 
Log Message:

Some layout updates


Revisions:
ADS-HOWTO.sgml  1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/ADS-HOWTO.sgml?r1=1.7r2=1.8
AdvancedNetworkAdmin.sgml   1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/AdvancedNetworkAdmin.sgml?r1=1.6r2=1.7
Browsing-Quickguide.sgml1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Browsing-Quickguide.sgml?r1=1.6r2=1.7


CVS update: samba

2003-04-04 Thread herb

Date:   Sat Apr  5 00:57:19 2003
Author: herb

Update of /data/cvs/samba
In directory dp.samba.org:/tmp/cvs-serv6401

Modified Files:
  Tag: SAMBA_2_2
WHATSNEW.txt 
Log Message:
copy released version here


Revisions:
WHATSNEW.txt1.34.6.48 = 1.34.6.49

http://www.samba.org/cgi-bin/cvsweb/samba/WHATSNEW.txt?r1=1.34.6.48r2=1.34.6.49


CVS update: samba/source/passdb

2003-04-04 Thread abartlet

Date:   Sat Apr  5 05:11:50 2003
Author: abartlet

Update of /home/cvs/samba/source/passdb
In directory dp.samba.org:/tmp/cvs-serv32190/passdb

Modified Files:
  Tag: SAMBA_3_0
pdb_ldap.c 
Log Message:
Ensure we don't segfault if ldap doesn't fill in the ld_error string (merge from HEAD).

Andrew Bartlett


Revisions:
pdb_ldap.c  1.28.2.31 = 1.28.2.32

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_ldap.c?r1=1.28.2.31r2=1.28.2.32


CVS update: samba/docs/docbook

2003-04-04 Thread jht

Date:   Sat Apr  5 07:42:28 2003
Author: jht

Update of /home/cvs/samba/docs/docbook
In directory dp.samba.org:/tmp/cvs-serv13513

Modified Files:
  Tag: SAMBA_3_0
global.ent 
Log Message:
Merging HEAD to 3.0.0


Revisions:
global.ent  1.1.4.2 = 1.1.4.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/global.ent?r1=1.1.4.2r2=1.1.4.3


CVS update: samba/docs/docbook/projdoc

2003-04-04 Thread jht

Date:   Sat Apr  5 07:42:29 2003
Author: jht

Update of /home/cvs/samba/docs/docbook/projdoc
In directory dp.samba.org:/tmp/cvs-serv13513/projdoc

Modified Files:
  Tag: SAMBA_3_0
ADS-HOWTO.sgml AdvancedNetworkAdmin.sgml 
Browsing-Quickguide.sgml Browsing.sgml Bugs.sgml 
CUPS-printing.sgml Compiling.sgml DOMAIN_MEMBER.sgml 
Diagnosis.sgml GROUP-MAPPING-HOWTO.sgml 
Integrating-with-Windows.sgml NT4Migration.sgml 
NT_Security.sgml Other-Clients.sgml 
PAM-Authentication-And-Samba.sgml PolicyMgmt.sgml 
Portability.sgml ProfileMgmt.sgml SWAT.sgml 
Samba-BDC-HOWTO.sgml Samba-PDC-HOWTO.sgml ServerType.sgml 
Speed.sgml UNIX_INSTALL.sgml VFS.sgml passdb.sgml 
printer_driver2.sgml samba-doc.sgml securing-samba.sgml 
security_level.sgml unicode.sgml upgrading-to-3.0.sgml 
winbind.sgml 
Log Message:
Merging HEAD to 3.0.0


Revisions:
ADS-HOWTO.sgml  1.1.2.4 = 1.1.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/ADS-HOWTO.sgml?r1=1.1.2.4r2=1.1.2.5
AdvancedNetworkAdmin.sgml   1.5.2.1 = 1.5.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/AdvancedNetworkAdmin.sgml?r1=1.5.2.1r2=1.5.2.2
Browsing-Quickguide.sgml1.1.2.4 = 1.1.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Browsing-Quickguide.sgml?r1=1.1.2.4r2=1.1.2.5
Browsing.sgml   1.1.2.4 = 1.1.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Browsing.sgml?r1=1.1.2.4r2=1.1.2.5
Bugs.sgml   1.1.2.2 = 1.1.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Bugs.sgml?r1=1.1.2.2r2=1.1.2.3
CUPS-printing.sgml  1.2.2.2 = 1.2.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/CUPS-printing.sgml?r1=1.2.2.2r2=1.2.2.3
Compiling.sgml  1.1.2.2 = 1.1.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Compiling.sgml?r1=1.1.2.2r2=1.1.2.3
DOMAIN_MEMBER.sgml  1.4.2.3 = 1.4.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/DOMAIN_MEMBER.sgml?r1=1.4.2.3r2=1.4.2.4
Diagnosis.sgml  1.1.2.5 = 1.1.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Diagnosis.sgml?r1=1.1.2.5r2=1.1.2.6
GROUP-MAPPING-HOWTO.sgml1.1.2.3 = 1.1.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/GROUP-MAPPING-HOWTO.sgml?r1=1.1.2.3r2=1.1.2.4
Integrating-with-Windows.sgml   1.2.2.4 = 1.2.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Integrating-with-Windows.sgml?r1=1.2.2.4r2=1.2.2.5
NT4Migration.sgml   1.1.2.1 = 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/NT4Migration.sgml?r1=1.1.2.1r2=1.1.2.2
NT_Security.sgml1.4.2.2 = 1.4.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/NT_Security.sgml?r1=1.4.2.2r2=1.4.2.3
Other-Clients.sgml  1.1.2.3 = 1.1.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Other-Clients.sgml?r1=1.1.2.3r2=1.1.2.4
PAM-Authentication-And-Samba.sgml   1.3.2.2 = 1.3.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/PAM-Authentication-And-Samba.sgml?r1=1.3.2.2r2=1.3.2.3
PolicyMgmt.sgml 1.3.2.1 = 1.3.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/PolicyMgmt.sgml?r1=1.3.2.1r2=1.3.2.2
Portability.sgml1.1.2.4 = 1.1.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Portability.sgml?r1=1.1.2.4r2=1.1.2.5
ProfileMgmt.sgml1.2.2.1 = 1.2.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/ProfileMgmt.sgml?r1=1.2.2.1r2=1.2.2.2
SWAT.sgml   1.2.2.1 = 1.2.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/SWAT.sgml?r1=1.2.2.1r2=1.2.2.2
Samba-BDC-HOWTO.sgml1.3.2.4 = 1.3.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Samba-BDC-HOWTO.sgml?r1=1.3.2.4r2=1.3.2.5
Samba-PDC-HOWTO.sgml1.5.2.5 = 1.5.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Samba-PDC-HOWTO.sgml?r1=1.5.2.5r2=1.5.2.6
ServerType.sgml 1.2.2.2 = 1.2.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/ServerType.sgml?r1=1.2.2.2r2=1.2.2.3
Speed.sgml  1.1.2.2 = 1.1.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/Speed.sgml?r1=1.1.2.2r2=1.1.2.3
UNIX_INSTALL.sgml   1.5.2.4 = 1.5.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/UNIX_INSTALL.sgml?r1=1.5.2.4r2=1.5.2.5
VFS.sgml1.2.2.2 = 1.2.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/projdoc/VFS.sgml?r1=1.2.2.2r2=1.2.2.3
passdb.sgml 1.5.2.2 = 1.5.2.3