Samba help

2003-01-08 Thread HawaiianBlast
To whom it may concern    I am a tech student who is using samba on one computer and windows 200 pro on another, (with cross over cables) I am configuring the  smbd and nmbd, I have created my users, printers, and I have also created  and made it possible for them to have a folder with the

Re: Samba help

2003-01-08 Thread Volker Lendecke
On Wed, Jan 08, 2003 at 04:00:30AM -0500, [EMAIL PROTECTED] wrote: I have created my users, printers, and I have also created  and made it possible for them to have a folder with the users name on it that they can access. My problem lies where every time a new user logs on with his name and

RE: permission upgrade during O_TRUNC

2003-01-08 Thread Steve Hardy
Yeah I thought about implementing it the way it's in CVS now but didn't dare touch your code :P, although I just found another instance of attributes changing the whole story goes for READONLY as well ... hmm let me make a table - H - H - S - S - R - R - RH - RH - SH - SH H * - H S * - S R *

RE: permission upgrade during O_TRUNC

2003-01-08 Thread Steve Hardy
not entirely true again the error in the current code is S - SR = SR H - HR = HR which should be S - SR = S H - HR = H that's all. Still simplifies the code. Index: open.c === RCS file: /cvsroot/samba/source/smbd/open.c,v

SambaXP 2003

2003-01-08 Thread Volker Lendecke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, all! we would like to invite you to the 2nd samba eXPerience! Again one and a half day of talks, breaks and party will tell you almost everything about SAMBA in development and usage. We would appreciate to see you again in Göttingen! samba

A humble request for help

2003-01-08 Thread Stefan Görling
Hi Everyone, I'm currently working on a thesis investigating how Open Source is affected by the influence of money and the interests of commercial companies. As the SAMBA Server efforts is the foundation of many companies it is interesting to study how their entrance to the scene have

Re: Update on Samba fcntl problem with Solaris?

2003-01-08 Thread Jeff Mandel
I have been trying to get the bug fix from Sun, and based on the trusses I have sent, they believe that the problem I'm having is not the same as that reported in the bug 4700402. They are working on those trusses now. From my experience with this problem and the way I've seen others describe

More Kerberos-related questions

2003-01-08 Thread Kenneth Stephen
Hi, My ultimate goal is to get access to a DFS (an IBM DCE application) filesystem on a Linux machine. I am dreaming of the following solution : (1) Samba server which understands Kerberos credentials and which serves up the DFS filesystem as a share(2) a Linux mount of the smbfs share

Re: Samba 2.2.7a and LDAP Rebind for Slave enviroment ...

2003-01-08 Thread C.Lee Taylor
Standard Samba 2.2.7 does not rebind to do updates. This is a problem when using LDAP and a replicated directory. I did try this on the normal mail-list, but got no responce so I hoped to try here. I found http://www.unav.es/cti/ldap-smb/ldap-smb-2_2-howto.html, which has a patch to

Re: [Lustre-devel] Re: fixing redundant network opens on Linux filecreation

2003-01-08 Thread Bryan Henderson
I don't see where you are coming from here. Could you be more specific on whether you think the entity declaring an intent is user-space, the VFS code in fs/*.c, the filesystem driver code in fs/*/*.c or what? As a general principle, any of those things could declare intent. In the Lustre

Re: [Lustre-devel] Re: fixing redundant network opens on Linux file creation

2003-01-08 Thread Peter Braam
Hi, I have no objections to a name change. We are not so religious about intent as a name. On Wed, Jan 08, 2003 at 10:52:51AM -0700, Bryan Henderson wrote: I don't see where you are coming from here. Could you be more specific on whether you think the entity declaring an intent is

Re: More Kerberos-related questions

2003-01-08 Thread Luke Howard
My ultimate goal is to get access to a DFS (an IBM DCE application) filesystem on a Linux machine. I am dreaming of the following solution : (1) Samba server which understands Kerberos credentials and which serves up the DFS filesystem as a share(2) a Linux mount of the smbfs share and

Re: More Kerberos-related questions

2003-01-08 Thread Kenneth Stephen
On Thu, 9 Jan 2003, Luke Howard wrote: My ultimate goal is to get access to a DFS (an IBM DCE application) filesystem on a Linux machine. I am dreaming of the following solution : (1) Samba server which understands Kerberos credentials and which serves up the DFS filesystem as a

Re: More Kerberos-related questions

2003-01-08 Thread Andrew Bartlett
On Thu, 2003-01-09 at 08:40, Kenneth Stephen wrote: On Thu, 9 Jan 2003, Luke Howard wrote: My ultimate goal is to get access to a DFS (an IBM DCE application) filesystem on a Linux machine. I am dreaming of the following solution : (1) Samba server which understands Kerberos

Re: More Kerberos-related questions

2003-01-08 Thread Steve Langasek
On Thu, Jan 09, 2003 at 09:03:03AM +1100, Andrew Bartlett wrote: I'm not sure why you would want to do this however, when you could just mount the DFS stuff onto Linux (I assume there is a client...). A quick web search shows me that there are DFS clients available for Linux; but perhaps

Re: More Kerberos-related questions

2003-01-08 Thread Kenneth Stephen
On Wed, 8 Jan 2003, Steve Langasek wrote: On Thu, Jan 09, 2003 at 09:03:03AM +1100, Andrew Bartlett wrote: I'm not sure why you would want to do this however, when you could just mount the DFS stuff onto Linux (I assume there is a client...). A quick web search shows me that there are

Re: More Kerberos-related questions

2003-01-08 Thread Luke Howard
Well, FWIW, the OSF are looking into releasing the complete DCE 1.2 sources under the LGPL. Some work would be needed to get the DFS client integrated but I believe it has already been done for Linux; google for Jim Doyle's work on Linux-DCE. Doing a CIFS to DFS gateway would be cool, though. I

Re: [Lustre-devel] Re: fixing redundant network opens on Linux filecreation

2003-01-08 Thread Bryan Henderson
I have no objections to a name change. We are not so religious about intent as a name. How religious are you about the idea of having to have BOTH a lookup2() that contains all the information necessary to create a directory if the name is available, AND a subsequent create directory call?

Re: [Lustre-devel] Re: fixing redundant network opens on Linux file creation

2003-01-08 Thread Peter Braam
Bryan, On Wed, Jan 08, 2003 at 06:08:48PM -0800, Bryan Henderson wrote: I have no objections to a name change. We are not so religious about intent as a name. How religious are you about the idea of having to have BOTH a lookup2() that contains all the information necessary to

[PATCH] audit handling of waitpid() status codes

2003-01-08 Thread Martin Pool
I found a data-corruption bug in ccache a few weeks ago relating to incorrect handling of wait() status codes, so I thought I would do a quick check for similar things in Samba. A patch is included: - several cases where child process failure is not detected - one inverted boolean - better

Re: Samba 2.2.7a and LDAP Rebind for Slave enviroment ...

2003-01-08 Thread C.Lee Taylor
Herb Lewis wrote: You might want to check out the code in the head branch as this already I would, but I am not a programmer, and downloading head would take almost forever here in the middle of the sticks. has a test for ldap_set_rebind_proc having either 2 or 3 parameters. The rest of your