Re: [Samba] Error at client side

2002-10-04 Thread Bruno Ferreira

At 23:46 03-10-2002 -0400, you wrote:
I even can see Samba server from my W2k machine. However, when I click on
that, I wait a while and get an error message The network path was not
found. I
don't know why?

 I think this error comes up if you specify a share but then don't 
create the share's actual directory in the disk (i.e. you create the 
Documents - /usr/docs share, but don't create the /usr/docs directory), 
or the permissions for said directory don't allow for the connection.

 Bruno Ferreira

---
[This E-mail scanned for viruses by Declude Virus]

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



Re: [Samba] XP Client Connects to Print Queue, Sends, Fails to Print

2002-10-04 Thread linux power

There is a bug in samba which cannot resolve -P %p
in the print command.Replace -P %p with the absolute
path to the printer.



 --- Kevin Bramblett [EMAIL PROTECTED]
skrev:  Hello everyone,
 
 I am having a problem printing to a Xerox Document
 Centre 440 ST from XP pro
 Clients thru my RedHat Linux 7.2 server running
 Samba 2.2.3a.
 
 The XP Clients connect successfully to the printer
 queue, sends the file,
 but nothing comes out of the printer.  At least for
 most XP Clients.  I have
 one PC that does print, but that person is also an
 admin on the Linux box.
 I know the PCs connect because I have also seen
 other peoples' print jobs in
 the print queue from the PC that is having trouble.
 
 Here is the printer portion of the Samba printer
 configuration, if it helps:
 
 [global]
  printcap name = /etc/printcap
  load printers = yes
  printing = lprng
  use client driver = yes
 
 [printers]
  comment = All Printers
  path = /usr/spool/samba
  browseable = yes
  print command = lpr -b -r -h -P%p %s
  writeable = no
  printable = yes
  valid users = @TUMS+DOMAIN USERS @TUMS+DOMAIN
 WEBUSERS
 
 How can I fix this problem?  All help is welcomed!
 
 Thanks.
 Kevin
 
 -- 
 To unsubscribe from this list go to the following
 URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

__
Se den nye Yahoo! Mail på http://no.yahoo.com/
Nytt design, enklere å bruke, alltid tilgang til Adressebok, Kalender og Notisbok
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Error at client side

2002-10-04 Thread Magnus Malmsten


Bruno Ferreira wrote:

 At 23:46 03-10-2002 -0400, you wrote:

 I even can see Samba server from my W2k machine. However, when I click on
 that, I wait a while and get an error message The network path was not
 found. I
 don't know why?


 I think this error comes up if you specify a share but then 
 don't create the share's actual directory in the disk (i.e. you create 
 the Documents - /usr/docs share, but don't create the /usr/docs 
 directory), or the permissions for said directory don't allow for the 
 connection.

 Bruno Ferreira

I have the same problem with win2000sp3 and win 98 (have not tested NT4),
does the directory permissions have to be defined or is it sufficient to 
just create them?


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



Re: [Samba] Error at client side

2002-10-04 Thread Bruno Ferreira

At 10:14 04-10-2002 +0300, you wrote:

I have the same problem with win2000sp3 and win 98 (have not tested NT4),
does the directory permissions have to be defined or is it sufficient to 
just create them?
 Creating them is usually enough, though you'll probably want to 
set write permissions to other users, enabling them to modify its contents.

 Bruno Ferreira

---
[This E-mail scanned for viruses by Declude Virus]

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



Re: [Samba] Error at client side

2002-10-04 Thread Magnus Malmsten

Bruno Ferreira wrote:

 At 10:14 04-10-2002 +0300, you wrote:

 I have the same problem with win2000sp3 and win 98 (have not tested NT4),
 does the directory permissions have to be defined or is it sufficient 
 to just create them?

 Creating them is usually enough, though you'll probably want 
 to set write permissions to other users, enabling them to modify its 
 contents.

 Bruno Ferreira

Have given user nobody (does it exist) rights to access the directory 
and a file in the directory all with 777 permissions, but still no 
access. Do I have to define create mode or create mask to see the content

[test]
path /home/samba/public
read only = No
guest ok = Yes



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



Re: [Samba] Error at client side

2002-10-04 Thread linux power
reading them its not enough. You must set the permission for the folder in linux.
Magnus Malmsten <[EMAIL PROTECTED]>wrote:
Bruno Ferreira wrote: At 10:14 04-10-2002 +0300, you wrote: I have the same problem with win2000sp3 and win 98 (have not tested NT4), does the directory permissions have to be defined or is it sufficient  to just create them? Creating them is usually enough, though you'll probably want  to set write permissions to other users, enabling them to modify its  contents. Bruno FerreiraHave given user nobody (does it exist) rights to access the directory and a file in the directory all with 777 permissions, but still no access. Do I have to define create mode or create mask to see the content[test]path /home/samba/publicread only = Noguest ok = Yes-- To unsubscribe from this list go to the following URL and read theinstructions: http:/
 /lists.samba.org/mailman/listinfo/sambaPrøv betaversjonen av den nye Yahoo! Mail 
Nytt design, enklere å bruke, alltid tilgang til Adressebok, Kalender og Notisbok

Re: [Samba] Error at client side

2002-10-04 Thread Magnus Malmsten

linux power wrote:

 reading them its not enough. You must set the permission for the 
 folder in linux.

  */Magnus Malmsten /*wrote:

 Bruno Ferreira wrote:

  At 10:14 04-10-2002 +0300, you wrote:
 
  I have the same problem with win2000sp3 and win 98 (have not
 tested NT4),
  does the directory permissions have to be defined or is it
 sufficient
  to just create them?
 
  Creating them is usually enough, though you'll probably want
  to set write permissions to other users, enabling them to modify
 its
  contents.
 
  Bruno Ferreira

 Have given user nobody (does it exist) rights to access the directory
 and a file in the directory all with 777 permissions, but still no
 access. Do I have to define create mode or create mask to see the
 content

 [test]
 path /home/samba/public
 read only = No
 guest ok = Yes


permissions are granted in linux folder

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



[Samba] Samba and Printing

2002-10-04 Thread Gareth Davies



This is probably a pretty lame questions, but say 
I've got a HP 4500N colour laser, I can access it as I'm on Win2k and I can add 
a default TCP/IP port and print raw to it.

But the clients on Win 98 cannot, how would I 
'connect' samba to this printer so it was shared and they could get to 
it?

Is it very difficult to do? Do I need to locate 
linux drivers for the printer or can I just print direct via lpr?

Is there any guides on how to do 
this?

Also about the ACL, even if I have permissions 
(Domain Admin) I can't change the positions on anything through Win2k on the 
samba shares, only by chmodding locally on the box.

I'm using Debian 3.0, do I also need to compile 
ACL support into the kernel, and if so how? I've never done anything like that 
before.

TIA
Shaolin- IT SystemsWB 
Ltd.
.: http://www.security-forums.com 
:.


Re: [Samba] Samba and Printing

2002-10-04 Thread Francesc Guasch

Gareth Davies wrote:
 This is probably a pretty lame questions, but say I've got a HP 4500N 
 colour laser, I can access it as I'm on Win2k and I can add a default 
 TCP/IP port and print raw to it.
  
 But the clients on Win 98 cannot, how would I 'connect' samba to this 
 printer so it was shared and they could get to it?
  
 Is it very difficult to do?
The first time is a little bit harder, but it's easy.

  Do I need to locate linux drivers for the
no
 printer or can I just print direct via lpr?
yes

 Is there any guides on how to do this?
There is a document about debugging printing issues with
samba, mine is in :
/usr/share/doc/samba-/docs/textdocs/Printing.txt

Basically you have to config the printer in the linux
server. As soon as you can print from the command line
you must add a printer entry in smb.conf.
See also examples/printing in the samba docs.

-- 
frankie

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



[Samba] Re: Print server on all linux network

2002-10-04 Thread Buchan Milne

 Message: 28
 From: Dan Sawyer [EMAIL PROTECTED]
 Organization: ArtisticWhispers/Blenderwars
 To: [EMAIL PROTECTED]
 Date: Thu, 3 Oct 2002 12:47:27 -0700
 Subject: [Samba] Print server on all linux network
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hello, everyone - 
 
 I've been trying for two weeks now to get my print server operational under 
 Samba.  After walking through the howtos and tweaking the configs per spec, 
 it just ain't working.  Printing from a client machine sends, and then 
 nothing happens.  No error messages or anything similar.
 
 Printing from the server works fine, but not from the clients.  
 
 Setup: 
 
 4 machine network, 3 clients, 1 samba file/print server
 SuSE 7.3 running on all machines.
 HP 2P parallel printer on lp0 of server
 
 What else can I tell you to help figure this out?


I don't think samba needs to be in this equation at all. samba is mainly 
for networking between unix and windows. If you don't have windows 
boxen, you shouldn't even need to have samba installed.

The easiest way to get printing to work for multiple linux machines is 
to use CUPS.

Install and start cups on all the machines, configure the printer on the 
server, and within 5 minutes all the machines should see the printer 
(via lpstat -t, and the queue via lpq).

I don't know if SuSE 7.3 has CUPS, Mandrake has worked out-the-box for 
CUPS (and samba for our windows machines) since about 7.2 (before that 
Mandrake used lpr).

You may have more luck on an SuSE specific list  (my suggestion 
would be to run 'printerdrake', but it would only apply for Mandrake).

Buchan

-- 
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7

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



Re: [Samba] Cannot connect WinXP

2002-10-04 Thread daniel . jarboe

By /path/to/smb.conf I just meant whatever directory smb.conf is 
installed in... for you that is /etc/samba/smb.conf.  Did you take those 
lines out?  Are you able to access the XP share with smbclient?  With 
smbmount?

~ Daniel


[EMAIL PROTECTED] wrote:

 Hi Daniel,

 Thanks for your response.

 Do you really have those last few lines in smb.conf instead of 
 /etc/hosts?  If so, I'd have a look there first (/etc/hosts and 
 /path/to/smb.conf are two different files).


 Yes.   That is the complete content of /etc/samba/smb.conf

 Re-tried
 # mount -t smbfs //M40G/Shared /mnt/WinXP
 params.c:Parameter() - Ignoring badly formed line in configuration 
 file: 127.0.0.1 localhost localhost.localdomain
 params.c:Parameter() - Ignoring badly formed line in configuration 
 file: 192.168.0.1 M40G
 params.c:Parameter() - Unexpected end-of-file at: 192.168.0.254 
 server.ltsp
 Password:   (there is no password.  I just hit  [Enter]

 It seems connected but I could not find the shared folder of WinXP
 # cd /mnt/WinXP/
 # ls
 #

 /etc/hosts
 # Do not remove the following line, or various programs
 # that require network functionality will fail.
 127.0.0.1localhost.localdomain localhost
 192.168.0.1M40G   192.168.0.254server.ltspserver

 (Remark: 
 1)  The server is a LTSP server.  M40G (PC) works as a standalone WS 
 and Diskless Workstation as well
 2)  In this test I change the last 2nd line to read as 192.168.0.1 
 M40G.  Before it reads as 192.168.0.1  ws001)

 However I could not find /path/to/smb.conf

 However to change those badly formed lines in /etc/smb.conf?

 Thanks

 Stephen Liu


 [EMAIL PROTECTED] wrote:

 Hi All

 Can't connect WinXP

 (Remark:  Group=SEC  WinXP=M40G
 Samba Server=server.ltsp
 ipchains stop)

 # mount -t smbfs //M40G/Shared /mnt/WinXP/
 params.c:Parameter() - Ignoring badly formed line in configuration 
 file: 127.0.0.1 localhost localhost.localdomain
 params.c:Parameter() - Ignoring badly formed line in configuration 
 file: 192.168.0.1 M40G
 params.c:Parameter() - Unexpected end-of-file at: 192.168.0.254 
 server.ltsp
 Error connecting to 218.188.78.190 (Network is unreachable)
 3049: Connection to M40G failed
 SMB connection failed


 # testparm
 Load smb config files from /etc/samba/smb.conf
 Processing section [test]
 params.c:Parameter() - Ignoring badly formed line in configuration 
 file: 127.0.0.1 localhost localhost.localdomain
 params.c:Parameter() - Ignoring badly formed line in configuration 
 file: 192.168.0.1 M40G
 params.c:Parameter() - Unexpected end-of-file at: 192.168.0.254 
 server.ltsp
 Loaded services file OK.


 Configure File
 ===
 #/etc/samba/smb.conf
 # Samba config file created using SWAT
 # from localhost.localdomain (127.0.0.1)
 # Date: 2002/08/05 16:52:24

 # Global parameters
 [global]
workgroup = SEC
security = SHARE
guest account = M40G

 [test]
comment = test share
path = /test
writable = yes
browseable = yes
follow symlinks = yes
wide links = yes
public = yes
read only = No
guest ok = Yes
guest only = Yes


 # /etc/hosts
 # Do not remove the following line, or various programs
 # that require network functionality will fail.
 127.0.0.1 localhost localhost.localdomain
 192.168.0.1 M40G
 192.168.0.254   server.ltsp

 Kindly advise.

 Thanks in advance.

 Stephen Liu







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



[Samba] Smbclient Connection to Samba server failed

2002-10-04 Thread Kenneth Illingsworth

I played with the smb.config file long enough to get both the smbd and nmbd daemons to 
run. Then ran TESTPARM against the correct smb,conf file without issue. Finally I 
tried the following command: 

[root@cofr3 /]# smbclient -U illingsk -L MySQL

added interface ip=172.17.60.6 bcast=172.17.63.255 nmask=255.255.248.0
wins_srv_died(): WINS server 172.16.0.121 appears to be down.
Connection to MySQL failed

---
The paradox to me is that I can ping the WINS server ok:

C:\ping -a 172.16.0.121

Pinging ELY [172.16.0.121] with 32 bytes of data:

Reply from 172.16.0.121: bytes=32 time10ms TTL=128
Reply from 172.16.0.121: bytes=32 time10ms TTL=128
Reply from 172.16.0.121: bytes=32 time10ms TTL=128
Reply from 172.16.0.121: bytes=32 time10ms TTL=128

Ping statistics for 172.16.0.121:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum =  0ms, Average =  0ms

--
Another Linux VM/S390 server with a very similar smb.conf file passes this test:

[root@cofr3 /]# testparm /usr/local/samba/lib/smb.conf

Load smb config files from /usr/local/samba/lib/smb.conf
Processing section [homes]
Processing section [printers]
Loaded services file OK.
Press enter to see a dump of your service definitions


# Global parameters
[global]
coding system =
client code page = 850
code page directory = /etc/codepages
workgroup = WORKGROUP
netbios name = MYSQL
netbios aliases =
netbios scope =
server string = Samba Server sharing MySQL DB.
interfaces = 172.17.60.6/255.255.248.0
bind interfaces only = No
security = USER
encrypt passwords = No
update encrypted = No
allow trusted domains = Yes
hosts equiv =
min passwd length = 5
map to guest = Never
null passwords = No
password server =
smb passwd file = /etc/samba/smbpasswd
root directory =
passwd program = /bin/passwd
passwd chat = *new*password* %n\n *new*password* %n\n *changed*
passwd chat debug = No
username map =
password level = 0
username level = 0
unix password sync = No
restrict anonymous = No
lanman auth = Yes
use rhosts = No
log level = 2
syslog = 1
syslog only = No
log file = /var/log/log.%M
max log size = 50
timestamp logs = Yes
debug hires timestamp = No
debug pid = No
debug uid = No
protocol = NT1
min protocol = CORE
read bmpx = No
read raw = Yes
write raw = Yes
nt smb support = Yes
nt pipe support = Yes
nt acl support = Yes
announce version = 4.5
announce as = NT
max mux = 50
max xmit = 65535
name resolve order = lmhosts host wins bcast
max packet = 65535
max ttl = 259200
max wins ttl = 518400
min wins ttl = 21600
time server = No
change notify timeout = 60
deadtime = 0
getwd cache = Yes
keepalive = 300
lpq cache time = 10
max smbd processes = 0
max disk size = 0
max open files = 1
read size = 16384
socket options = TCP_NODELAY
stat cache size = 50
total print jobs = 0
load printers = Yes
printcap name = /etc/printcap
enumports command =
addprinter command =
deleteprinter command =
show add printer wizard = Yes
os2 driver map =
strip dot = No
character set =
mangled stack = 50
stat cache = Yes
domain groups =
domain admin group = Domain Admins
domain guest group = Domain Guests
domain admin users =
domain guest users =
machine password timeout = 604800
add user script =
delete user script =
logon script =
logon path = \\%N\%U\profile
logon drive =
logon home = \\%N\%U
domain logons = No
os level = 20
lm announce = True
lm interval = 60
preferred master = True
local master = Yes
domain master = True
browse list = Yes
dns proxy = Yes
wins proxy = No
wins server = 172.16.0.121
wins support = No
wins hook =
kernel oplocks = Yes
oplock break wait time = 0
add share command =
change share command =
delete share command =
config file =
preload =
lock dir = /var/lock/samba
utmp dir =
wtmp dir =
utmp hostname = %m
utmp consolidate = No
default service =
message command =

Re: [Samba] Question regarding the possibility of W2K smartcard logon - 2nd post

2002-10-04 Thread Andrew Bartlett

Elek József wrote:
 
 Hi!
 
 Are there anyone out there who can give me some informations about this
 issue?...

Smartcard authentication is only really possible with Kerberos.  Samba
should not be able to tell the difference between a smart-card and a
'passworded' login in this situation.

The bad news is that you will need to use a Win2k DC, as Samba does not
yet support being an AD Domain Controller.  Also, you will need to use
Samba 3.0.

Andrew Bartlett

 -Original Message-
 From: Elek József [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, October 03, 2002 9:57 AM
 To: [EMAIL PROTECTED]
 Cc: K-D Andrási István
 Subject: Question regarding the possibility of W2K smartcard logon
 
 Hi!
 
 I could not find any documentation about the possibility of W2K
 smartcard-based logon using Samba as a PDC (no MS on the logon server side).
 Is it possible?
 
 If yes:
 Is it possible in case of MS CA only? Can I use any other (third party) CAs?
 Where can I find usable documentation for this?
 
 If not:
 Is the following configuration can work: W2K server acting as a PDC (for
 performing smartcard-based logons and running the MS CA) and a Samba acting
 as a file/printer server for the domain? In this case it would be
 interesting if I can use a third party CA for W2K domain logon - but it is
 not the question of this list. :)
 
 Any piece of information can help. Thank you in advance,
 
 Elek Jozsef
 System Engineer
 Kopint-Datorg Rt., Hungary
 
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Smbclient Connection to Samba server failed

2002-10-04 Thread Frank Matthieß

On Fri, Oct 04, 2002 at 08:51:48AM -0400, Kenneth Illingsworth wrote:
 I played with the smb.config file long enough to get both the smbd and
 nmbd daemons to run. Then ran TESTPARM against the correct smb,conf
 file without issue. Finally I tried the following command: 
 
 [root@cofr3 /]# smbclient -U illingsk -L MySQL
 
 added interface ip=172.17.60.6 bcast=172.17.63.255 nmask=255.255.248.0
 wins_srv_died(): WINS server 172.16.0.121 appears to be down.
 Connection to MySQL failed

Those are diffrent networks. Are there a firewall between those
networks, which blocks port 137?

-- 
Frank Matthieß[EMAIL PROTECTED]

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



[Samba] Autoreply to samba digest, Vol 1 #1688 - 25 msgs

2002-10-04 Thread samba

Vielen Dank für Ihre e-mail.

Da ich vom 30.09.-06.10 in Urlaub bin, kann ich sie leider erst danach bearbeiten bzw. 
beantworten.

In dringenden Fällen, können Sie sich gerne an meinen Kollegen Herrn Lamotte wenden. 
Er hat die email-Adresse [EMAIL PROTECTED] und ist telefonisch unter 
07142/596-152 zu erreichen.

Mit freundlichen Grüßen

Michael Müller

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



[Samba] ITIL in Major Corporations - Has it worked? BREAKFAST SEMINAR - Tue 22/10/02

2002-10-04 Thread service

ITIL in Major Corporations - Has it worked?
Speaker: Gerard Blokdijk, Managing Director The Art of Service

When: Tuesday 22 October - 7.30am to 9.30am
Venue: Regus Citigroup Centre, 2 Park Street, Sydney
Cost: $45 including GST
Features: Breakfast, Networking. Already over 30 participants - CIO's / (IT) Managers.
Register: http://www.artofservicedirect.com click on Enrol, Sydney Events

ALSO:  EVENTS IN BRISBANE (24/10) AND MELBOURNE (29/10) go to 
http://www.artofservicedirect.com 
 
About this Event
--
ITIL is more than a simple set of best practices guidelines to optimise a few IT 
service management processes. ITIL is a set of non-proprietary, comprehensive,
well-documented and fully integrated set of management procedures and best practices 
that optimises IT service management and IT/business alignment. With over 20,000
businesses, governments and non-profit organisations using it, ITIL is the most widely 
accepted IT process management framework in the world.

But has it worked? Many IT organisations suffer from poor perceptions of value and 
feel powerless to improve the situation. IT's top challenge right now is to build and
demonstrate value to the rest of the organisation - be that commerce, government or 
academia. How are CIO's and their IT Service Managers to leverage ITIL and ITSM to
meet that challenge head on and win?   

Do not be content with prepared remarks alone. Go one-on-one with Gerard, asking the 
tough questions, eliciting the most revealing replies. Trends are confirmed. Illusions
shattered. News is broken. Live on the breakfast briefing stage.
 

 
Summary
-
You are cordially invited to attend an IT Service Management breakfast session 
presented by The Art of Service.  Gerard Blokdijk is Managing Director and co-founder 
of The
Art of Service. Prior to The Art of Service Gerard has successfully set up and managed 
another IT Service Management education and research firm. He is the author of  IT
Management becomes Service, a frequent publisher and public speaker.

Gerard has an active duty in IT Management since the late 80's. He has held positions 
as Capacity Manager, Security Manager, Disaster Recovery Manager, overall IT
Manager and CIO for large organisations like ING Bank, ABN AMRO and Philips.

Gerard holds the Managers Certificate in IT Service Management.
 
 
What You'll Get
--
- Insight into the pressing, urgent issues of today and tomorrow, distilled into a 
brief overview.
- Interaction with thought leaders by networking with your peers during 
question-and-answer sessions with The Art of Service specialists.
- Accessibility and convenience. These Briefings are designed to deliver the most 
critical information without taking too much time from your busy schedule.
 
 
Registration is on a first-come first-served basis, so we encourage early 
registration. To join, please register at http://www.artofservicedirect.com If you 
have questions or
concerns about the breakfast session email [EMAIL PROTECTED] or call 1300 13 
44 99

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



[Samba] Samba servers and Mac OS X clients

2002-10-04 Thread Betty Johnson

I am trying to set up a file server using RedHat or Mandrake Linux. The 
Linux server is running netatalk. Clients include Mac OS 9.1 and 9.2, 
Windows 2K, ME, MacOS X (10, 10.1 and Jaguar).

I seem to have connectivity issues with the clients running OS X, and was 
wondering if this is supported in Samba. My server is running version 
2.2.6pre2, which was recently upgraded from 2.2.3. Thanks.

-- 
The real art of conversation is not only to say the right  thing in the 
right place, but also to leave unsaid the wrong thing at the tempting 
moment. 

Betty Johnson
 

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



Re: [Samba] Port 139 versus Port 445

2002-10-04 Thread Jason Joines

Joel Hammer wrote:

Just making all this stuff up off the top of my head.
I have never done this, but you could try:
Running two smbd daemon, each listening to different ports.
Redirecting traffic from port 445 to 139 with some firewall rules. I redirect
traffic with ipmasqadm, but there are surely others.
Running smbd with (x)inetd and have it listen  to both ports.
Likely, the delay is because the W2K clients are waiting for a reply,
and finally timing out on port 445. Why not try something funky like
having telnet or apache listen on port 445. Maybe that will tell the client right
away to try a different port, like 139.
Let us know how this works out, if you try any of this stuff.
Joel

On Thu, Oct 03, 2002 at 03:04:41PM -0500, Jason Joines wrote:
  

 I've noticed that my W2K clients connect to Samba much more quickly 
if I run it on port 445 instead of 139.  However, my WNT clients then 
won't connect at all.  I read somewhere that it was possible to forward 
the requests on port 139 to port 445.  Anyone know how to do this or how 
to listen to both ports simultaneously?

Thanks,

Jason Joines
Open Source = Open Mind


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



I have been running an smbd daemon on port 445 with the -p option but 
have never been able to start a second daemon.

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



Re: [Samba] RESPOND-EFAX/Payong Gig

2002-10-04 Thread Keith G. Murphy

OK, let's go through this again.

printfax.pl as it comes from the author already does a cover page (or, 
more precisely, it gets the server software to do it).  It turned out 
over time that what you really wanted was your client's logo on the 
page, which actually means a modification of faxcover.ps.

It further turned out that you're not using hylafax or mgetty, so you 
must be using a modified version of printfax.pl.

Therefore, I needed the faxcover.ps and printfax.pl you were using, 
because those are the things I would possibly have to tailor.  That's 
what I asked for, and instead you sent your printcap entry for faxlpr, 
then ignored further requests for info.  We had already gone through a 
prior period in which you ignored E-mails; you said later that you 
thought you might have lost some.

Do you see why I say you are difficult to work with?

I have burned up *way* too much time trying to work with you on this.  I 
gladly turn over this (non-technical) challenge to someone else.

 I need it to create a front end cover page.
 
 It's the only aditional thing I need it to do.
 
 Can you do this?
 
 
 On 2002.10.03 16:17 Keith G. Murphy wrote:
 
The only thing I said I couldn't (more like would not/didn't have time 
to) do was make the frontend (Respond) display PostScript.

A quote from your E-mail:

The front end should produce a postscript cover page.

I explained that with Respond/printfax.pl, the backend produces the 
PostScript, but that my Respond replacement could provide a preview of 
the fax.

You did not dispute that, and we continued to correspond for a while, so 
I assumed we were still go on the project.

I basically think that you never had a handle on what software you were 
using or how to express what you wanted.  And you apparently had a poor 
understanding of what I was trying to tell you.

That's the charitable interpretation, anyway.

But why you dropped the whole issue as I continued to try to get the 
information I needed to continue, I'm not sure.

None of this is a capital crime.  But I did find you very difficult to 
(try to) work with, and I think my warning was proper.

Anyway, this list is not the place to continue to discuss this.  Not 
that I want to, or have any desire to continue to (try to) work with you...

Ruben I Safir wrote:

And you said you couldn't do it

On 2002.10.03 12:56 Keith G. Murphy wrote:


Ruben Safir wrote:


I'm using efax and faxlpr to send faxes from the Windows computers.
I need to hire someone to hack RESPOND to create a nice Cover Letter with
inforamation in it about each user.

Can someone do this hack?


Be prepared for grief.  This guy posted to the Hylafax list a while 
back, saying he needed it for Hylafax.  I responded, we made a deal, I 
started working on it, but when I had questions he stopped responding.

He made another posting on the same list, I wrote to him again, he 
claimed to have lost my E-mails.

Started work again, had questions, turned out he wasn't sure about what 
he was running; I needed more detail, told him what files he needed to 
send me.

Got no response (for weeks) until I saw this posting.

Maybe someone else will have better luck dealing with this guy.

-- 
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] NetBios name when browsing domains

2002-10-04 Thread Paul Vasquez
Title: Message




I have installed a 
samba server in a Windows domain. Also using domain security. Although I 
successfully added the server to the domain, I cannot browse the domain and see 
the server. I can however search for the server and find it. The only problem is 
with browsing. The only way I can find this server is if I know the name of it 
and do a search. Is this the intended functionality?

TIA, 


Paul



Re: [Samba] Smbclient Connection to Samba server failed

2002-10-04 Thread Herb Lewis

pinging doesn't mean the WINS service is running. Try sending
a name resolution query to the WINS server using

nmblookup -R -U 172.16.0.121 MySQL


Kenneth Illingsworth wrote:
 
 I played with the smb.config file long enough to get both the smbd and nmbd daemons 
to run. Then ran TESTPARM against the correct smb,conf file without issue. Finally I 
tried the following command:
 
 [root@cofr3 /]# smbclient -U illingsk -L MySQL
 
 added interface ip=172.17.60.6 bcast=172.17.63.255 nmask=255.255.248.0
 wins_srv_died(): WINS server 172.16.0.121 appears to be down.
 Connection to MySQL failed
 
 ---
 The paradox to me is that I can ping the WINS server ok:
 
 C:\ping -a 172.16.0.121
 
 Pinging ELY [172.16.0.121] with 32 bytes of data:
 
 Reply from 172.16.0.121: bytes=32 time10ms TTL=128
 Reply from 172.16.0.121: bytes=32 time10ms TTL=128
 Reply from 172.16.0.121: bytes=32 time10ms TTL=128
 Reply from 172.16.0.121: bytes=32 time10ms TTL=128
 
 Ping statistics for 172.16.0.121:
 Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
 Approximate round trip times in milli-seconds:
 Minimum = 0ms, Maximum =  0ms, Average =  0ms
 

-- 
==
Herb Lewis   Silicon Graphics 
Networking Engineer  1600 Amphitheatre Pkwy MS-510
Strategic Software Organization  Mountain View, CA  94043-1351
[EMAIL PROTECTED] Tel: 650-933-2177
http://www.sgi.com   Fax: 650-932-2177  
==
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] RESPOND-EFAX/Payong Gig

2002-10-04 Thread Ruben Safir

Keith

I'm using EFAX and faxlpr

The set up doesn't currently take in the user information or
ceate a cover sheet on the server side.

I'd like to create the cover sheet on the client side.
and send it in the print spool from windows


This is the printcap entry

fax2:\
 :lp=/dev/null:\
 :sd=/var/spool/fax:\
 :if=/usr/bin/faxlpr:
   

This is faxlpr

#!/bin/sh
#
# fax - script to make, send, receive, view or print a fax
# Copyright 1993-1999 by Ed Casas
#
# --- Start of user configuration section ---
#
# Notes:
#
#  - do not put spaces before or after the equal (=) signs.
#
#  - variables can also be set on the command line, for example:
#   fax DEV=cua0 send file.ps
#or in a configuration file (see CONFIGFILES below)
#

# The names of the fax script, efax and efix, including full path
# if necessary.

FAX=/usr/bin/fax
EFAX=/usr/bin/efax
EFIX=/usr/bin/efix
# The device to which the fax modem is connected (e.g. ttya for
# /dev/ttya).  Use a dial-out (cua) device if available.  If
# there are links to this device then all programs must use same
# name or the UUCP locking mechanism will fail.  For example, if
# /dev/modem is a link to /dev/cua1, then getty, uucp, kermit,
# pppd, dip, etc. must *all* use either /dev/modem or /dev/cua1.

DEV=ttyS0

# Your fax number in international format, 20 characters maximum.
# Use only digits, spaces, and the + character.

FROM=1 212 980 2177

# Your name as it should appear on the page header.

NAME=Rosenzweig  Maffia LLP

# The preferred page size for creating and printing faxes.
# Allowed values are letter, legal, and a4.

PAGE=letter
# PAGE=legal
# PAGE=a4

# The type of printer. Use 'pcl' for HP-PCL or 'ps' for
# Postscript.  See definition of PRINT (below) for more options.

PRTYPE=ps   # Postscript (e.g. Apple LaserWriter)
# PRTYPE=pcl# HP-PCL (e.g. HP LaserJet)

# The command to print image files from standard input.  Typically
# this is lpr or lp.

PRCMD=lpr

# The command to view a Portable Gray Map (PGM) image from the
# standard input.  Typically xv - or xloadimage stdin.

VIEWCMD=xloadimage stdin  # best
# VIEWCMD=pnmtoxwd | xwud # slower alternative
# VIEWCMD=xv -# much slower alternative

# The name of the Ghostscript executable including full path if
# necessary.  Only required if faxing Postscript files.

GS=/usr/bin/gs

# Dial string prefix and suffix such as T for tone dialing, P for
# pulse dialing, 9 to get an external line, commas for delays or
# W to wait for dial tone.  See definition of TELCVT below if you
# have more complex requirements.

DIALPREFIX=T
DIALSUFFIX=


# The name(s) of lock file(s) according to your system's
# conventions. Protect with single quotes for delayed evaluation.
# Add a leading '#' to the file name to use binary format.

LOCK='-x /var/lock/LCK..$DEV'   # modern systems
# LOCK='-x /usr/spool/uucp/LCK..$DEV'   # older systems
# LOCK='-x /var/lock/LCK..$DEV -x /var/spool/uucp/LCK..$DEV' # both
# LOCK='-x #/usr/spool/uucp/LCK..$DEV'  # binary format
# LOCK='-x /usr/spool/locks/LK.047.040.011' # SysV style names
# LOCK=''   # no lock file

# Uncomment one of the following lines to force xon/xoff flow
# control only if you have one of the types of modems listed.

# FCINIT='-j\Q4'# ATT (Dataport, Paradyne)
# FCINIT='-j\Q1'# Motorola (Power Modem, 3400 Pro,...)
# FCINIT='-j*F1'# QuickComm (Spirit II)
# FCINIT='-jH2'# USR (Courier, Sportster)
#FCINIT='-or'   # Multi-Tech (for bit reversal)
FCINIT='-oh'# Multi-Tech (for bit reversal)

# 
# The remaining options probably won't need to be changed.
# 

# Configuration files that are sourced if they exist.  Comment
# out if you don't need to use config files. Warning: any type of
# shell command in these files will be executed.

#CONFIGFILES=/etc/efax.rc ${HOME:-~}/.efaxrc ./.efaxrc

# A command that will generate unique names for logs and received
# files.  'date +%m%d%H%M%S' works on most systems.  Protect with
# single quotes.

TSTAMP='date +%m%d%H%M%S'
# TSTAMP='echo $$'  # alternative - use process number

# Shell command to convert aliases to phone numbers when sending
# faxes.  When executed $1 will be the alias and $f the file name
# to search.  The example below uses a directory file where alias
# lines start with the keyword fax followed by the alias in
# be the phone number. Other lines are ignored.  For example, if
# one of the files in DIRFILES (defined below) contained the line
# fax(kpmg): 691-3031, you could use the command fax send kpmg
# invoice.24. Protect with single 

Re: [Samba] NT Security tab changes

2002-10-04 Thread jra

On Fri, Oct 04, 2002 at 01:55:49PM +1000, Andrew Bartlett wrote:
 Jules Agee wrote:
  
  Do I need to patch ACL support into the Linux kernel just to allow users
  to change permissions on files hosted on the Samba 2.2.5 server? All I
  really need is to allow users to set read/write/execute on files. Right
  now, I don't have an ACL-patched kernel installed on the server.
 
 This stuff should work.  We have to translate the permissions back into
 posix rwx, but as long as the changes fit that, and the user can do it
 at the console, then it *should* work...
 
 You might want to try Samba 3.0, see if it's any better there.  This may
 well be a bug.  (Not that I'm particularly in a position to chase it
 down, unfortunetly)

The code is identical here between 2.2.x and 3.0.x so 3.0.x won't help
here.

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



Re: [Samba] RESPOND-EFAX/Payong Gig

2002-10-04 Thread Keith G. Murphy

Ruben Safir wrote:
 Keith
 
 I'm using EFAX and faxlpr

Ruben, it wasn't until the posting to *this* list that you revealed you 
were using efax.  And that changes everything.
 
 The set up doesn't currently take in the user information or
 ceate a cover sheet on the server side.
 
 I'd like to create the cover sheet on the client side.

Yes, with efax you would probably have to do that, since it doesn't seem 
to have much coverpage capability on the server side.

 and send it in the print spool from windows
 
 
 This is the printcap entry
 
 
 This is faxlpr
 
OK, it only now becomes apparent that of the three pieces of software 
you indicated to me that you were running, Hylafax (yes, I looked back 
in my saved E-mails, and you *did* mention Hylafax), printfax.pl, and 
Respond, you aren't actually using any of them.

Anyway, if you want to stick with efax, it looks like you need someone 
who can do you up a port monitor, like WHFC uses, a Windows application 
to take user input, like WHFC does, and write up a bunch of postscript. 
  I'm guessing, by the way.

WHFC sounds like a really good starting point; it's GNU-licensed.  I 
don't have the MS C compiler it needs, however, so I'm not interested.

Please, someone take this job and get this guy out of my hair!

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



Re: [Samba] Print server on all linux network

2002-10-04 Thread Dan Sawyer

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well, I now got a positive response from the console, but nothing printed.  
Here's the console dump:
thedude@floyd:~ cat kittykey.txt | smbclient //bob/nec -c 'print -'
added interface ip=192.168.1.100 bcast=192.168.1.255 nmask=255.255.255.0
Got a positive name query response from 192.168.1.101 ( 192.168.1.101 )
Password:
Domain=[AWP] OS=[Unix] Server=[Samba 2.2.1a]
putting file - as stdin-8361 (1.7 kb/s) (average 1.7 kb/s)

- -Dan

On Thursday 03 October 2002 21:54, Joel Hammer wrote:
 Try putting a space between print and -
 Joel

 On Thu, Oct 03, 2002 at 09:32:49PM -0700, Dan Sawyer wrote:
  -BEGIN PGP SIGNED MESSAGE-
  thedude@floyd:~ cat kittykey.txt | smbclient //bob/nec -c 'print-'
  added interface ip=192.168.1.100 bcast=192.168.1.255 nmask=255.255.255.0
  Got a positive name query response from 192.168.1.101 ( 192.168.1.101 )
  Password:
  Domain=[AWP] OS=[Unix] Server=[Samba 2.2.1a]
  print-: command not found
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9ncpOaB8ur/y6V8gRAoSDAJ9362kOuDev9LG4JnJ+ZapLBm31EwCeOsFP
hFK5IHwDMCilV8987pWzTx8=
=ajN9
-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] UWAGA!!! Znaleziono wirusa w li¶cie do Ciebie!

2002-10-04 Thread jacek . kozlowski


U¿ytkownik [EMAIL PROTECTED] przys³a³ Ci list zawieraj±cy wrusa.
---
Raport z dezynfekcji:
---
$AVPANSWER
---
Ten komunikat zosta³ wys³any równie¿ do: [EMAIL PROTECTED]


---BeginMessage---


header.html
Description: Binary data
---End Message---


Re: [Samba] RESPOND-EFAX/Payong Gig

2002-10-04 Thread Ruben Safir

Thanks

Reuvain

On Fri, Oct 04, 2002 at 11:33:04AM -0500, Keith G. Murphy wrote:
 Ruben Safir wrote:
 Keith
 
 I'm using EFAX and faxlpr
 
 Ruben, it wasn't until the posting to *this* list that you revealed you 
 were using efax.  And that changes everything.
 
 The set up doesn't currently take in the user information or
 ceate a cover sheet on the server side.
 
 I'd like to create the cover sheet on the client side.
 
 Yes, with efax you would probably have to do that, since it doesn't seem 
 to have much coverpage capability on the server side.
 
 and send it in the print spool from windows
 
 
 This is the printcap entry
 
 
 This is faxlpr
 
 OK, it only now becomes apparent that of the three pieces of software 
 you indicated to me that you were running, Hylafax (yes, I looked back 
 in my saved E-mails, and you *did* mention Hylafax), printfax.pl, and 
 Respond, you aren't actually using any of them.
 
 Anyway, if you want to stick with efax, it looks like you need someone 
 who can do you up a port monitor, like WHFC uses, a Windows application 
 to take user input, like WHFC does, and write up a bunch of postscript. 
  I'm guessing, by the way.
 
 WHFC sounds like a really good starting point; it's GNU-licensed.  I 
 don't have the MS C compiler it needs, however, so I'm not interested.
 
 Please, someone take this job and get this guy out of my hair!

-- 
__

Brooklyn Linux Solutions
__
DRM is THEFT - We are the STAKEHOLDERS http://www.nyfairuse.org

http://www.mrbrklyn.com - Consulting
http://www.nylxs.com/radio - Free Software Radio Show and Archives
http://www.brooklynonline.com - For the love of Brooklyn
http://www.nylxs.com - Leadership Development in Free Software
http://www.nyfairuse.org - The foundation of Democracy
http://www2.mrbrklyn.com/resources - Unpublished Archive or stories and articles from 
around the net
http://www2.mrbrklyn.com/mp3/dr.mp3 - Imagine my surprise when I saw you...
http://www2.mrbrklyn.com/downtown.html - See the New Downtown Brooklyn

1-718-382-5752



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



[Samba] samba no deleting spool files

2002-10-04 Thread Pablo Marques

I have samba version  2.2.5 with printing patches.
printpro 4.2.2 = cups version  1.1.14 (I think)

The files queued in /var/spool/samba don't ever get deleted!!
They are deleted after they are printed by cups in the cups spool
directory.
Why is samba not deleting the files?
Do I need to specify a pint command?

Thanks

This is my samba config:

# Global parameters
[global]
workgroup = MINE
netbios name = PRINT
interfaces = eth0
security = DOMAIN
encrypt passwords = Yes
update encrypted = Yes
password server = *
pam password change = Yes
log level = 1
log file = /var/log/samba/%m.log
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = cups
preferred master = False
local master = No
domain master = False
dns proxy = No
wins server = 192.168.250.30
hide local users = Yes
winbind uid = 1-2
winbind gid = 1-2
template shell = /bin/bash
winbind separator = +
winbind cache time = 600
winbind use default domain = Yes
printer admin = Domain_Printer_Oper
printing = cups

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[print$]
path = /var/spool/pdrivers
write list = Domain_Printer_Oper

[PrintDriver]
path = /var/pdrivers
write list = Domain_Printer_Oper



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



Re: [Samba] samba no deleting spool files

2002-10-04 Thread linux power

Bug in samba printing cups. It cant resolve -P %p in
the print command.Use this in printer share.
print command = lpr (absolute path to your printer)
%s;rm %s -r
Else u must create a cron job to remove them ie each
10 minutes.



 --- Pablo Marques [EMAIL PROTECTED] skrev:  I
have samba version  2.2.5 with printing patches.
 printpro 4.2.2 = cups version  1.1.14 (I think)
 
 The files queued in /var/spool/samba don't ever get
 deleted!!
 They are deleted after they are printed by cups in
 the cups spool
 directory.
 Why is samba not deleting the files?
 Do I need to specify a pint command?
 
 Thanks
 
 This is my samba config:
 
 # Global parameters
 [global]
 workgroup = MINE
 netbios name = PRINT
 interfaces = eth0
 security = DOMAIN
 encrypt passwords = Yes
 update encrypted = Yes
 password server = *
 pam password change = Yes
 log level = 1
 log file = /var/log/samba/%m.log
 socket options = TCP_NODELAY SO_RCVBUF=8192
 SO_SNDBUF=8192
 printcap name = cups
 preferred master = False
 local master = No
 domain master = False
 dns proxy = No
 wins server = 192.168.250.30
 hide local users = Yes
 winbind uid = 1-2
 winbind gid = 1-2
 template shell = /bin/bash
 winbind separator = +
 winbind cache time = 600
 winbind use default domain = Yes
 printer admin = @Domain_Printer_Oper
 printing = cups
 
 [printers]
 comment = All Printers
 path = /var/spool/samba
 printable = Yes
 browseable = No
 
 [print$]
 path = /var/spool/pdrivers
 write list = @Domain_Printer_Oper
 
 [PrintDriver]
 path = /var/pdrivers
 write list = @Domain_Printer_Oper
 
 
 
 -- 
 To unsubscribe from this list go to the following
 URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

__
Se den nye Yahoo! Mail på http://no.yahoo.com/
Nytt design, enklere å bruke, alltid tilgang til Adressebok, Kalender og Notisbok
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] Wonderful interview with tridge :-).

2002-10-04 Thread jra

In case anyone wondered what the man behind Samba looks like,
see this :

http://afr.com/it/2002/10/01/FFXDF43AP6D.html

for details

My favourite quote from the article :

In 50 years' time I doubt anyone would have ever heard of
Samba, but they'll probably be using rsync in one way or another,
Tridgell says.

:-).

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



[Samba] Strange windows error writing to samba share:

2002-10-04 Thread Ben Calvert

I've got a samba share that been up for a week with no trouble, but
suddenly my users are having write problems.

When copying a file using Windows Explorer, a 0-length file is created on
the share, then the following message is displayed on the client:

dialog box
-
This folder already contains a file named filename  Would you like to
replace the existing file:

icon 0 bytes modified: current time stamp

with this one:

icon 19.3 MB modified: in the past
-/dialog

box

when the users click ok, the following error is displayed:

Cannot copy filename: Access is denied.  The source file may be in use.


i've got debug levels set to 5, but i'm not seeing any errors in them.

Thanks!

system info:
OpenBSD 3.1-stable on a Sparc64 machine.
smb.conf:


$ cat /etc/samba/smb.conf
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command testparm
# to check that you have not many any basic syntactic errors.
#
#=== Global Settings
=
[global]
remote announce = 162.70.219.21
wins server = 162.70.219.21
dns proxy = no
security = user
encrypt passwords = yes
server string = Samba Server
workgroup = MYGROUP
socket options = TCP_NODELAY
netbios name = cacssun5
log level = 5
log file = /var/log/smbd.%m
load printers = no
netbios aliases = sun5
max log size = 50
socket options = TCP_NODELAY


[software]
path = /export/home/cm/software
level2 oplocks = yes
force directory mode =
force create mode =
fake oplocks = yes
force group =
sync always = yes
valid users =
short preserve case = yes
case sensitive = yes
force user = cm
strict locking = yes
writeable = yes
preserve case = yes
map system = yes
map hidden = yes
delete readonly = yes
mangle case = yes

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



RE: [Samba] Error at client side

2002-10-04 Thread Jin Chen

I can smbclient -L NTServer within that domain, even I can smbmount one
drive 
to that server. However, I still cannot make it work on my W2k PC or
another 
PC and got access denied problem: 
either  session setup failed: NT_STATUS_NO_LOGON_SERVERS 
or session setup failed: NT_STATUS_LOGON_TYPE_NOT_GRANTED 
 
Is there any difference between my W2K PC and W2KServer on access
policy?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Magnus Malmsten
Sent: Friday, October 04, 2002 2:26 AM
Cc: [EMAIL PROTECTED]
Subject: Re: [Samba] Error at client side

linux power wrote:

 reading them its not enough. You must set the permission for the 
 folder in linux.

  */Magnus Malmsten /*wrote:

 Bruno Ferreira wrote:

  At 10:14 04-10-2002 +0300, you wrote:
 
  I have the same problem with win2000sp3 and win 98 (have not
 tested NT4),
  does the directory permissions have to be defined or is it
 sufficient
  to just create them?
 
  Creating them is usually enough, though you'll probably want
  to set write permissions to other users, enabling them to modify
 its
  contents.
 
  Bruno Ferreira

 Have given user nobody (does it exist) rights to access the
directory
 and a file in the directory all with 777 permissions, but still no
 access. Do I have to define create mode or create mask to see the
 content

 [test]
 path /home/samba/public
 read only = No
 guest ok = Yes


permissions are granted in linux folder

-- 
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] UWAGA!!! Znaleziono wirusa w li¶cie do Ciebie!

2002-10-04 Thread jacek . kozlowski


U¿ytkownik [EMAIL PROTECTED] przys³a³ Ci list zawieraj±cy wrusa.
---
Raport z dezynfekcji:
---
$AVPANSWER
---
Ten komunikat zosta³ wys³any równie¿ do: [EMAIL PROTECTED]


---BeginMessage---


nmbd.8.html
Description: Binary data
---End Message---


[Samba] 3.0 Alpha20 Testing Results (winbindd related)

2002-10-04 Thread Lee, Mike








Hello Everyone,



 After
modifying, compiling and installing my new kernel and samba 3.0 alpha20, I have
discovered a couple of bugs/errors/need-fixing, etc.




 When
 setting security permissions via WinXP box to a membered samba server (alpha20) on a network share I receive
 the following problems:
 
  File permission
  are set correctly for single users and groups. However, when accessing this share
  from a user who is a member of that ACL specified domain group, the log.winbindd file reports it has problems mapping the
  UNIX ids to the GIDs and the user is denied
  access to the share/directory. I have tested this and it seems to
  only be occurring on members of a group and not users who are added
  individually to the share. All permissions are set via a windowsXP domain member machine. At first it looked like the unix mapping IDs (winbindd erros) were always off by an integer of 2, but upon
  further tests of additionally created test domain users, the pattern did
  not repeat (totally random)
 




My configuration is:



Patched kernel with posix acls and extended attrib. 

Installed all acl and extended attr. Packages (RPM)

Downloaded, compiled and installed samba 3.0 alpha 20
(enabled: ACL support, automount, smbmount, winbind authentication, msdfs)

Installed the nss_winbind.so/so.1 file to the nsswitch directory and updated system. (all
directions taken from 2.2.5 directions for winbind)

Security = DOMAIN

WINS = via wins server

ACL support = Yes

Mapped winbind accounts for users
and groups to 1-2

Modified /etc/fstab for acl support (verified)



Some lines from my log.winbindd
file are:



[2002/10/02 15:32:40, 1] nsswitch/winbindd_sid.c:winbindd_gid_to_sid(223)

 Could not
convert gid 10026 to sid

[2002/10/02 15:32:40, 1]



Could not convert gid 10030 to sid

[2002/10/02 15:40:51, 1] nsswitch/winbindd_group.c:winbindd_getgrgid(289)



 As
I am not a very good programmer, I would not have any clue on where to start to
help fixing this. If this is a
result of my config, please let me know. Hope this helps developers/bugfixers.



Mike Lee










Re: [Samba] Print server on all linux network

2002-10-04 Thread Joel Hammer

Well, this is progress.
This means that the file has been transferred to the samba server.
Now, I would look at the spool directory given in your smb.conf share
definition, and make sure the file got there.
It may have been removed via the printing command in your share.
(I blush to say I didn't save your smb.conf)
Now, once it is there, I would try to print it with the command given in your
smb.conf printer definition. 
This sounds like either a simple printer misconfiguration in smb.conf, or
you need a different print filter.
Can you print text files from the server with the same command you have in
your smb.conf?
Joel

On Fri, Oct 04, 2002 at 10:05:14AM -0700, Dan Sawyer wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Well, I now got a positive response from the console, but nothing printed.  
 Here's the console dump:
 thedude@floyd:~ cat kittykey.txt | smbclient //bob/nec -c 'print -'
 added interface ip=192.168.1.100 bcast=192.168.1.255 nmask=255.255.255.0
 Got a positive name query response from 192.168.1.101 ( 192.168.1.101 )
 Password:
 Domain=[AWP] OS=[Unix] Server=[Samba 2.2.1a]
 putting file - as stdin-8361 (1.7 kb/s) (average 1.7 kb/s)
 
 - -Dan
 
 On Thursday 03 October 2002 21:54, Joel Hammer wrote:
  Try putting a space between print and -
  Joel
 
  On Thu, Oct 03, 2002 at 09:32:49PM -0700, Dan Sawyer wrote:
   -BEGIN PGP SIGNED MESSAGE-
   thedude@floyd:~ cat kittykey.txt | smbclient //bob/nec -c 'print-'
   added interface ip=192.168.1.100 bcast=192.168.1.255 nmask=255.255.255.0
   Got a positive name query response from 192.168.1.101 ( 192.168.1.101 )
   Password:
   Domain=[AWP] OS=[Unix] Server=[Samba 2.2.1a]
   print-: command not found
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE9ncpOaB8ur/y6V8gRAoSDAJ9362kOuDev9LG4JnJ+ZapLBm31EwCeOsFP
 hFK5IHwDMCilV8987pWzTx8=
 =ajN9
 -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] SWAT could not start -localhost:901

2002-10-04 Thread Steve Meisner

What distribution do you have?  If it's Mandrake, then you need to fix 
the xinetd for swat.

Joel Hammer wrote:

This certainly sounds like a firewall problem or a problem with xinetd.
Joel
On Thu, Oct 03, 2002 at 11:49:18PM +0800, Stephen Liu wrote:

Hi all,

Could not start SWAT

Browser:- Mozilla (also tried Konqueror)

http://locathost:901

Alert !!!
The connection was refused when attempting to contact localhost:901

Kindly advise.  Thanks

Stephen Liu


-- 
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] SWAT could not start -localhost:901

2002-10-04 Thread no-spam . johnnybb

Make sure you have the SMBD and the SWAT check marked in the services
screen, make sure you have the swat 901 listing in the port services
file, and make sure the swat entry is in the xinetd file as mentioned in
the readme file in the swat folder from the downloaded file.

[EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Steve Meisner
Sent: Friday, October 04, 2002 4:36 PM
To: [EMAIL PROTECTED]
Subject: Re: [Samba] SWAT could not start -localhost:901

What distribution do you have?  If it's Mandrake, then you need to fix 
the xinetd for swat.

Joel Hammer wrote:

This certainly sounds like a firewall problem or a problem with xinetd.
Joel
On Thu, Oct 03, 2002 at 11:49:18PM +0800, Stephen Liu wrote:

Hi all,

Could not start SWAT

Browser:- Mozilla (also tried Konqueror)

http://locathost:901

Alert !!!
The connection was refused when attempting to contact localhost:901

Kindly advise.  Thanks

Stephen Liu


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




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





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



[Samba] Password question

2002-10-04 Thread John Anderson

Hi,

I got the samba working (to connect to the remote nt system thru the
vpn), thanks to going thru all of the docs.

I'm having 1 problem, and it's only with 1 user.  I am getting this
error:

USERNAMEX - the local username in question

remoteu - name that I am mapping everyone to on my side (matches the
username they are expecting on the other side).

remoteu is setup with a smbpasswd.


[2002/10/04 16:28:01, 3] smbd/process.c:process_smb(877)
  Transaction 6 of length 162
[2002/10/04 16:28:01, 3] smbd/process.c:switch_message(684)
  switch message SMBsesssetupX (pid 1670)
[2002/10/04 16:28:01, 3] smbd/sec_ctx.c:set_sec_ctx(313)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/04 16:28:01, 3] smbd/reply.c:reply_sesssetup_and_X(857)
  Domain=[DOMAIN]  NativeOS=[Windows 4.0] NativeLanMan=[Windows 4.0]
[2002/10/04 16:28:01, 3] smbd/reply.c:reply_sesssetup_and_X(868)
  sesssetupX:name=[USERNAMEX]
[2002/10/04 16:28:01, 3] lib/username.c:map_username(168)
  Mapped user USERNAMEX to remoteu
[2002/10/04 16:28:01, 2] smbd/reply.c:reply_sesssetup_and_X(982)
  Defaulting to Lanman password for remoteu
[2002/10/04 16:28:01, 2] smbd/password.c:pass_check_smb(575)
  pass_check_smb failed - invalid password for user [remoteu]
[2002/10/04 16:28:01, 1] smbd/reply.c:reply_sesssetup_and_X(998)
  Rejecting user 'remoteu': authentication failed
[2002/10/04 16:28:01, 3] smbd/error.c:error_packet(91)
  error string = No such file or directory


Here is the kicker, I have 6 other users that are able to connect.

The only thing I have found that is different about this 7th user is the
fact that his username is 9 characters long.

Also, I added USERNAMEX to the smbpasswd file with the *remote*
password, is that correct or incorrect?

Thanks in advance.


--John





--
John Anderson
Ceeva, Inc.
412.690.2300 x330


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



Re: [Samba] NT Security tab changes

2002-10-04 Thread Jules Agee

[EMAIL PROTECTED] wrote:
 On Thu, Oct 03, 2002 at 05:30:07PM -0700, Jules Agee wrote:
 
Do I need to patch ACL support into the Linux kernel just to allow users 
to change permissions on files hosted on the Samba 2.2.5 server? All I 
really need is to allow users to set read/write/execute on files. Right 
now, I don't have an ACL-patched kernel installed on the server.
 
 
 No you don't. So long as the users are only changing the u/g/w 
 permissions Samba should reflect these onto the standard UNIX
 permissions.
 
 Jeremy.

So... forgive me, I'm still new at using Samba. Any idea why it isn't 
working with the configuration described below?  If I try to modify 
perms on a file that I don't own from the Security Tab, I get a 
permission denied dialog as expected. But when I actually own the file 
and try to change perms, for example to give Everyone write access to 
it, the second I click the Apply button, all my changes simply revert to 
whatever they were before I changed anything. If I add nt acl support = 
no to the config, then the Security tab disappears on the Windows client.

RedHat 7.2 with RedHat kernel 2.4.9-34
Samba 2.2.5 installed from samba-latest.tar.gz
running on ext3 filesystem

  
 All users have Windows 2000 Pro (not sure what SP). Samba is
 authenticating to OpenLDAP, and I'm using nss_ldap. Here's the relevant
 section of smb.conf:
 [global]
 ldap server = localhost
 ldap port = 389
 ldap suffix = o=internet
 ldap admin dn = cn=Manager,o=internet
 ldap ssl = no
 workgroup = IS
 netbios name = THOR
 server string = Thor File Server
 security = server
 dos filemode = yes
 encrypt passwords = Yes
 log file = /var/log/samba/%m.log
 max log size = 0
 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
 dns proxy = No
 
 [private]
 comment = Private File Storage
 path = /usr/local/fileshare/home
 read only = No 


-- 
Jules Agee
System Administrator
Pacific Coast Feather Co.
[EMAIL PROTECTED]  x284

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



[Samba] Autoreply to samba digest, Vol 1 #1691 - 21 msgs

2002-10-04 Thread samba

Vielen Dank für Ihre e-mail.

Da ich vom 30.09.-06.10 in Urlaub bin, kann ich sie leider erst danach bearbeiten bzw. 
beantworten.

In dringenden Fällen, können Sie sich gerne an meinen Kollegen Herrn Lamotte wenden. 
Er hat die email-Adresse [EMAIL PROTECTED] und ist telefonisch unter 
07142/596-152 zu erreichen.

Mit freundlichen Grüßen

Michael Müller

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



RH 8.0 released.

2002-10-04 Thread Max TenEyck Woodbury

I just got RH 8.0 up and running under VMWare. I'll try to get the samba.src.rpm
to build tomorrow. (2:45 A.M. is just a bit too late to start it tonight.)

mtew



smbgroupedit and ldap groups?

2002-10-04 Thread Eddie Lania

Hi list,

Please observe the case below:

I download, compile and install Samba 3.0 from cvs.
I am using ldap.
I have installed the nss_ldap package.
I have setup the pam and /etc/nsswitch.conf files as required.
etc

Now, this is in the smbgroupedit man page:

 To give access to a certain directory on a domain member machine (an
NT/W2K or a samba server running winbind) to some users who are member
of a group on your samba PDC, flag that group as a domain group:

 root# smbgroupedit -a unixgroup -td

But what if the group I want to map as a domain group is the Domain Admins
group that is in the ldap database?
And I want current unix user(s) (in /etc/passwd and /etc/group) to be able
to become a member of the Domain Users or Domain Admins global groups?

I allready tried the given scenario's (mapping all groups as said in the
smbgroupedit man page and make certain users members of them, etc...), but
still no luck.
At this moment, when a user logs in, his/her primairy gid is still being
taken from the /etc/group file and so the user is not indentified as a
member of any domain group.

Also, the Windows NT UserManager (srvtools) for domains does not work (I
think because of this problem e.g. the user is not indentified as a Domain
Admin.).
The only time I was able to use the NT UserManager was when I logged on as
root.
I thought this would be solved by Kai's patches, but whatever I try, it
still doesn't work here.

The more I am expirimenting with it, the more confused I get.

Again, any help would be appreciated.

Thanks.

Eddie.






Re: smbgroupedit and ldap groups?

2002-10-04 Thread Stefan (metze) Metzmacher


Also, the Windows NT UserManager (srvtools) for domains does not work (I
think because of this problem e.g. the user is not indentified as a Domain
Admin.).
The only time I was able to use the NT UserManager was when I logged on as
root.
I thought this would be solved by Kai's patches, but whatever I try, it
still doesn't work here.

you have to specify the Domain Admins group as 'admin users'

if you map 'Domain Admins' to 'domadmins'
then

admin users = @domadmins

But I think the admin users have to go till 3.0

and the 'Domain Admins' and 'Administrators' groups should be used...

The more I am expirimenting with it, the more confused I get.

Again, any help would be appreciated.

Thanks.

Eddie.


metze
-
Stefan metze Metzmacher [EMAIL PROTECTED]




Re: smbgroupedit and ldap groups?

2002-10-04 Thread Eddie Lania

Hi Metze and list,

I am willing to try this, but I thought the admin users parameter
primairily is used in the services section and not as a global parameter?
So this parameter would only affect rights on a service.

Am I right or wrong?

Eddie.

- Original Message -
From: Stefan (metze) Metzmacher [EMAIL PROTECTED]
To: Eddie Lania [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, October 04, 2002 10:38 AM
Subject: Re: smbgroupedit and ldap groups?



 Also, the Windows NT UserManager (srvtools) for domains does not work (I
 think because of this problem e.g. the user is not indentified as a
Domain
 Admin.).
 The only time I was able to use the NT UserManager was when I logged on
as
 root.
 I thought this would be solved by Kai's patches, but whatever I try, it
 still doesn't work here.

 you have to specify the Domain Admins group as 'admin users'

 if you map 'Domain Admins' to 'domadmins'
 then

 admin users = @domadmins

 But I think the admin users have to go till 3.0

 and the 'Domain Admins' and 'Administrators' groups should be used...

 The more I am expirimenting with it, the more confused I get.
 
 Again, any help would be appreciated.
 
 Thanks.
 
 Eddie.


 metze
 --
---
 Stefan metze Metzmacher [EMAIL PROTECTED]




Re: smbgroupedit and ldap groups?

2002-10-04 Thread Stefan (metze) Metzmacher

HI Eddie,

I am willing to try this, but I thought the admin users parameter
primairily is used in the services section and not as a global parameter?
So this parameter would only affect rights on a service.

Am I right or wrong?

a parameter marked as service parameter only says that you can specify it 
seperate for each service or use the default value of this parameter from 
the global section.

so each service AND global parameter are in the globals section.



metze
-
Stefan metze Metzmacher [EMAIL PROTECTED]




Re: smbgroupedit and ldap groups?

2002-10-04 Thread Eddie Lania

Hi Metze and list,

Is this the common behaviour when I did it like you told me?
I.o.w. is this like it is supposed to behave when I log on as user eddie and
am a member of domain admins?

Eddie.

[2002/10/04 10:59:14, 0, effective(0, 0), real(0, 0)]
smbd/service.c:set_admin_user(309)
  eddie logged in as admin user (root privileges)
[2002/10/04 11:01:58, 0, effective(0, 0), real(0, 0)]
smbd/service.c:set_admin_user(309)
  eddie logged in as admin user (root privileges)
[2002/10/04 11:01:58, 1, effective(0, 500), real(0, 0)]
smbd/service.c:make_connection_snum(681)
  p1400elania (192.168.168.35) connect to service eddie initially as user
eddie (uid=0, gid=500) (pid 31282)
[2002/10/04 11:02:02, 1, effective(0, 0), real(0, 0)]
smbd/service.c:close_cnum(852)
  p1400elania (192.168.168.35) closed connection to service eddie
[2002/10/04 11:02:19, 0, effective(0, 0), real(0, 0)]
smbd/service.c:set_admin_user(309)
  eddie logged in as admin user (root privileges)
[2002/10/04 11:02:19, 1, effective(0, 500), real(0, 0)]
smbd/service.c:make_connection_snum(681)
  p1400elania (192.168.168.35) connect to service eddie initially as user
eddie (uid=0, gid=500) (pid 31282)
[2002/10/04 11:03:06, 0, effective(0, 0), real(0, 0)]
smbd/service.c:set_admin_user(309)
  eddie logged in as admin user (root privileges)
[2002/10/04 11:03:06, 1, effective(0, 500), real(0, 0)]
smbd/service.c:make_connection_snum(681)
  p1400elania (192.168.168.35) connect to service eddie initially as user
eddie (uid=0, gid=500) (pid 31282)
[2002/10/04 11:03:52, 1, effective(0, 0), real(0, 0)]
smbd/service.c:close_cnum(852)
  p1400elania (192.168.168.35) closed connection to service eddie
[2002/10/04 11:04:03, 1, effective(0, 0), real(0, 0)]
smbd/service.c:close_cnum(852)
  p1400elania (192.168.168.35) closed connection to service eddie

- Original Message -
From: Stefan (metze) Metzmacher [EMAIL PROTECTED]
To: Eddie Lania [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, October 04, 2002 10:38 AM
Subject: Re: smbgroupedit and ldap groups?



 Also, the Windows NT UserManager (srvtools) for domains does not work (I
 think because of this problem e.g. the user is not indentified as a
Domain
 Admin.).
 The only time I was able to use the NT UserManager was when I logged on
as
 root.
 I thought this would be solved by Kai's patches, but whatever I try, it
 still doesn't work here.

 you have to specify the Domain Admins group as 'admin users'

 if you map 'Domain Admins' to 'domadmins'
 then

 admin users = @domadmins

 But I think the admin users have to go till 3.0

 and the 'Domain Admins' and 'Administrators' groups should be used...

 The more I am expirimenting with it, the more confused I get.
 
 Again, any help would be appreciated.
 
 Thanks.
 
 Eddie.


 metze
 --
---
 Stefan metze Metzmacher [EMAIL PROTECTED]




Re: smbgroupedit and ldap groups?

2002-10-04 Thread Stefan (metze) Metzmacher

HI Eddie,

Is this the common behaviour when I did it like you told me?
I.o.w. is this like it is supposed to behave when I log on as user eddie and
am a member of domain admins?

Yes, if you don't want to be an admin on the shares.

set 'admin user =  ' in each service section

I know this isn't so nice and it have to be changed in the future...


metze
-
Stefan metze Metzmacher [EMAIL PROTECTED]




Re: Fw: smbgroupedit and ldap groups?

2002-10-04 Thread Stefan (metze) Metzmacher


And BTW, the UserManager for domains still doesn't work after this addition.

Eddie.

current HEAD or alpha20 and what error?

for me alpha20 works fine but HEAD can't get some local groups and exit.



metze
-
Stefan metze Metzmacher [EMAIL PROTECTED]




(±¤°í)¹«ÀÎ ¼ÓµµÄ«¸Þ¶ó °¨Áö±â 20%ÇÒÀÎÆǸÅ

2002-10-04 Thread ³×ºñ¾ÆÀÌ
Title: Á¦¸ñ ¾øÀ½






º»¸ÞÀÏÀº Á¤º¸Åë½ÅºÎ ±Ç°í»çÇ׿¡ ÀÇ°ÅÇØ (±¤°í)ÀÓÀ» 
  ¸í½ÃÇÑ ¸ÞÀÏÀÔ´Ï´Ù. ¼ö½ÅÀ» ¿øÄ¡ ¾ÊÀ¸½Ã¸é ¼ö½Å°ÅºÎ¸¦ ´­·¯ÁÖ¼¼¿ä. ÀúÈñ´Â ¸ÞÀÏÁÖ¼Ò ÀÌ¿ÜÀÇ ¾î¶°ÇÑ °³ÀÎÁ¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù. 
  ´Ù½ÃÇѹø Çã¶ô¾øÀÌ ¸ÞÀÏÀ» º¸³»°ÔµÇ¾î ´ë´ÜÈ÷ Á˼ÛÇÕ´Ï´Ù.
  
  
  











Re: Fw: smbgroupedit and ldap groups?

2002-10-04 Thread Eddie Lania

Metze, you are correct.

I was using HEAD.
I recompiled 3.0alpha20 and now it is working.

Thanks.

Eddie.

- Original Message -
From: Stefan (metze) Metzmacher [EMAIL PROTECTED]
To: Eddie Lania [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, October 04, 2002 11:34 AM
Subject: Re: Fw: smbgroupedit and ldap groups?



 And BTW, the UserManager for domains still doesn't work after this
addition.
 
 Eddie.

 current HEAD or alpha20 and what error?

 for me alpha20 works fine but HEAD can't get some local groups and exit.



 metze
 --
---
 Stefan metze Metzmacher [EMAIL PROTECTED]




Re: [PATCH] winbindd use flat files

2002-10-04 Thread Gerald Carter

On Thu, 3 Oct 2002, Josh Durham wrote:

   I hacked winbindd to use 'flat files', such as /etc/passwd and 
 /etc/group.  When winbindd gets a request to map a sid to an uid, it 
 will now check to see if that account already exists in a flat file.  
 If it does, it will map the preexisting UID to the SID.  It does the 
 check by seeing if the Windows (user|group)name exists in the 
 (passwd|group) file.  If it doesn't find the account, it will do the 
 normal dynamic allocation as before.

Thanks Josh.  This sounds interesting.  I'll look at it once I get 
finish my work this weekend.




cheers, jerry
 -
 Hewlett-Packard http://www.hp.com
 SAMBA Team   http://www.samba.org
 --http://www.plainjoe.org
 SAMS Teach Yourself Samba in 24 Hours 2ed.   ISBN 0-672-32269-2
 --I never saved anything for the swim back. Ethan Hawk in Gattaca--




Re: PS: smbcacl doesn't work for me

2002-10-04 Thread Steve Langasek

On Fri, Oct 04, 2002 at 06:48:55PM +0200, Zoltan Bogdan wrote:
 Am Don, 2002-10-03 um 23.43 schrieb Zoltan Bogdan:

 Hi, 
 I share an XFS-volume via samba 2.2.4. 

 fetching the acls works like the following for me: 

  
 hermes:/secrets # smbcacls //hermes/xfs-share test -U TOGO/hzbogdan 
 Password: 
 REVISION:1 
 OWNER:TOGO\hzbogdan 
 GROUP:TOGO\users 
 ACL:TOGO\hzbogdan:ALLOWED//RW 
 ACL:TOGO\users:ALLOWED//R 
 ACL:\Everyone:ALLOWED//R 
 - 

 When I try to set - or rather modify - the Acl for the group
 users, I get strange results: 

 - 
 hermes:/secrets # smbcacls //hermes/xfs-share test -U TOGO/hzbogdan
 -M ACL:TOGO\users:0/0/W 
 Password: 
 Failed to parse ACL ACL:TOGOusers 
  

 Using various substitutions for type/flags/mask Values didn't get
 better results. 

 Could someone provide some help? 

You haven't escaped your strings to make them shell-safe.  The shell eats
the backslash, and smbcacls only sees 'ACL:TOGOusers' instead of
'ACL:TOGO\users'.

I also don't know for sure if names in ACLs are supported by smbcacls in
2.2.  If so, you definitely need to handle that backslash:

  smbcacls //hermes/xfs-share test -U TOGO/hzbogdan -M ACL:TOGO\\users:0/0/W

or

  smbcacls //hermes/xfs-share test -U TOGO/hzbogdan -M 'ACL:TOGO\users:0/0/W'

HTH,

Steve Langasek
postmodern programmer



msg03521/pgp0.pgp
Description: PGP signature


Samba 3.0 a21 + LDAP Can't bind

2002-10-04 Thread Dennis Lattka

Oct  4 10:37:23 devel smbd[26863]: [2002/10/04 10:37:23, 0] 
passdb/pdb_ldap.c:ldapsam_connect_system(415)
Oct  4 10:37:23 devel smbd[26863]:   Bind failed: Can't contact LDAP server
Oct  4 10:37:23 devel smbd[26863]: [2002/10/04 10:37:23, 2] 
auth/auth.c:check_ntlm_password(271)
Oct  4 10:37:23 devel slapd[26793]: conn=-1 fd=16 closed
Oct  4 10:37:23 devel smbd[26863]:   check_password:  Authentication for 
user [root] - [root] FAILED with error NT_STATUS_WRONG_PASSWORD
Oct  4 10:37:23 devel smbd[26863]: [2002/10/04 10:37:23, 2] 
smbd/server.c:exit_server(533)


WHY? Any help at all would be appreciated.

Thanks.




Re: Recent Upgrade to Fix SNAP Server Problem

2002-10-04 Thread Kevin Stefanik

Are you only having these problems when going through the SNAP server?  If you 
need snaps to authenticate via 2.2.x, I have a patch for that, but the domain 
group list doesn't work.

If you're using 3.0 for another reason, the SNAPs use an older API that 
doesn't (yet) get the group names for a user through the new groupdb or group 
mapping mechanisms in 3.0.   

Also, I think the new group mapping mechanism will take precedence over the 
domain admin group. See the group-mapping howto for more details.

Kevin Stefanik

PS: If someone can point out the preferred mechanism for taking a user name 
and turning it into a list of groups, I can fix that rNetUserGetGroups API to 
do so.  I have some code to use the groupdb.c stuff, but last time I checked 
that wasn't being used anywhere else.



On Wednesday 02 October 2002 10:59 am, Irving Carrion wrote:
 Greetings!

 We just recently upgraded from Samba 2.2.3a to 2.999+3.0cvs20 and are
 having a few problems.  The domain admin group that used to work in
 the previous version no longer does. According to the docs
 smb.conf.5.html the command is still there and still active.  Obviously
 I have missed something... can anyone relay some info my way.

 Also testparm has reported that I am using wins support and wins
 server commands in the smb.conf file, but I am NOT.  All I have is 
 wins support = Yes.

 Any info on the postscript error below would help but not critical at
 this point.

 I'm running testparm on my smb.conf and I get the following errors:

 ///ERRORS BEGIN
 Unknown parameter encountered: domain admin group
 Ignoring unknown parameter domain admin group

 WARNING: The postscript option is deprecated

 ERROR: both 'wins support = true' and 'wins server = server' cannot be
 set in the smb.conf file. nmbd will abort with this setting. ///ERRORS
 END


 Any help would be Gratefully appreciated!!!

 IRV




Re: How prevent many logins

2002-10-04 Thread Mike Gerdts

On Thu, 2002-10-03 at 08:15, Marcus Grando wrote:

 But I dont use pam.
 
 Any other method?

It may be tough to do with PAM as well because each time the user
authenticates to a share the PAM module would increment the number of
connections.  How many connections should be allowed?  1 for IPC?  1 for
the home directory?  How about one for a printer?

You could probably use a VFS module instead.  You would need to write
it.  The way that I would do it is something along the lines of:

grab examples/VFS/skel.c

get rid of all the functions except skel_connect.  Be sure to update
vfs_init() and skel_ops appropriately.

Replace all occurrences of skel_ with oneclient_

In oneclient_connect() (the function that used to be skel_connect()) add
code that traverses the connections TDB looking for this user connected
from a different machine.  If the user is on from another machine,
verify that connection is still good (kill(pid,0)) should work).  If the
tdb entry for the user on another machine and that smbd is really still
alive, call default_vfs_ops.disconnect().

File a bug report on the problems that come up because you are calling
disconnect() from connect().  I don't know that this will cause problems
but I would expect that it could be asking for trouble.  Then again,
maybe that execution path has already been tested by something else.

Mike





Re: locating NETBIOS name of domain in a win2k domain

2002-10-04 Thread Luke Howard


Also, there is the NetrLogonGetDomainInfo RPC, which operates over the
secure channel.

DsRoleGetPrimaryDomainInformation is another RPC on the Net Logon
service. Ethereal should decode at least DsRoleGetPrimaryDomainInformation.

-- Luke

From: Gerald Carter [EMAIL PROTECTED]
Subject: locating NETBIOS name of domain in a win2k domain
To: Andrew Tridgell [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Date: Fri, 4 Oct 2002 09:08:51 -0500 (CDT)

Tridge,

Weren't you asking about locating the netbios name of the 
domain in a win2k domain ?  Or was this of a machine ?
If the former, then look at the DsRoleGetPrimaryDomainInformation()
Win32 call.  I'll have the client side coded up today if it 
is any help to you.




cheers, jerry
 -
 Hewlett-Packard http://www.hp.com
 SAMBA Team   http://www.samba.org
 --http://www.plainjoe.org
 SAMS Teach Yourself Samba in 24 Hours 2ed.   ISBN 0-672-32269-2
 --I never saved anything for the swim back. Ethan Hawk in Gattaca--


--
Luke Howard | PADL Software Pty Ltd | www.padl.com



Re: locating NETBIOS name of domain in a win2k domain

2002-10-04 Thread Gerald Carter

On Sat, 5 Oct 2002, Luke Howard wrote:

 
 Also, there is the NetrLogonGetDomainInfo RPC, which operates over the
 secure channel.
 
 DsRoleGetPrimaryDomainInformation is another RPC on the Net Logon
 service. Ethereal should decode at least DsRoleGetPrimaryDomainInformation.

Hmmvery strange then because my traces show it using a new UUID in the 
rpcbind on \PIPE\lsarpc and then calling with an opnum of 0x0.

Ethereal didn't decode any of it.



jerry
 -
 Hewlett-Packard http://www.hp.com
 SAMBA Team   http://www.samba.org
 --http://www.plainjoe.org
 SAMS Teach Yourself Samba in 24 Hours 2ed.   ISBN 0-672-32269-2
 --I never saved anything for the swim back. Ethan Hawk in Gattaca--




Re: How prevent many logins

2002-10-04 Thread Andrew Bartlett

Mike Gerdts wrote:
 
 On Thu, 2002-10-03 at 08:15, Marcus Grando wrote:
 
  But I dont use pam.
 
  Any other method?
 
 It may be tough to do with PAM as well because each time the user
 authenticates to a share the PAM module would increment the number of
 connections.  How many connections should be allowed?  1 for IPC?  1 for
 the home directory?  How about one for a printer?

PAM is per-session, not per-tree.  That is why it is more suitable for
this task.

Users authenticate once to the server, then mount multiple shares on
that connection.

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



CIFS VFS Linux 2.5 submission

2002-10-04 Thread Steven French

Following suggestions from Urban and others I have made
various very recent changes to the cifs vfs (and updated
the bitkeeper tree http://cifs.bkbits.net/linux-2.5)
including replacing the call to the problematic
interruptible_sleep_on_timeout, changing some of the
places kmalloc was being used for fixed size objects to
kmem_cache_alloc and lots of minor stylistic updates.
This was to clean it for acceptance to the Linux 2.5 kernel.

I have also added a tar ball of the 2.5 version of the cifs
vfs source to the cifs vfs project on the Samba site to make
it easier for those without bitkeeper.  There already was a
2.4 version of the source on the Samba site.  The 2.4
changes are being shadowed periodically to the Samba CVS
tree.  For those without bitkeeper (which is being heavily
used by the Linux 2.5 development community), a gz of the
2.5 version of the cifs vfs is at:

 http://us1.samba.org/samba/ftp/cifs-cvs/linux25.cifs-0.5.2.tar.gz

The tar ball contains a small patch to patch the usual few
files that filesystems have to touch outside their own
directory (fs/Config.in etc.) and also has the
filesysystem's source in the fs/cifs directory.  The
project page is at

  http://us1.samba.org/samba/Linux_CIFS_client.html

Even though testing and new feature development are actively
continuing, suggestions for improving the code are always welcome.

Thanks,

Steve French
Senior Software Engineer
Linux Technology Center - IBM Austin
phone: 512-838-2294
email: [EMAIL PROTECTED]





Clarification: Accept Connection Code

2002-10-04 Thread Michael D. Ober

Clarification:

I know how to create a listener and accept a connection.  What I don't know
how to do is to pass the client socket to a new process.

Mike.

-Original Message-
From: Michael D. Ober 
Sent: Friday, October 04, 2002 7:58 AM
To: Samba VMS (E-mail)
Subject: Accept Connection Code


I am trying to learn how to create an IP server that creates a listener port
and then spawns new processes on each connection, which is what Samba VMS
appears to do.  Where in the source can I find this?

Thanks,
Mike Ober.



RE: Samba 2.2.4 : new version

2002-10-04 Thread Crowley, George M.


I did the install of Samba 2.2.4 and had an errors when I ran the
Install.com file.

Can someone look at these and tell me if it is significant.

A show service indicates that SWAT is on port 901 and ENABLED.

Thanks
George Crowley


 -=This is from the SWAT config part of INSTALL.COM=

$ define/user sys$output nla0:
$ define/user sys$error nla0:
$ tcpip disable service swat
$ tcpip set service swat -
/protocol=TCP -
/port=901 -
/flag=listen - 
/user=SYSTEM -
/process=Swat -
/file=SAMBA_ROOT:[BIN]Swat_STARTUP.COM -
/log=(FILE:SAMBA_ROOT:[VAR]Swat_STARTUP.LOG,ALL) -
/limit=200
$ tcpip set config enable service swat
%TCPIP-E-CONFIGERROR, error processing configuration request
-SYSTEM-F-BADPARAM, bad parameter value
$ tcpip enable service swat
$!
$! Initialize the STARTUP logs in SYS$MANAGER
$!



CVS update: samba/docs/docbook/faq

2002-10-04 Thread jelmer


Date:   Fri Oct  4 16:05:11 2002
Author: jelmer

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

Modified Files:
sambafaq.sgml 
Added Files:
clientapp.sgml general.sgml install.sgml 
Log Message:

Split up faq in smaller files


Revisions:
clientapp.sgml  NONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/faq/clientapp.sgml?rev=1.1
general.sgmlNONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/faq/general.sgml?rev=1.1
install.sgmlNONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/faq/install.sgml?rev=1.1
sambafaq.sgml   1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/faq/sambafaq.sgml?r1=1.3r2=1.4



CVS update: samba/docs/faq

2002-10-04 Thread jelmer


Date:   Fri Oct  4 16:11:31 2002
Author: jelmer

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

Modified Files:
clientapp.html samba-faq.html 
Log Message:

Move Application_Serving.txt to FAQ question How to use a samba share as a 
administrative share for MS Office, etc?


Revisions:
clientapp.html  1.1 = 1.2
http://www.samba.org/cgi-bin/cvsweb/samba/docs/faq/clientapp.html?r1=1.1r2=1.2
samba-faq.html  1.1 = 1.2
http://www.samba.org/cgi-bin/cvsweb/samba/docs/faq/samba-faq.html?r1=1.1r2=1.2



CVS update: samba/docs/textdocs

2002-10-04 Thread jelmer


Date:   Fri Oct  4 18:02:51 2002
Author: jelmer

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

Removed Files:
DHCP-Server-Configuration.txt Faxing.txt 
Log Message:

Convert README.Win32-Viruses DHCP-Server-Configuration and Faxing to SGML...


Revisions:
DHCP-Server-Configuration.txt   1.15 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba/docs/textdocs/DHCP-Server-Configuration.txt?rev=1.15
Faxing.txt  1.28 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba/docs/textdocs/Faxing.txt?rev=1.28



CVS update: samba/docs/faq

2002-10-04 Thread jelmer


Date:   Fri Oct  4 18:18:45 2002
Author: jelmer

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

Modified Files:
clientapp.html errors.html samba-faq.html 
Log Message:

Convert even more text docs


Revisions:
clientapp.html  1.3 = 1.4
http://www.samba.org/cgi-bin/cvsweb/samba/docs/faq/clientapp.html?r1=1.3r2=1.4
errors.html 1.2 = 1.3
http://www.samba.org/cgi-bin/cvsweb/samba/docs/faq/errors.html?r1=1.2r2=1.3
samba-faq.html  1.4 = 1.5
http://www.samba.org/cgi-bin/cvsweb/samba/docs/faq/samba-faq.html?r1=1.4r2=1.5



CVS update: samba/docs/docbook/faq

2002-10-04 Thread jelmer


Date:   Fri Oct  4 18:18:45 2002
Author: jelmer

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

Modified Files:
clientapp.sgml errors.sgml 
Log Message:

Convert even more text docs


Revisions:
clientapp.sgml  1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/faq/clientapp.sgml?r1=1.2r2=1.3
errors.sgml 1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/faq/errors.sgml?r1=1.1r2=1.2



CVS update: samba/source

2002-10-04 Thread jerry


Date:   Fri Oct  4 19:11:36 2002
Author: jerry

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

Modified Files:
Makefile.in 
Log Message:
merge of working dsrolegetprimdominfo() client code from APP_HEAD



Revisions:
Makefile.in 1.548 = 1.549
http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.548r2=1.549



CVS update: samba/source/include

2002-10-04 Thread jerry


Date:   Fri Oct  4 19:11:36 2002
Author: jerry

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

Modified Files:
ntdomain.h rpc_dce.h smb.h 
Added Files:
rpc_ds.h 
Log Message:
merge of working dsrolegetprimdominfo() client code from APP_HEAD



Revisions:
rpc_ds.h1.1 = 1.2
http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_ds.h?r1=1.1r2=1.2
ntdomain.h  1.80 = 1.81

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/ntdomain.h?r1=1.80r2=1.81
rpc_dce.h   1.24 = 1.25

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_dce.h?r1=1.24r2=1.25
smb.h   1.454 = 1.455

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smb.h?r1=1.454r2=1.455



CVS update: samba/source/rpc_client

2002-10-04 Thread jerry


Date:   Fri Oct  4 19:11:36 2002
Author: jerry

Update of /data/cvs/samba/source/rpc_client
In directory dp.samba.org:/tmp/cvs-serv5314/rpc_client

Modified Files:
cli_pipe.c 
Added Files:
cli_ds.c 
Log Message:
merge of working dsrolegetprimdominfo() client code from APP_HEAD



Revisions:
cli_ds.c1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_ds.c?r1=1.1r2=1.2
cli_pipe.c  1.82 = 1.83

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_pipe.c?r1=1.82r2=1.83



CVS update: samba/source/rpc_parse

2002-10-04 Thread jerry


Date:   Fri Oct  4 19:11:36 2002
Author: jerry

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

Modified Files:
parse_rpc.c 
Added Files:
parse_ds.c 
Log Message:
merge of working dsrolegetprimdominfo() client code from APP_HEAD



Revisions:
parse_ds.c  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_ds.c?r1=1.1r2=1.2
parse_rpc.c 1.47 = 1.48

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



CVS update: samba/source/rpcclient

2002-10-04 Thread jerry


Date:   Fri Oct  4 19:11:36 2002
Author: jerry

Update of /data/cvs/samba/source/rpcclient
In directory dp.samba.org:/tmp/cvs-serv5314/rpcclient

Modified Files:
cmd_lsarpc.c rpcclient.c 
Added Files:
cmd_ds.c 
Log Message:
merge of working dsrolegetprimdominfo() client code from APP_HEAD



Revisions:
cmd_ds.c1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/cmd_ds.c?r1=1.1r2=1.2
cmd_lsarpc.c1.65 = 1.66

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/cmd_lsarpc.c?r1=1.65r2=1.66
rpcclient.c 1.195 = 1.196

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/rpcclient.c?r1=1.195r2=1.196



CVS update: samba/source

2002-10-04 Thread jerry


Date:   Fri Oct  4 19:33:40 2002
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
Makefile.in 
Log Message:
merge of working dsrolegetprimdominfo() client code from APP_HEAD

Revisions:
Makefile.in 1.468.2.6 = 1.468.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.468.2.6r2=1.468.2.7



CVS update: samba/source/include

2002-10-04 Thread jerry


Date:   Fri Oct  4 19:33:40 2002
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
ntdomain.h rpc_dce.h smb.h 
Log Message:
merge of working dsrolegetprimdominfo() client code from APP_HEAD

Revisions:
ntdomain.h  1.79.2.1 = 1.79.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/ntdomain.h?r1=1.79.2.1r2=1.79.2.2
rpc_dce.h   1.22.2.1 = 1.22.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_dce.h?r1=1.22.2.1r2=1.22.2.2
smb.h   1.424.2.5 = 1.424.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smb.h?r1=1.424.2.5r2=1.424.2.6



CVS update: samba/source/libsmb

2002-10-04 Thread jerry


Date:   Fri Oct  4 19:33:40 2002
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
cliconnect.c 
Log Message:
merge of working dsrolegetprimdominfo() client code from APP_HEAD

Revisions:
cliconnect.c1.71.2.6 = 1.71.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c?r1=1.71.2.6r2=1.71.2.7



CVS update: samba/source/rpc_client

2002-10-04 Thread jerry


Date:   Fri Oct  4 19:33:40 2002
Author: jerry

Update of /data/cvs/samba/source/rpc_client
In directory dp.samba.org:/tmp/cvs-serv8379/rpc_client

Modified Files:
  Tag: SAMBA_3_0
cli_pipe.c 
Log Message:
merge of working dsrolegetprimdominfo() client code from APP_HEAD

Revisions:
cli_pipe.c  1.79.2.3 = 1.79.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_pipe.c?r1=1.79.2.3r2=1.79.2.4



CVS update: samba/source/rpcclient

2002-10-04 Thread jerry


Date:   Fri Oct  4 19:33:41 2002
Author: jerry

Update of /data/cvs/samba/source/rpcclient
In directory dp.samba.org:/tmp/cvs-serv8379/rpcclient

Modified Files:
  Tag: SAMBA_3_0
cmd_lsarpc.c rpcclient.c 
Log Message:
merge of working dsrolegetprimdominfo() client code from APP_HEAD

Revisions:
cmd_lsarpc.c1.58.2.5 = 1.58.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/cmd_lsarpc.c?r1=1.58.2.5r2=1.58.2.6
rpcclient.c 1.180.2.4 = 1.180.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/rpcclient.c?r1=1.180.2.4r2=1.180.2.5



CVS update: samba/source/rpc_parse

2002-10-04 Thread jerry


Date:   Fri Oct  4 19:33:41 2002
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
parse_rpc.c 
Log Message:
merge of working dsrolegetprimdominfo() client code from APP_HEAD

Revisions:
parse_rpc.c 1.45.2.2 = 1.45.2.3

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



CVS update: samba/source/nsswitch

2002-10-04 Thread jerry


Date:   Fri Oct  4 21:34:42 2002
Author: jerry

Update of /data/cvs/samba/source/nsswitch
In directory dp.samba.org:/tmp/cvs-serv5058/nsswitch

Modified Files:
  Tag: APPLIANCE_HEAD
winbindd.h winbindd_cm.c winbindd_util.c 
Log Message:
* store a flag in the winbindd_domain struct for a domain that
  indicates whether it is a native mode Win2k domain or not.

* correctly detect this condition



Revisions:
winbindd.h  1.3.2.3 = 1.3.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.h?r1=1.3.2.3r2=1.3.2.4
winbindd_cm.c   1.33.2.8 = 1.33.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cm.c?r1=1.33.2.8r2=1.33.2.9
winbindd_util.c 1.7.2.4 = 1.7.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_util.c?r1=1.7.2.4r2=1.7.2.5



CVS update: samba/source/rpc_client

2002-10-04 Thread jerry


Date:   Fri Oct  4 21:34:42 2002
Author: jerry

Update of /data/cvs/samba/source/rpc_client
In directory dp.samba.org:/tmp/cvs-serv5058/rpc_client

Modified Files:
  Tag: APPLIANCE_HEAD
cli_pipe.c 
Log Message:
* store a flag in the winbindd_domain struct for a domain that
  indicates whether it is a native mode Win2k domain or not.

* correctly detect this condition



Revisions:
cli_pipe.c  1.62.2.7 = 1.62.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_pipe.c?r1=1.62.2.7r2=1.62.2.8



CVS update: samba/source/nsswitch

2002-10-04 Thread jerry


Date:   Fri Oct  4 21:39:09 2002
Author: jerry

Update of /data/cvs/samba/source/nsswitch
In directory dp.samba.org:/tmp/cvs-serv7899/nsswitch

Modified Files:
winbindd.h winbindd_cm.c winbindd_util.c 
Log Message:
merge native_mode flag in winbindd_domain struct from app-head



Revisions:
winbindd.h  1.35 = 1.36

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.h?r1=1.35r2=1.36
winbindd_cm.c   1.49 = 1.50

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cm.c?r1=1.49r2=1.50
winbindd_util.c 1.79 = 1.80

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_util.c?r1=1.79r2=1.80



CVS update: samba/source/rpc_client

2002-10-04 Thread jerry


Date:   Fri Oct  4 21:39:09 2002
Author: jerry

Update of /data/cvs/samba/source/rpc_client
In directory dp.samba.org:/tmp/cvs-serv7899/rpc_client

Modified Files:
cli_pipe.c 
Log Message:
merge native_mode flag in winbindd_domain struct from app-head



Revisions:
cli_pipe.c  1.83 = 1.84

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_pipe.c?r1=1.83r2=1.84



CVS update: samba/source/include

2002-10-04 Thread jerry


Date:   Fri Oct  4 21:42:04 2002
Author: jerry

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

Added Files:
  Tag: SAMBA_3_0
rpc_ds.h 
Log Message:
* merge native_mode flag in winbindd_domain struct from app-head
* add some files missing from a previous commit



Revisions:
rpc_ds.hNONE = 1.2.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_ds.h?rev=1.2.2.1



CVS update: samba/source/nsswitch

2002-10-04 Thread jerry


Date:   Fri Oct  4 21:42:04 2002
Author: jerry

Update of /data/cvs/samba/source/nsswitch
In directory dp.samba.org:/tmp/cvs-serv8579/nsswitch

Modified Files:
  Tag: SAMBA_3_0
winbindd.h winbindd_cm.c winbindd_util.c 
Log Message:
* merge native_mode flag in winbindd_domain struct from app-head
* add some files missing from a previous commit



Revisions:
winbindd.h  1.33.2.2 = 1.33.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.h?r1=1.33.2.2r2=1.33.2.3
winbindd_cm.c   1.31.2.6 = 1.31.2.7

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cm.c?r1=1.31.2.6r2=1.31.2.7
winbindd_util.c 1.73.2.3 = 1.73.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_util.c?r1=1.73.2.3r2=1.73.2.4



CVS update: samba/source/rpc_client

2002-10-04 Thread jerry


Date:   Fri Oct  4 21:42:04 2002
Author: jerry

Update of /data/cvs/samba/source/rpc_client
In directory dp.samba.org:/tmp/cvs-serv8579/rpc_client

Modified Files:
  Tag: SAMBA_3_0
cli_pipe.c 
Added Files:
  Tag: SAMBA_3_0
cli_ds.c 
Log Message:
* merge native_mode flag in winbindd_domain struct from app-head
* add some files missing from a previous commit



Revisions:
cli_ds.cNONE = 1.2.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_ds.c?rev=1.2.2.1
cli_pipe.c  1.79.2.4 = 1.79.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_pipe.c?r1=1.79.2.4r2=1.79.2.5



CVS update: samba/source/rpc_parse

2002-10-04 Thread jerry


Date:   Fri Oct  4 21:42:04 2002
Author: jerry

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

Added Files:
  Tag: SAMBA_3_0
parse_ds.c 
Log Message:
* merge native_mode flag in winbindd_domain struct from app-head
* add some files missing from a previous commit



Revisions:
parse_ds.c  NONE = 1.2.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_ds.c?rev=1.2.2.1



CVS update: samba/source/rpcclient

2002-10-04 Thread jerry


Date:   Fri Oct  4 21:42:05 2002
Author: jerry

Update of /data/cvs/samba/source/rpcclient
In directory dp.samba.org:/tmp/cvs-serv8579/rpcclient

Added Files:
  Tag: SAMBA_3_0
cmd_ds.c 
Log Message:
* merge native_mode flag in winbindd_domain struct from app-head
* add some files missing from a previous commit



Revisions:
cmd_ds.cNONE = 1.2.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/rpcclient/cmd_ds.c?rev=1.2.2.1



CVS update: samba/source/nsswitch

2002-10-04 Thread jerry


Date:   Fri Oct  4 21:46:11 2002
Author: jerry

Update of /data/cvs/samba/source/nsswitch
In directory dp.samba.org:/tmp/cvs-serv9823/nsswitch

Modified Files:
  Tag: SAMBA_3_0
winbindd_cm.c 
Log Message:
fix typo


Revisions:
winbindd_cm.c   1.31.2.7 = 1.31.2.8

http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_cm.c?r1=1.31.2.7r2=1.31.2.8



CVS update: samba/source/tdb

2002-10-04 Thread jra


Date:   Fri Oct  4 22:32:37 2002
Author: jra

Update of /data/cvs/samba/source/tdb
In directory dp.samba.org:/tmp/cvs-serv21021/tdb

Modified Files:
  Tag: APPLIANCE_HEAD
tdb.c tdb.h tdbutil.c 
Log Message:
Fix for CR#946 - ensure we never allow more than 10,000 jobs per
queue - change tdb_lock_bystring to have a timeout.
Jeremy.


Revisions:
tdb.c   1.35.2.26 = 1.35.2.27

http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdb.c?r1=1.35.2.26r2=1.35.2.27
tdb.h   1.12.2.5 = 1.12.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdb.h?r1=1.12.2.5r2=1.12.2.6
tdbutil.c   1.9.2.8 = 1.9.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdbutil.c?r1=1.9.2.8r2=1.9.2.9



CVS update: samba/source/lib

2002-10-04 Thread jra


Date:   Fri Oct  4 22:53:18 2002
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
account_pol.c 
Log Message:
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.


Revisions:
account_pol.c   1.7.2.2 = 1.7.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/account_pol.c?r1=1.7.2.2r2=1.7.2.3



CVS update: samba/source/param

2002-10-04 Thread jra


Date:   Fri Oct  4 22:53:18 2002
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
loadparm.c 
Log Message:
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.


Revisions:
loadparm.c  1.397.2.6 = 1.397.2.7

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



CVS update: samba/source/passdb

2002-10-04 Thread jra


Date:   Fri Oct  4 22:53:18 2002
Author: jra

Update of /data/cvs/samba/source/passdb
In directory dp.samba.org:/tmp/cvs-serv26487/passdb

Modified Files:
  Tag: SAMBA_3_0
secrets.c 
Log Message:
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.


Revisions:
secrets.c   1.32.2.4 = 1.32.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/secrets.c?r1=1.32.2.4r2=1.32.2.5



CVS update: samba/source/printing

2002-10-04 Thread jra


Date:   Fri Oct  4 22:53:18 2002
Author: jra

Update of /data/cvs/samba/source/printing
In directory dp.samba.org:/tmp/cvs-serv26487/printing

Modified Files:
  Tag: SAMBA_3_0
nt_printing.c printing.c 
Log Message:
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.


Revisions:
nt_printing.c   1.204.2.4 = 1.204.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/printing/nt_printing.c?r1=1.204.2.4r2=1.204.2.5
printing.c  1.139.2.4 = 1.139.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/printing/printing.c?r1=1.139.2.4r2=1.139.2.5



CVS update: samba/source/rpc_server

2002-10-04 Thread jra


Date:   Fri Oct  4 22:53:18 2002
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
srv_srvsvc_nt.c 
Log Message:
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.


Revisions:
srv_srvsvc_nt.c 1.70.2.4 = 1.70.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_srvsvc_nt.c?r1=1.70.2.4r2=1.70.2.5



CVS update: samba/source/groupdb

2002-10-04 Thread jra


Date:   Fri Oct  4 22:53:30 2002
Author: jra

Update of /data/cvs/samba/source/groupdb
In directory dp.samba.org:/tmp/cvs-serv26625/groupdb

Modified Files:
mapping.c 
Log Message:
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.


Revisions:
mapping.c   1.37 = 1.38

http://www.samba.org/cgi-bin/cvsweb/samba/source/groupdb/mapping.c?r1=1.37r2=1.38



CVS update: samba/source/include

2002-10-04 Thread jra


Date:   Fri Oct  4 22:53:30 2002
Author: jra

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

Modified Files:
local.h printing.h 
Log Message:
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.


Revisions:
local.h 1.70 = 1.71

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/local.h?r1=1.70r2=1.71
printing.h  1.11 = 1.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/printing.h?r1=1.11r2=1.12



CVS update: samba/source/lib

2002-10-04 Thread jra


Date:   Fri Oct  4 22:53:30 2002
Author: jra

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

Modified Files:
account_pol.c 
Log Message:
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.


Revisions:
account_pol.c   1.10 = 1.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/account_pol.c?r1=1.10r2=1.11



CVS update: samba/source/param

2002-10-04 Thread jra


Date:   Fri Oct  4 22:53:30 2002
Author: jra

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

Modified Files:
loadparm.c 
Log Message:
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.


Revisions:
loadparm.c  1.456 = 1.457

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



CVS update: samba/source/printing

2002-10-04 Thread jra


Date:   Fri Oct  4 22:53:30 2002
Author: jra

Update of /data/cvs/samba/source/printing
In directory dp.samba.org:/tmp/cvs-serv26625/printing

Modified Files:
nt_printing.c printing.c 
Log Message:
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.


Revisions:
nt_printing.c   1.228 = 1.229

http://www.samba.org/cgi-bin/cvsweb/samba/source/printing/nt_printing.c?r1=1.228r2=1.229
printing.c  1.164 = 1.165

http://www.samba.org/cgi-bin/cvsweb/samba/source/printing/printing.c?r1=1.164r2=1.165



CVS update: samba/source/rpc_server

2002-10-04 Thread jra


Date:   Fri Oct  4 22:53:30 2002
Author: jra

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

Modified Files:
srv_srvsvc_nt.c 
Log Message:
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.


Revisions:
srv_srvsvc_nt.c 1.82 = 1.83

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_srvsvc_nt.c?r1=1.82r2=1.83



CVS update: samba/source/tdb

2002-10-04 Thread jra


Date:   Fri Oct  4 22:53:30 2002
Author: jra

Update of /data/cvs/samba/source/tdb
In directory dp.samba.org:/tmp/cvs-serv26625/tdb

Modified Files:
tdb.c tdb.h tdbutil.c 
Log Message:
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.


Revisions:
tdb.c   1.115 = 1.116
http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdb.c?r1=1.115r2=1.116
tdb.h   1.27 = 1.28
http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdb.h?r1=1.27r2=1.28
tdbutil.c   1.41 = 1.42
http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdbutil.c?r1=1.41r2=1.42



  1   2   >