Samba Users

2003-01-24 Thread rajsundar
Sir, My samba is connecting Linux and MSWin . Can I know how many users(with read and write rights) can access at a time. What is the maximum user limit. Regards, Rajsundar.

Winbind reconnect failures

2003-01-24 Thread Michael Steffens
Hi, since quite some time I was observing an intermittant (thus annoying) problem. Winbindd apparently loses connections to DCs now and then. As multiple winbind instances are affected simultanously, I suppose the reason for connections dying is external. But they all fail to reconnect, then.

Printer Driver Donwload with Win9X (Adobe driver/cupsaddsmb) cups-1.1.18,samba-2.2.7]

2003-01-24 Thread Dr. Hansjoerg Maurer
Hi, printer driver download with W2000/Xp (samba-2.2.7 and cups-1.1.18) and the Adobe PS Driver works fine for our location. But when I try to download a driver with W9X the driver installation widzard starts. Samba logs the following messages... (Cant determine number of printer driver

ACL support 2.2.7a

2003-01-24 Thread Johannes Tyve
Client: Windows XP Server: Samba 2.2.2, 2.2.5 - Solaris 2.6, 8 Security: Domain, NT PDC We have the same problem a you but with XP not NT. Have your resolved it? ACL's can be modified from the security tab from windows XP but not added. Using NT it works. Users and groups are listed as:

Re: Winbind reconnect failures

2003-01-24 Thread Michael Steffens
Celebrated too early. In sequence_number() hnd was not initialized, and its value not tested when checking whether to retry. Result: bus error when querying a non-existent domain. Grr... Corrected patch is attached. Sorry! Michael Index: source/nsswitch/winbindd_rpc.c

pdbedit on alpha21

2003-01-24 Thread Lu Jianliang
The pdbedit segfault problem on alpha21 is on the call poptGetArg when the user_name == NULL was checked. I have debugged it and from the trace I've seen that in : if (user_name == NULL) { user_name = strdup(poptGetArg(pc)); } the poptGetArg(pc) return a NULL

Re: Limitations of Samba-2.2.x as a domain member talking to an AD domain controller

2003-01-24 Thread Damian, G. C. (Gerald)
Tim Potter wrote: On Thu, Jan 23, 2003 at 10:54:19AM -0800, Richard Sharpe wrote: Can anyone point me at documentation on the limitations of a downlevel server being a member server in an AD network? The specific case I am thinking of is a Samba-2.2.x-based server. I don't have any

PIPE BUSY

2003-01-24 Thread Dave Aitel
Has anyone been able to send a DCE-RPC PDU fragment via SMBTrans? I seem to be getting PIPE BUSY as the SMB response from the Win2K server I'm testing against. (I'm writing a DCE-RPC over SMB Named Pipes fuzzer for SPIKE) -dave

Re: Limitations of Samba-2.2.x as a domain member talking to an AD domaincontroller

2003-01-24 Thread Jim McDonough
I run version 2.2.6 Samba file and print servers in a mixed AD network. I'm anxiously awaiting the production release of 3.0 because we are rapidly moving toward a native mode AD network in which my Samba servers won't authenticate. Damian, can you go into more detail about my Samba servers

possible memory leak

2003-01-24 Thread Leo Qiu
Hi, I seem to find some possible memory leaks in Samba code. The patch is attached, Could you guys have a look to check whether it is correct? Thanks a lot. Leo --- samba-2.2.7a/source/lib/util.c.old Fri Jan 24 12:06:46 2003 +++ samba-2.2.7a/source/lib/util.c Fri Jan 24 12:07:50 2003 @@

Re: Limitations of Samba-2.2.x as a domain member talking to an AD domain controller

2003-01-24 Thread Chere Zhou
I had this similar question too. Apparently a Domain local group in the ADS does not show up on my Samba 2.2.5. Not sure what else would be. If nobody knows all of it, perhaps those who ever encountered any problem with this situation can just contribute, then we can assemble a list.

Re: PIPE BUSY

2003-01-24 Thread Dave Aitel
I guess I should have been more complete - I can send ONE fragment just fine, but when I send the next fragment (for a multy fragment request) I get back an SMB error that says PIPE_BUSY. (According to netmon). Does anyone know a rpcclient request that sends enough data to generate a multi-pdu

Re: Limitations of Samba-2.2.x as a domain member talking to an AD domain controller

2003-01-24 Thread Tim Potter
On Fri, Jan 24, 2003 at 09:02:41AM -0500, Damian, G. C. (Gerald) wrote: [...] Is the any way for our pre 3.0 Samba servers to participate in AD and how do you set it up? Tridge has written a HOWTO which should be up to date with the latest Samba code. Look at the file ADS-HOWTO.txt in the

Re: Limitations of Samba-2.2.x as a domain member talking to an ADdomain controller

2003-01-24 Thread Richard Sharpe
On Sat, 25 Jan 2003, Tim Potter wrote: On Fri, Jan 24, 2003 at 09:02:41AM -0500, Damian, G. C. (Gerald) wrote: [...] Is the any way for our pre 3.0 Samba servers to participate in AD and how do you set it up? Tridge has written a HOWTO which should be up to date with the latest

Re: Limitations of Samba-2.2.x as a domain member talking to an AD domain controller

2003-01-24 Thread Tim Potter
On Fri, Jan 24, 2003 at 02:54:19PM -0800, Richard Sharpe wrote: Is the any way for our pre 3.0 Samba servers to participate in AD and how do you set it up? Tridge has written a HOWTO which should be up to date with the latest Samba code. Look at the file ADS-HOWTO.txt in the Samba