[Samba] CUPS printing problem under Samba 2.2.7

2002-12-01 Thread YYyyy XXxxx
Hi, I've just downloaded and installed samba 2.2.7 with these options; ./configure \ --prefix=/usr \ --libdir=/etc \ --with-lockdir=/var/lock/samba \ --with-privatedir=/etc/samba \ --with-pam \ --with-winbind \ --with-swatdir=/usr/share/swat \ --with-pam \ --with-mmap \ --enable-cups \ --with-log

[Samba] weirdness when creating stuff in root of smb share

2002-12-01 Thread [EMAIL PROTECTED]
folks running RH 7.3 (Kernel 2.4.19) and just upgraded to samba 2.2.7 but the problem remains. Whenenver I create a folder /file in the root of any share I won't get a blinking coursor that lets me decide on the name. Instead, the created thing will just be called "New Folder" etc.. and I have to

Re: [Samba] CUPS printing problem under Samba 2.2.7

2002-12-01 Thread John H Terpstra
Istvan, You need to install the package cups-devel for your Linux distro. Then you can build samba with cups support. - John T. On Sun, 1 Dec 2002, YYyyy XXxxx wrote: > Hi, > > I've just downloaded and installed samba 2.2.7 > with these options; > > # rpm -qa|grep cups > cups-1.1.15-10 > cups-

[Samba] Gerhard Schaller/HOL_DV/Kuester/DE ist außer Haus.

2002-12-01 Thread gerhard . schaller
Ich bin außer Haus und für Sie leider nicht erreichbar in der Zeit vom 30.11.2002 bis 10.12.2002. Much to my regret I'm not in the office in the time from 30.11.2002 to 10.12.2002. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. -- To unsubscribe from this list go to the following UR

[Samba] WinXP duplicate computer name problem

2002-12-01 Thread André Fadel
I've setup Samba as a PDC and it's working fine. I have one windows xp machine already joined in the domain and working ok. But when i tried to add another WinXP machine to the domain, i got the error: "Could not join domain because the computer name is duplicated on the network". I don't think tho

Re: [Samba] WinXP duplicate computer name problem

2002-12-01 Thread Joel Hammer
What happens if you take the other xp computer off line? Joel On Sun, Dec 01, 2002 at 03:24:30PM +0300, André Fadel wrote: > I've setup Samba as a PDC and it's working fine. I have one windows xp > machine already joined in the domain and working ok. > But when i tried to add another WinXP machine

Re: [Samba] WinXP duplicate computer name problem

2002-12-01 Thread Joel Hammer
I assume you mean that the problem pc could join the domain if the other xp machine was off line. The short answer to your question is, I don't know. I don't use domains on my simple home network setup. I just use workgroups. So, I have no idea what "name" is being duplicated. Joel On Sun, Dec

[Samba] Re: "attrib +R myowndir" fails to write-protect my own dir

2002-12-01 Thread Dragan Krnic
Hi Jeremy, after commenting out part of the line following the infamous quote "We never make directories read only for the owner..." in "samba/source/smbd/dosmode.c" as follows: - result |= (S_IFDIR | S_IWUSR); + result |= (S_IFDIR /* | S_IWUSR /* 2002/12/01*/ ); I can make my own director

[Samba] Re: samba@lists.samba.org

2002-12-01 Thread Dragan Krnic
> When user logon(win2000pro) ,they can load > profiles but they can't write it on local > drive(it says "Access Deny"). The authenticated user has to have some right on your win2k. I solved it by adding NT-AUTHORITY group to local Administrators. There are probabrly more elegant solutions, but I

[Samba] Re: Load profile from samba+ldap

2002-12-01 Thread Dragan Krnic
> When user logon(win2000pro) ,they can load > profiles but they can't write it on local > drive(it says "Access Deny"). The authenticated user has to have some right on your win2k. I solved it by adding NT-AUTHORITY group to local Administrators. There are probably more elegant solutions, but I s

Re: [Samba] \System32\GroupPolicy named pipe?

2002-12-01 Thread Jason Spence
On Sun, Dec 01, 2002 at 11:48:34AM +1100, Andrew Bartlett wrote: > On Sun, 2002-12-01 at 08:08, Jason Spence wrote: > > Hi - > > > > I'm using samba to connect some windows boxen to a distributed set of > > unix machines. I'm trying to unify some of the administrative > > interfaces via mmc, spe

Re: [Samba] \System32\GroupPolicy named pipe?

2002-12-01 Thread Jason Spence
On Sun, Dec 01, 2002 at 12:25:40PM +1100, Andrew Bartlett wrote: > Just a clarification: You can do IPC operations on disk shares, and some > domain clients use ADMIN$ for the IPC part of the domain join. As Samba > doesn't want to provide a 'disk' share that admins can't control, it > maps it a

Re: [Samba] \System32\GroupPolicy named pipe?

2002-12-01 Thread Andrew Bartlett
On Mon, 2002-12-02 at 06:59, Jason Spence wrote: > On Sun, Dec 01, 2002 at 12:25:40PM +1100, Andrew Bartlett wrote: > > > Just a clarification: You can do IPC operations on disk shares, and some > > domain clients use ADMIN$ for the IPC part of the domain join. As Samba > > doesn't want to provi

[Samba] smbpasswd -j joins wrong domain?

2002-12-01 Thread Paul Ramsey
I am having a hell of a time getting a group of Samba servers working together as a domain. My desired setup is to have one Samba PDC (LION) in control of the ANIMALS domain and then have the other Samba file server (HYDRA) join ANIMALS. Simple enough. My smb.conf files are attached. I have ad

[Samba] Share Concurrency

2002-12-01 Thread Paul Ketelaar
Samba Gurus, How can the number of concurrent connections to a Samba share be limited. Say for example you have an article of software for which you only have 5 licences. When all five seats are used and 6th connection is attempted the user cannot connect. Regards, Paul Ketelaar Paul K

[Samba] AW: "attrib +R myowndir" fails to write-protect my own dir

2002-12-01 Thread Dragan Krnic
The suggested program modification only has the effect described when a couple of other conditions in the profile directory are met: no ACLs should be used, the directories and subdirs must have permissions "0775" and the relevant parts of "smb.conf" should read something like this: logon

Re: [Samba] WinXP duplicate computer name problem

2002-12-01 Thread mlh
On Sun, Dec 01, 2002 at 01:04:16PM -0500, Joel Hammer wrote: > I assume you mean that the problem pc could join the domain if the other xp > machine was off line. > > The short answer to your question is, I don't know. I don't use domains on > my simple home network setup. I just use workgroups. S

[samba] using samba as unix network filesystem

2002-12-01 Thread Max Vernimmen
Hi guys (and girls), I came up with the idea to use samba to share files between 3 linux machines I administer. I've set it all up, it works. No problem. But.. Samba is by origin a windows filesharing application. Result: 2 files with equal names but with different case, can not be stored in the

Re: [samba] using samba as unix network filesystem

2002-12-01 Thread Joel Hammer
man smb.conf /NAME MANGLING ought to answere your questions. You will have to experiment. Your problem is likely due to the fact that samba is acting like windows, case insensitive but case preserving. Joel On Sun, Dec 01, 2002 at 11:46:54PM -0800, Max Vernimmen wrote: > Hi guys (and girls), > >

Re: [Samba] WinXP problems accessing Samba shares

2002-12-01 Thread Bradley W. Langhorst
On Sat, 2002-11-30 at 23:11, Jim wrote: > I'm having problems accessing Samba shares from my XP Pro machine. did you apply the signorseal reg fix? it's in the source tree brad -- Bradley W. Langhorst <[EMAIL PROTECTED]> -- To unsubscribe from this list go to the following URL and read the in

RE: [Samba] WinXP problems accessing Samba shares

2002-12-01 Thread Jim
Brad, I haven't applied the signorseal reg fix. I was under the impression that it was only required for XP machines joining a domain with a Samba PDC. I will try it and report back. Thanks, Jim -Original Message- From: Bradley W. Langhorst [mailto:[EMAIL PROTECTED]] Sent: Sunday, Dec

Re: [samba] using samba as unix network filesystem

2002-12-01 Thread John H Terpstra
On Sun, 1 Dec 2002, Max Vernimmen wrote: > Hi guys (and girls), > > I came up with the idea to use samba to share files between 3 linux > machines I administer. I've set it all up, it works. No problem. > > But.. Samba is by origin a windows filesharing application. Result: 2 > files with equal na

[Samba] Authentication of windows NT Clients

2002-12-01 Thread chris
Hi, I have just developed a website for the school I work, which uses Windows NT authentication, I have a domain with a Trust relation to my webserver (currently running IIS 4) I then am able to find the user who is accessing my page through the: request.ServerVariables("LOGON_USER") command

[Samba] Win2K make_connection error

2002-12-01 Thread Bernd Prager
Hi, I have Samba 2.2.6 on RedHat 7.2, kernel 2.4.20. Everythink is working fine except on one Win2K box. I upgraded this box to SP3 and get now following errors: [2002/12/01 19:22:47, 0] smbd/service.c:make_connection(252) mt700 (192.168.2.240) couldn't find service ::{2227a280-3aea-1069-a2de-0

[Samba] Re: \System32\GroupPolicy named pipe?

2002-12-01 Thread Tim Potter
On Sun, 01 Dec 2002 11:48:34 +1100, Andrew Bartlett wrote: >> http://lightconsulting.com/~thalakan/gpdump.cap > > A comparitive capture of what Win2k does could be useful here. Yes - maybe the MMC program tries to do all its operations by bashing away at a file over SMB. I think Access works li

[Samba] Re: WinXP duplicate computer name problem

2002-12-01 Thread Dragan Krnic
> Now, there is NO other computer with that name Don't forget that Windows name space is essentially flat. A user with the same name as a computer counts as another computer with the same name. _ Get 25MB, POP3, Spam Filtering with LYCO

[Samba] Re: using samba as unix network filesystem

2002-12-01 Thread Dragan Krnic
>> files with equal names but with different case, can not >> be stored in the same directory by samba. >> >> - is what I want possible with samba > Samba treats all file/directory names are case insensitive. > So the answer is - NO! >

[Samba] Samba on Tru64

2002-12-01 Thread ThomasA
Hi, We have been using Samba successfully for quite some time now (in years) in our mixed O/S environment across a rather widespread network. Primarily, Samba has been running on Linux servers for filesharing and PDCs but know have a requirement to provide fileshares from a couple of HP Tru64