[Samba] net use h: /home syntax?

2007-11-17 Thread joop gerritse
I am setting up a Win98 client to work with my samba server. I can log in on the domain allright, but then I would expect to get access to my home directory by issuing (in a DOS box): NET USE H: /HOME For some reason I am told that the syntax is not correct. On the other hand net use /? gives

Re: [Samba] net use h: /home syntax?

2007-11-17 Thread Frank Van Damme
On 11/17/07, joop gerritse [EMAIL PROTECTED] wrote: I am setting up a Win98 client to work with my samba server. I can log in on the domain allright, but then I would expect to get access to my home directory by issuing (in a DOS box): NET USE H: /HOME For some reason I am told that the

[Samba] generate_parm_table python script bug fix

2007-11-17 Thread OPC oota
I found useful scripts generate_parm_table. This script generate parm_table for python scripts. But,I noticed what I could utilize as a parameter list if I added some processing. So, I execute it,but some strange data got. More than one read only parameter was indicated a time. I fixed

Re: [Samba] net use h: /home syntax?

2007-11-17 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank Van Damme wrote: On 11/17/07, joop gerritse [EMAIL PROTECTED] wrote: I am setting up a Win98 client to work with my samba server. I can log in on the domain allright, but then I would expect to get access to my home directory by issuing (in

[Samba] Re: net use h: /home syntax?

2007-11-17 Thread Charles Marcus
net use h: \\fooserver\yourusername (if you configured the [homes] share in Samba) That's not required. Samba defines the share requested by HOME and the client does not need to know what it is. I have a logon script that does just this: ## mount our stuff and synch time from server print

Re: [Samba] Re: net use h: /home syntax?

2007-11-17 Thread John Drescher
Correct me if I'm wrong, but I'm fairly certain Windows9x doesn't allow mapping to a subdirectory of a share, only to the share itself... I vaguely remember getting around this limitation using the subst command in windows. I could be wrong though as I have not seen a Win9X machine in at least

[Samba] Automatically adding users to Member Server

2007-11-17 Thread Jamrock
I want to add a Samba member server to a Samba or Windows domain. I want Samba to automatically add the Linux user accounts when domain users try to access the member server. I would want the creation of accounts to be limited to users authenticated by the domain controller. Years ago, when I

[Samba] Re: Automatically adding users to Member Server

2007-11-17 Thread Jamrock
My last post had some formatting issues. The link for the article is http://www.samag.com/documents/s=7666/sam0211e/0211e.htm . . The command to add the users is . . add user script = useradd -c Account from PDC -s /bin/false \ -d /home_directory_root/%u -m -n -g net_users %u -- To

svn commit: samba r26013 - in branches/4.0-python: . source/auth/gensec source/dsdb source/dsdb/samdb/ldb_modules

2007-11-17 Thread jelmer
Author: jelmer Date: 2007-11-17 22:34:32 + (Sat, 17 Nov 2007) New Revision: 26013 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26013 Log: Fix another unresolved symbol. Modified: branches/4.0-python/ branches/4.0-python/source/auth/gensec/config.mk

svn commit: samba r26014 - in branches/4.0-python: . source/auth/credentials source/auth/gensec source/auth/kerberos source/dsdb/samdb/ldb_modules source/lib/cmdline source/libnet

2007-11-17 Thread jelmer
Author: jelmer Date: 2007-11-17 22:34:35 + (Sat, 17 Nov 2007) New Revision: 26014 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26014 Log: credentials: Move some credentials-specific code to the credentials subsystem, merge credentials_krb5 and credentials since

svn commit: samba r26012 - in branches/4.0-python: . source/lib/socket source/libcli source/libcli/nbt source/librpc source/scripting/swig

2007-11-17 Thread jelmer
Author: jelmer Date: 2007-11-17 22:34:28 + (Sat, 17 Nov 2007) New Revision: 26012 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26012 Log: Fix more ldb modules - only partition, samldb and password_hash are broken now. Added:

svn commit: samba r26015 - in branches/SAMBA_4_0/source/cluster/ctdb: .

2007-11-17 Thread metze
Author: metze Date: 2007-11-17 22:44:57 + (Sat, 17 Nov 2007) New Revision: 26015 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26015 Log: fix dependecies metze Modified: branches/SAMBA_4_0/source/cluster/ctdb/config.mk Changeset: Modified:

svn commit: samba r26016 - in branches/SAMBA_4_0/source/auth: .

2007-11-17 Thread metze
Author: metze Date: 2007-11-17 22:45:36 + (Sat, 17 Nov 2007) New Revision: 26016 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26016 Log: remove unneeded include metze Modified: branches/SAMBA_4_0/source/auth/auth_sam.c Changeset: Modified:

svn commit: samba r26017 - in branches/SAMBA_4_0/source/lib/gencache: .

2007-11-17 Thread metze
Author: metze Date: 2007-11-17 22:46:39 + (Sat, 17 Nov 2007) New Revision: 26017 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26017 Log: db_wrap.h doesn't exist anymore and we now need tdb_wrap.h metze Modified:

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

2007-11-17 Thread metze
Author: metze Date: 2007-11-17 22:48:01 + (Sat, 17 Nov 2007) New Revision: 26018 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26018 Log: dsdb/schema/proto.h doesn't exist anymore metze Modified: branches/SAMBA_4_0/source/lib/ldb_wrap.c Changeset:

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

2007-11-17 Thread metze
Author: metze Date: 2007-11-17 22:49:24 + (Sat, 17 Nov 2007) New Revision: 26019 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26019 Log: use tdb.h instead of tdb.h metze Modified: branches/SAMBA_4_0/source/lib/tdb_wrap.h Changeset: Modified:

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

2007-11-17 Thread metze
Author: metze Date: 2007-11-17 22:50:13 + (Sat, 17 Nov 2007) New Revision: 26020 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26020 Log: GENCACHE depends on TDB_WRAP metze Modified: branches/SAMBA_4_0/source/lib/basic.mk Changeset: Modified:

[SCM] Samba Shared Repository - branch v3-0-test updated - initial-v3-0-unstable-24-g6d3734a

2007-11-17 Thread Michael Adam
The branch, v3-0-test has been updated via 6d3734aa74ce68ca340640aa478ec920af578e1b (commit) from 72be9cc495d796d700281c047b152ba909f6fd2b (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test - Log -

svn commit: samba r26021 - in branches/4.0-python: . source/auth source/auth/credentials

2007-11-17 Thread jelmer
Author: jelmer Date: 2007-11-17 23:10:32 + (Sat, 17 Nov 2007) New Revision: 26021 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26021 Log: Fix unresolved symbol auth_get_challenge. Modified: branches/4.0-python/ branches/4.0-python/source/auth/auth.c

svn commit: samba r26022 - in branches/4.0-python: . source/auth/credentials source/auth/kerberos

2007-11-17 Thread jelmer
Author: jelmer Date: 2007-11-17 23:10:37 + (Sat, 17 Nov 2007) New Revision: 26022 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26022 Log: Fix last unresolved symbols. Modified: branches/4.0-python/ branches/4.0-python/source/auth/credentials/config.mk

svn commit: samba r26023 - in branches/4.0-python: . source/auth/kerberos source/scripting/python/samba

2007-11-17 Thread jelmer
Author: jelmer Date: 2007-11-17 23:37:05 + (Sat, 17 Nov 2007) New Revision: 26023 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=26023 Log: Fix comments, PEP8 Removed: branches/4.0-python/source/auth/kerberos/kerberos_util.c Modified: branches/4.0-python/

Build status as of Sun Nov 18 00:00:02 2007

2007-11-17 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-11-17 00:00:59.0 + +++ /home/build/master/cache/broken_results.txt 2007-11-18 00:00:29.0 + @@ -1,4 +1,4 @@ -Build status as of Sat Nov 17 00:00:02 2007 +Build status as of Sun Nov

Rev 680: need public_addresses for test suite in http://samba.org/~tridge/ctdb

2007-11-17 Thread tridge
revno: 680 revision-id:[EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge.stable timestamp: Sun 2007-11-18 15:01:26 +1100 message: need public_addresses for test suite added:

Rev 682: increase release number in http://samba.org/~tridge/ctdb

2007-11-17 Thread tridge
revno: 682 revision-id:[EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge.stable timestamp: Sun 2007-11-18 15:15:19 +1100 message: increase release number modified:

Rev 667: increase release number in http://samba.org/~tridge/3_0-ctdb

2007-11-17 Thread tridge
revno: 667 revision-id:[EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: s3-ctdb-tridge timestamp: Sun 2007-11-18 15:32:06 +1100 message: increase release number modified:

Rev 681: - merge from ronnie in http://samba.org/~tridge/ctdb

2007-11-17 Thread tridge
revno: 681 revision-id:[EMAIL PROTECTED] parent: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell [EMAIL PROTECTED] branch nick: tridge.stable timestamp: Sun 2007-11-18 15:14:54 +1100 message: - merge from