Re: [Samba] Re: How to handle domain logons if users using same accountname are logged on the same time?

2006-10-01 Thread M. Mueller
Michael Rignaz schrieb: I'd especially like to know how to force users to store their files on the home share rather than on Desktop, without mounting the desktop path on the home network share.. How could I deny write access to the Desktop globally? Thnx a lot Regards, Michael Rignaz Why

[Samba] How to handle domain logout?

2006-10-01 Thread DRVTiny
I need to create a server-side (bash or perl script) handler for domain user logoff event. Is it possible to do it theoretically and if it is possible, how can i realize this in practice? My configuration: PDC running Samba 3.0.23b with 35 workstations under Windows 2000 Pro connected to PDC

[Samba] vfs object recycle: could two shares use the same repository?

2006-10-01 Thread M. Mueller
Hi, i use the vfs-object recycle on the [homes] share and defined recycle:repository = /backup/recycle/%G/%U/.recycle. What happens, when using the same repository path for another share, e.g. [data]. Could this lead to data loss in the waste bin? I could of course branch into

[Fwd: Re: [Samba] How to tell Samba not to use the passwd file]

2006-10-01 Thread Michael Gasch
hi jerry, I tested it. I tried several permutations, using invalid users and valid users in both the [global] and [homes] sections. With the invalid users line that you had (in either section), once I login as a Domain Admin I can then get at all these system account directories.

[Samba] inverse veto files

2006-10-01 Thread Michael Gasch
hi jeremy, you asked the people requesting an inverse option of veto files to remind you to put this on 3.0.24. just to summarize what we want: - have an option to set files incl. wildcards that are allowed for a share (inverse of veto parameter), e.g. allow files = /*.odt/ # allows only

[Samba] slow wan to wan samba connection

2006-10-01 Thread scott
I have a samba file server running as the pdc for a network. There are 5 different subnets that connect to it over ptp t1 links using cisco routers. It has ran just fine for years until now. Local traffic to the file server is flawless. Traffic over the other non-local links has come to a halt

Re: [Samba] How to handle domain logout?

2006-10-01 Thread Ulf Norén
On Sunday 01 October 2006 14:22, DRVTiny wrote: I need to create a server-side (bash or perl script) handler for domain user logoff event. Is it possible to do it theoretically and if it is possible, how can i realize this in practice? My configuration: PDC running Samba 3.0.23b with 35

[Samba] Re: WINS over subnets

2006-10-01 Thread Hoggins!
Edmundo Valle Neto a écrit : Hoggins! escreveu: Yes, in that case it should maintain a more complete list. And yes you just must have ONE WINS server. I think you didnt got the point, domain master, local master, domain controllers, wins server, etc are just roles of the same server,

Re: [Samba] Re: WINS over subnets

2006-10-01 Thread Edmundo Valle Neto
... Yes, I put debug level to 2, and I saw that the server was always elected as the master. And also that the machines successfully registered to the server. My smb.conf (a bit modified since my first post, but the symptoms are the same though) : [global] display charset = ASCII

[Samba] Samba AD support with openldap and SASL

2006-10-01 Thread ShunLei_Pak
Hi, I'm trying to build Samba 3.0.23c for 2003 AD membership support. My understanding is that AD membership support requires openldap's client libraries only. Do I need to have SASL, REGEX and Berkeley DB installed first before I build the client libraries? I think I can skip Berkeley DB but

svn commit: samba r19015 - in branches/SAMBA_3_0/source: .

2006-10-01 Thread metze
Author: metze Date: 2006-10-01 17:56:39 + (Sun, 01 Oct 2006) New Revision: 19015 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19015 Log: we don't need talloc_* in proto.h metze Modified: branches/SAMBA_3_0/source/Makefile.in Changeset: Modified:

Re: svn commit: samba r19011 - in branches/SAMBA_3_0/source/lib/replace: .

2006-10-01 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 } + if (fstat(d-fd, sb) 0) { +close(d-fd); +free(d); +return NULL; +} +if (!S_ISDIR(sb.st_mode)) { +close(d-fd); +free(d); +

svn commit: linux-cifs-client r87 - in branches: linux-2.6-cifs-git-devel/fs/cifs linux-converged-for-old-kernels/fs/cifs

2006-10-01 Thread sfrench
Author: sfrench Date: 2006-10-01 19:28:30 + (Sun, 01 Oct 2006) New Revision: 87 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=87 Log: merge with git Modified: branches/linux-2.6-cifs-git-devel/fs/cifs/cifsfs.c

svn commit: linux-cifs-client r88 - in branches/linux-converged-for-old-kernels/fs/cifs: .

2006-10-01 Thread sfrench
Author: sfrench Date: 2006-10-01 19:55:14 + (Sun, 01 Oct 2006) New Revision: 88 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=88 Log: address space ops do have to be const after all Modified:

svn commit: linux-cifs-client r89 - in branches/linux-converged-for-old-kernels/fs/cifs: .

2006-10-01 Thread sfrench
Author: sfrench Date: 2006-10-01 19:57:43 + (Sun, 01 Oct 2006) New Revision: 89 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=89 Log: Make search resume work to os2 Modified: branches/linux-converged-for-old-kernels/fs/cifs/readdir.c Changeset:

svn commit: linux-cifs-client r90 - in branches/linux-2.6-cifs-git-devel/fs/cifs: .

2006-10-01 Thread sfrench
Author: sfrench Date: 2006-10-01 19:58:24 + (Sun, 01 Oct 2006) New Revision: 90 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=90 Log: Make FindNext work to os/2 (fill in resume key properly) Modified:

svn commit: samba r19016 - in branches/SAMBA_3_0/source/lib/replace: .

2006-10-01 Thread vlendec
Author: vlendec Date: 2006-10-01 20:43:16 + (Sun, 01 Oct 2006) New Revision: 19016 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19016 Log: As per Samba4 coding standards, turn tabs into spaces Modified: branches/SAMBA_3_0/source/lib/replace/repdir_getdents.c

svn commit: samba r19017 - in branches/SAMBA_4_0/source/lib/replace: .

2006-10-01 Thread vlendec
Author: vlendec Date: 2006-10-01 20:45:46 + (Sun, 01 Oct 2006) New Revision: 19017 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19017 Log: Merge from Samba3: Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on opendir returning ENOTDIR when the

Re: svn commit: samba r19016 - in branches/SAMBA_3_0/source/lib/replace: .

2006-10-01 Thread tridge
Volker, As per Samba4 coding standards, turn tabs into spaces oh? Did someone add that to the coding standards? I actually much prefer using tabs instead of spaces. In prog_guide.txt I specified using the Linux kernel CodingStyle doc, as I was too lazy to write my own, and I like the kernel

svn commit: samba r19018 - in branches/SAMBA_3_0_RELEASE: . examples/misc source source/auth source/groupdb source/include source/lib source/libads source/libsmb source/nsswitch source/passdb source/r

2006-10-01 Thread jerry
Author: jerry Date: 2006-10-01 21:20:14 + (Sun, 01 Oct 2006) New Revision: 19018 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19018 Log: staging for a 3.0.23d on Tuesday (I think we have sufficient changes to warrant one) Modified:

Re: svn commit: samba r19017 - in branches/SAMBA_4_0/source/lib/replace: .

2006-10-01 Thread tridge
Volker, Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on opendir returning ENOTDIR when the file opened is not a directory. Can we merge this back into Samba4? yes, please merge. We should also see if we can get rid of repdir_getdents() completely. I suspect all hosts

Build status as of Mon Oct 2 00:00:02 2006

2006-10-01 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-10-01 00:01:04.0 + +++ /home/build/master/cache/broken_results.txt 2006-10-02 00:00:34.0 + @@ -1,21 +1,21 @@ -Build status as of Sun Oct 1 00:00:02 2006 +Build status as of Mon Oct

svn commit: samba r19019 - in branches/SAMBA_4_0: jsonrpc source/scripting/ejs

2006-10-01 Thread derrell
Author: derrell Date: 2006-10-02 02:36:27 + (Mon, 02 Oct 2006) New Revision: 19019 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19019 Log: Add a parser for javascript literals. This is implemented for parsing JSON strings, but is generally useful for creating

svn commit: samba r19020 - in branches/SAMBA_4_0/source/scripting/ejs: .

2006-10-01 Thread derrell
Author: derrell Date: 2006-10-02 02:38:02 + (Mon, 02 Oct 2006) New Revision: 19020 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19020 Log: move jsonrpc_include to a more appropriate location in the file, and call the setup function for parsing literals.

svn commit: samba r19021 - in branches/SAMBA_4_0/source/lib/appweb/ejs: .

2006-10-01 Thread derrell
Author: derrell Date: 2006-10-02 02:38:43 + (Mon, 02 Oct 2006) New Revision: 19021 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19021 Log: match the prototype for a trigger function Modified: branches/SAMBA_4_0/source/lib/appweb/ejs/ejsProcs.c Changeset:

svn commit: samba r19022 - in branches/SAMBA_4_0/source/lib/appweb/mpr: .

2006-10-01 Thread derrell
Author: derrell Date: 2006-10-02 02:39:05 + (Mon, 02 Oct 2006) New Revision: 19022 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19022 Log: eliminate a warning Modified: branches/SAMBA_4_0/source/lib/appweb/mpr/var.c Changeset: Modified:

svn commit: samba r19023 - in branches/SAMBA_4_0/source/lib/replace: .

2006-10-01 Thread metze
Author: metze Date: 2006-10-02 05:52:42 + (Mon, 02 Oct 2006) New Revision: 19023 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19023 Log: lets see what the build-farm says about trying the getdirentries() based readdir() replacement first. metze Modified:

svn commit: samba r19024 - in branches/SAMBA_4_0/source/libnet: .

2006-10-01 Thread mimir
Author: mimir Date: 2006-10-02 05:53:45 + (Mon, 02 Oct 2006) New Revision: 19024 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19024 Log: remove read-only and policy dependent fields and flags from user modify routines. rafal Modified: