Access error

2002-12-06 Thread Leo Tung
Hi, If I want to create a folder inside a public share directory. I got an error "ERRDOS - ERRnoaccess (Access denied.) making remote directory \test". Do anyone help me out on this? My best wishes to the list. Leo Tung

Segfault #2 in 3.0alpha20 [Sandor.Sonfeld@knorr-bremse.com: Bug#171071: Segfault in samba]

2002-12-06 Thread Steve Langasek
Hello, Another segfault in 3.0alpha20. More details available at . Cheers, -- Steve Langasek postmodern programmer - Forwarded message from Sönfeld Sándor <[EMAIL PROTECTED]> - The Samba 'panic action' script, /usr/share/samba/panic-action, was called f

Re: Code improvment in printing area.

2002-12-06 Thread jra
On Wed, Dec 04, 2002 at 02:00:44PM -0800, Arcady Chernyak wrote: > Hi. > I suggest the following small SAMBA code improvement in printing area. > > All known SAMBA versions can't return to Windows client any return code > after calling "print command". > I need it therefore I made the following S

Segfault in 3.0alpha20 [woeltgens@physik.rwth-aachen.de: Bug#171823: Segfault in Samba]

2002-12-06 Thread Steve Langasek
Hello, I'm finding that setting a default panic action in smb.conf has been an effective tool for finding out about segfaults that users wouldn't report otherwise. ;) Below, please find the first of several reports of segfaults in Samba 3.0alpha20. If anyone recognizes this (or others) as a bug

Samba 3.0 on Solaris 9 using ADS?

2002-12-06 Thread Gareth Beale
I need to get Samba 3.0 built and configured on Solaris 9 to authenticate against a W2K (AD) domain controller. The company is moving from mixed mode to "pure" W2K and AD next year. I found an article by Scott Lowe that provides some background for Redhat Linux, but I wonder if anyone has done

Decryption of NTLMSSP v1 over DCE/RPC

2002-12-06 Thread Devin Heitmueller
Hello, I am working on an Ethereal dissector for the NTLMSSP v1 protocol to allow decryption of DCE/RPC traffic if the user provides a password. So far, I am able to create the SSP key properly (based on the challenge and the LM hash), and am able to decrypt the first packet in the stream. Here'

Re: [PATCH] allow cross-compiling samba-2.2.7

2002-12-06 Thread Dan Kegel
Steve Langasek wrote: On Fri, Dec 06, 2002 at 07:29:52AM -0800, Dan Kegel wrote: Here's a patch that removes the one use of AC_TRY_RUN in configure.in that was causing trouble. (And oddly, this makes the definition of HAVE_GETTIMEOFDAY_TZ better match how this macro is used in the sources, I thi

The profiles command

2002-12-06 Thread Richard Sharpe
Hi, I just wanted to report that someone has used the profiles command to migrate something like 50 sets of profiles from a Windows server to a Sun box running Samba, and it all worked. Now what I need to organize is to make profiles much better. It is currently very limited to modifying SIDs

Unique Users

2002-12-06 Thread Rui Barreiros
Hi there, Attached goes a patch for current samba 2.2.7 that restricts logins for just one username/password. Basically it works like this: JohnDoe logs in on machine jmachine, if other user tries to login on machine blahmachine with JohnDoe login, it will be rejected because there is already one

Re: [PATCH] allow cross-compiling samba-2.2.7

2002-12-06 Thread Steve Langasek
On Fri, Dec 06, 2002 at 07:29:52AM -0800, Dan Kegel wrote: > I needed to cross-compile Samba for ppc linux from x86 linux. > Fortunately, samba-2.2.7 is very nearly cross-compile-friendly. > The main problem when cross-compiling autoconf'd projects is AC_TRY_RUN > in configure.in, which just doesn'

[PATCH] allow cross-compiling samba-2.2.7

2002-12-06 Thread Dan Kegel
I needed to cross-compile Samba for ppc linux from x86 linux. Fortunately, samba-2.2.7 is very nearly cross-compile-friendly. The main problem when cross-compiling autoconf'd projects is AC_TRY_RUN in configure.in, which just doesn't work. Sure enough, to get Samba to build in a cross-compilation

Printer info attributes

2002-12-06 Thread Martin Zielinski
Hello, I have problems with an OCE plotter driver which sends invalid data. To be more precise: when the driver communicates with a w2k server, the communication looks like this: 1. AddJob 2. StartDocPrinter 3. StartPagePrinter 4. EndPagePrinter 5. ResetPrinter 6. Write Printer (correct data for

[PATCH] module path stuff

2002-12-06 Thread Stefan (metze) Metzmacher
Hi Jelmer, I have found a little bug :-( this patch should work... --- here is a new patch for the modules stuff: - it adds 'modules path' and 'modules' as per share parameter (vfs path is now an alias for modules path) - it add two new parameters to the smb_load

[PATCH] module path stuff

2002-12-06 Thread Stefan (metze) Metzmacher
Hi Jelmer, here is a new patch for the modules stuff: - it adds 'modules path' and 'modules' as per share parameter (vfs path is now an alias for modules path) - it add two new parameters to the smb_load_modules function int smb_load_modules(const char **modules, int snum, SMB_MODULE_TYPES t