[Samba] Intermitent winbind failure resolving groups via nss

2007-07-25 Thread Diego Santa Cruz
Hi all, I have 2 Linux machines running winbind attached to a Windows 2003 server in AD mode to resolve users and groups via nss (nscd is disabled for passwd and group info). In an intermittent way winbind stops resolving group names, for instance the 'id' command returns just the GID and

[Samba] configuration question

2007-07-25 Thread Daniel Chojecki
Hello, is it possible to have a writeable public share with guest access without option to delete files in it. Files must have permisson to open it in write mode. -- Best Regards, Daniel Chojecki -- To unsubscribe from this list go to the following URL and read the instructions:

Re: [Samba] configuration question

2007-07-25 Thread Volker Lendecke
On Wed, Jul 25, 2007 at 11:32:42AM +0200, Daniel Chojecki wrote: is it possible to have a writeable public share with guest access without option to delete files in it. No. Volker pgpUADWsSIE4E.pgp Description: PGP signature -- To unsubscribe from this list go to the following URL and read

[Samba] Samba with Winbind and PAM

2007-07-25 Thread samba . 20 . alclonky
I wanna use Samba with Winbind and PAM to log into an Debian over Windows 2003 Server AD wbinfo -u works perfektly but getent passwd only lists the local passwd my samba.conf realm = **.***.COM workgroup = ** security = ADS idmap uid = 1-2 idmap gid = 1-2 template shell =

[Samba] howto forbid chown on cifs mount

2007-07-25 Thread Krzysztof Chojnowski
Hello list, I'm trying to get around old samba-users problem with common share used by many people. What I would like to achieve is to get all files in that share to belong to specific group. I was already trying the 'chmod g+s' way, but its not what I'm looking for, as this sets specific group

[Samba] Can't see more than 8 files? MTU-ish issue?

2007-07-25 Thread Howard Jones
A colleague is working with a Samba installation where Windows clients are accessing the server over a VPN. They are seeing an issue where a share is visible, but if a directory contains more than 8 files, they get an error. The VPN is set to allow everything in both directions. Windows-Window

Re: [Samba] Samba with Winbind and PAM

2007-07-25 Thread Volker Lendecke
On Wed, Jul 25, 2007 at 12:32:07PM +0200, [EMAIL PROTECTED] wrote: winbind enum users = no You explicitly denied to list users with getent passwd. Volker pgpF3sWPXgtWN.pgp Description: PGP signature -- To unsubscribe from this list go to the following URL and read the instructions:

Re: [Samba] Samba with Winbind and PAM

2007-07-25 Thread samba . 20 . alclonky
winbind enum users = yes doesn't work either Original-Nachricht Datum: Wed, 25 Jul 2007 13:46:15 +0200 Von: Volker Lendecke - [EMAIL PROTECTED] [EMAIL PROTECTED] An: [EMAIL PROTECTED] CC: samba@lists.samba.org Betreff: Re: [Samba] Samba with Winbind and PAM (samba: message 4 of

Re: [Samba] Samba with Winbind and PAM

2007-07-25 Thread samba . 20 . alclonky
sry after reboot getent passwd works but login doesn't i get an Authentication failed error Original-Nachricht Datum: Wed, 25 Jul 2007 14:08:29 +0200 Von: [EMAIL PROTECTED] [EMAIL PROTECTED] An: samba@lists.samba.org Betreff: Re: [Samba] Samba with Winbind and PAM (samba:

[Samba] Samba Limits/Performance with LDAP

2007-07-25 Thread Steve Scanavarro
Hello everyone. We have implemented in my company a Samba server authenticating with LDAP. Everything works fine. But the problem is, we have about 10k users/logins in the network, that are allocated in different sectors, which have subsectors, which have sub-sub-sectors and so on. The access

Re: [Samba] Samba Limits/Performance with LDAP

2007-07-25 Thread Volker Lendecke
On Wed, Jul 25, 2007 at 09:39:34AM -0300, Steve Scanavarro wrote: We have implemented in my company a Samba server authenticating with LDAP. Everything works fine. But the problem is, we have about 10k users/logins in the network, that are allocated in different sectors, which have subsectors,

[Samba] Can't see clients in network neighborhood

2007-07-25 Thread Ismail Settenda
Hi list, Small bug here succesfully setup a samba file server as a domain controller . Thing is I can't see the clients in network neighborhood - only the file server. This seems to also be causing problems for central admin programs, which is a real concern. Can any one shed light on this?

2 questions about start_tls (was: Re: [Samba] TLS and ldap referals)

2007-07-25 Thread Thierry Lacoste
On Thursday 14 June 2007 13:56, Thierry Lacoste wrote: On Thursday 14 June 2007 10:17, Andrew Bartlett wrote: On Wed, 2007-06-06 at 22:40 +0200, Thierry Lacoste wrote: I have a samba PDC with a master openldap server and a samba BDC with a slave openldap server. Replication is done

[Samba] Problems with oplocks (samba 3.0.24, Kernel 2.6.17)

2007-07-25 Thread samba news
Hi list! We migrated from FreeBSD 5.2 with Samba 3.0.22 to samba 3.0.24 on Linux, Kernel 2.6.17. Some users are running foxpro programms on XP and W2K and have problems now concerning locked files. The old FreeBSD server never had such poornesses. I couldnĀ“t find a solution searching the web

Re: [Samba] Can't see more than 8 files? MTU-ish issue?

2007-07-25 Thread SM
At 04:35 25-07-2007, Howard Jones wrote: A colleague is working with a Samba installation where Windows clients are accessing the server over a VPN. They are seeing an issue where a share is visible, but if a directory contains more than 8 files, they get an error. The VPN is set to allow

Re: [Samba] Prewin2kname with samba

2007-07-25 Thread Arvind Deshpande
This is the code which is returning the uSAMAccountName which is pre-win2k name of the user. char *ads_pull_username(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, LDAPMessage *msg) { #if 0 /* JERRY */ char *ret, *p; /* lookup_name() only works on the

[Samba] Samba to Windows 2003 READ errors

2007-07-25 Thread Darrel Barton
I'm running Samba version 3.0.10-1.4E on Red Hat Enterprise Linux ES release 4 (Nahant) Kernel 2.6.9-5.ELsmp on an i686 and I'm trying to connect to a Windows 2003 Server (not a domain controller) as a shared file using EITHER ONE of the following command lines: #smbmount //img1/docs

Re: [Samba] Re: samba 4 svn23995 live CD release (maybe tp6?) dsa.msc works!

2007-07-25 Thread Josh Kelley
On 7/24/07, Andrew Bartlett [EMAIL PROTECTED] wrote: Keep testing and reporting issues, particularly on samba-technical and in bugzilla. We have a wide range of clients to keep working, so just checking all sorts of combinations is a great help. It's not just windows: - Samba 3.0 (latest) -

Re: [Samba] Re: samba 4 svn23995 live CD release (maybe tp6?) dsa.msc works!

2007-07-25 Thread Ludek Finstrle
So, which part of documentation I should start from? What information normally user need? I don't know. What is the normal user (is it the one using windows :oD )? I think the doc should be pointed to network admins. Or probably I just teach them how to build from samba source, setup dns

Re: [Samba] Can't see more than 8 files? MTU-ish issue?

2007-07-25 Thread Ray Anderson
Howard Jones wrote: Does this ring any bells with anyone? The firewalls are Juniper Netscreens at both ends, for what it's worth. I've had a google around, and I can't see anything related to packet size or MTUs, which is what it smells like to me... (presumably the 9th filename ends up in a

[Samba] Protec directory using userid password

2007-07-25 Thread Indracyd
Dear all, somebody can help me?i have Active Directory using Samba on Mandriva 2006, the AD now is running as well, but i have case, how to create a directory on linux protection using userid password, so if userid, example indracyd won to access the TEST directory, on the screen showed the

Virus Email.Phishing.RB-1221 gefunden

2007-07-25 Thread Inode Mailscan
Sehr geehrte Damen und Herren, in dem E-Mail mit dem Betreff 'samba-vms Digest, Vol 52, Issue 5' (gesendet am Wed, 25 Jul 2007 12:06:12 + (GMT)) mit der angegebenen Absenderadresse '[EMAIL PROTECTED]' wurde der Virus 'Email.Phishing.RB-1221' gefunden. Aus diesem Grund wurde die E-Mail nicht

svn commit: samba r24037 - in branches/SAMBA_3_2/source/libads: .

2007-07-25 Thread metze
Author: metze Date: 2007-07-25 07:23:20 + (Wed, 25 Jul 2007) New Revision: 24037 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24037 Log: only setup sasl wrapping after a successful bind metze Modified: branches/SAMBA_3_2/source/libads/sasl.c Changeset:

svn commit: samba r24038 - in branches/SAMBA_3_2_0/source/libads: .

2007-07-25 Thread metze
Author: metze Date: 2007-07-25 07:23:55 + (Wed, 25 Jul 2007) New Revision: 24038 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24038 Log: merge from SAMBA_3_2: only setup sasl wrapping after a successful bind metze Modified:

svn commit: samba r24039 - in branches/SAMBA_3_2/source/include: .

2007-07-25 Thread metze
Author: metze Date: 2007-07-25 08:09:34 + (Wed, 25 Jul 2007) New Revision: 24039 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24039 Log: remove unused global variable... metze Modified: branches/SAMBA_3_2/source/include/ads.h Changeset: Modified:

svn commit: samba r24041 - in branches/SAMBA_4_0/source/torture/raw: .

2007-07-25 Thread vlendec
Author: vlendec Date: 2007-07-25 09:57:14 + (Wed, 25 Jul 2007) New Revision: 24041 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24041 Log: After metze's ack, check in torture_comment from Zack Krisch [EMAIL PROTECTED] Modified:

svn commit: samba r24042 - in branches/SAMBA_3_2/source/libads: .

2007-07-25 Thread metze
Author: metze Date: 2007-07-25 10:34:16 + (Wed, 25 Jul 2007) New Revision: 24042 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24042 Log: add support for krb5 sign and seal in LDAP via GSS-SPNEGO metze Modified: branches/SAMBA_3_2/source/libads/sasl.c

svn commit: samba r24043 - in branches/SAMBA_3_2_0/source: libads libsmb rpc_client

2007-07-25 Thread metze
Author: metze Date: 2007-07-25 12:43:40 + (Wed, 25 Jul 2007) New Revision: 24043 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24043 Log: merge from SAMBA_3_0 (r22092-r22093): - make spnego_parse_auth_response() more generic and not specific for NTLMSSP - it's

svn commit: samba r24044 - in branches: SAMBA_3_2/source/utils SAMBA_3_2_0/source/utils

2007-07-25 Thread vlendec
Author: vlendec Date: 2007-07-25 13:05:54 + (Wed, 25 Jul 2007) New Revision: 24044 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24044 Log: Fix an uninitialized variable warning Modified: branches/SAMBA_3_2/source/utils/log2pcaphex.c

svn commit: samba r24045 - in branches/SAMBA_3_2_0/source/libads: .

2007-07-25 Thread metze
Author: metze Date: 2007-07-25 13:50:37 + (Wed, 25 Jul 2007) New Revision: 24045 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24045 Log: merge from SAMBA_3_2: add support for krb5 sign and seal in LDAP via GSS-SPNEGO metze Modified:

svn commit: samba r24051 - in branches/SAMBA_4_0/source: libnet torture/libnet

2007-07-25 Thread mimir
Author: mimir Date: 2007-07-25 23:17:02 + (Wed, 25 Jul 2007) New Revision: 24051 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24051 Log: more monitor function calls and monitor msg names convention change. rafal Modified:

Build status as of Thu Jul 26 00:00:02 2007

2007-07-25 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-07-25 00:01:05.0 + +++ /home/build/master/cache/broken_results.txt 2007-07-26 00:00:46.0 + @@ -1,24 +1,24 @@ -Build status as of Wed Jul 25 00:00:02 2007 +Build status as of Thu Jul

svn commit: samba r24052 - in branches/SAMBA_4_0/source: librpc/idl rpc_server/samr torture/rpc

2007-07-25 Thread abartlet
Author: abartlet Date: 2007-07-26 03:50:24 + (Thu, 26 Jul 2007) New Revision: 24052 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24052 Log: Fix some of the NT4 usrmgr.exe portions of bug 4815. - The icons in usermgr were incorrect, because the acct_flags were

svn commit: samba r24050 - in branches: SAMBA_3_2/source/smbd SAMBA_3_2_0/source/smbd

2007-07-25 Thread vlendec
Author: vlendec Date: 2007-07-25 20:01:03 + (Wed, 25 Jul 2007) New Revision: 24050 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24050 Log: Fix a typo Modified: branches/SAMBA_3_2/source/smbd/sesssetup.c branches/SAMBA_3_2_0/source/smbd/sesssetup.c

svn commit: samba r24048 - in branches: SAMBA_3_2/source/popt SAMBA_3_2_0/source/popt

2007-07-25 Thread vlendec
Author: vlendec Date: 2007-07-25 18:47:40 + (Wed, 25 Jul 2007) New Revision: 24048 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24048 Log: Fix the C++ warnings in our version of popt Modified: branches/SAMBA_3_2/source/popt/poptconfig.c

svn commit: samba r24049 - in branches: SAMBA_3_2/source/lib/tdb/common SAMBA_3_2/source/smbd SAMBA_3_2_0/source/lib/tdb/common SAMBA_3_2_0/source/smbd

2007-07-25 Thread vlendec
Author: vlendec Date: 2007-07-25 18:53:16 + (Wed, 25 Jul 2007) New Revision: 24049 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24049 Log: Some more 64-bit warnings Modified: branches/SAMBA_3_2/source/lib/tdb/common/io.c

svn commit: samba r24047 - in branches: SAMBA_3_2/source/utils SAMBA_3_2_0/source/utils

2007-07-25 Thread vlendec
Author: vlendec Date: 2007-07-25 18:45:57 + (Wed, 25 Jul 2007) New Revision: 24047 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24047 Log: With -Wmissing-prototypes these two always generate warnings. They should be properly prototyped. For now, gloss over the

svn commit: samba r24046 - in branches/SAMBA_3_2/source/smbd: .

2007-07-25 Thread vlendec
Author: vlendec Date: 2007-07-25 18:39:10 + (Wed, 25 Jul 2007) New Revision: 24046 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=24046 Log: Fix a 64-bit warning Modified: branches/SAMBA_3_2/source/smbd/process.c Changeset: Modified: