Re: [Samba] How do I mount a share on my Debian server ?

2010-02-19 Thread Gungne Gungneson
This line is getting me forward: smbclient -U my-username -W WORKGROUP -L 10.23.150.100 Enter my-username's password: Domain=[CORPNET] OS=[Windows Server 2003 R2 3790 Service Pack 2] Server=[Windows Server 2003 R2 5.2] Sharename Type Comment - --- print$ Disk Printer Drivers C$

Re: [Samba] How do I mount a share on my Debian server ?

2010-02-19 Thread Eero Volotinen
2010/2/19 Gungne Gungneson gung...@gmail.com: This line is getting me forward: smbclient -U my-username -W WORKGROUP -L 10.23.150.100 Enter my-username's password: Domain=[CORPNET] OS=[Windows Server 2003 R2 3790 Service Pack 2] Server=[Windows Server 2003 R2 5.2] Sharename Type Comment

[Samba] Samba 3.4.5 won't compile (Slackware)

2010-02-19 Thread Helmut Hullen
Hallo, I try to compile samba 3.4.5 in my slackware installation (slackware- current). Kernel compiling and compiling other packets works as desired. I use the samba.SlackBuild script from slackware.org (changing the version number of samba only).

[Samba] using winbind causes high load on the pdc

2010-02-19 Thread guido
Hi people: I have a winbind 3.2.5 running on a box to authenticate users in my squid. My PDC is a samba 3.0.24 and it stores users on ldap. I have aprox 500 users and when they all use the squid my winbind generates a lot of traffic to my pdc box causing high load on the smb process that talks to

Re: [Samba] How do I mount a share on my Debian server ?

2010-02-19 Thread Gungne Gungneson
This worked :-) First i made a new folder inside /mnt /mnt/Share_name then: myserver:~# mount -t cifs //10.23.150.100/Share /mnt/Share_name -v -o user=my-username,pass=my-password,domain=CORPNET mount.cifs kernel mount options: unc=//10.23.150.100

Re: [Samba] Samba 3.2.5 / Debian Lenny var full

2010-02-19 Thread Didier Roques
Thanks I think i'm going to follow your advice i seen that the lenny backport give the 3.4.3 version of samba On 02/18/2010 05:14 AM, Didier Roques wrote: Hi i've got a server with lenny installed on it with samba 3.2.5. My problem is that the var partition is sometimes full. In fact, if i

[Samba] SOLVED netlogon_creds_server_check failed

2010-02-19 Thread Christer Matson
I finally solved this Windows 7 problem by changing workstation/server names in passwd and group to uppercase -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] using winbind causes high load on the pdc

2010-02-19 Thread Dale Schroeder
Unless they're needed for your configuration, try winbind enum users = No winbind enum groups = No In a large site, those create a lot of traffic. Dale On 02/19/2010 5:42 AM, gu...@lorenzutti.com.ar wrote: Hi people: I have a winbind 3.2.5 running on a box to authenticate users in

[Samba] [Announce] Samba 3.5.0rc3 Available for Download

2010-02-19 Thread Karolin Seeger
Release Announcements = This is the third release candidate of Samba 3.5. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Major

[Samba] [FIXED on Debian] Re: ads_sasl_spnego_krb5_bind failed: Program lacks support for encryption type [SEC=UNCLASSIFIED]

2010-02-19 Thread Robert LeBlanc
On Wed, Feb 17, 2010 at 6:39 AM, Wilkinson, Alex alex.wilkin...@dsto.defence.gov.au wrote: 0n Wed, Feb 17, 2010 at 07:49:25AM -0600, Dale Schroeder wrote: Reply to list/user gets me again! Anyway, we are at 2008 functional level, so I don't think our domain is even

Re: [Samba] How do I mount a share on my Debian server ?

2010-02-19 Thread Lennart Sorensen
On Fri, Feb 19, 2010 at 01:26:28PM +0100, Gungne Gungneson wrote: This worked :-) First i made a new folder inside /mnt /mnt/Share_name then: myserver:~# mount -t cifs //10.23.150.100/Share /mnt/Share_name -v -o user=my-username,pass=my-password,domain=CORPNET mount.cifs kernel

Re: [Samba] using winbind causes high load on the pdc

2010-02-19 Thread guido
I try... no help I still have a lot of traffic between the winbind and the pdc and high load on the pdc. Why this traffic has to be rpc to the pdc? Can the winbind use ldap to check username and password? Unless they're needed for your configuration, try winbind enum users = No

Re: [Samba] Samba 3.4.5 won't compile (Slackware)

2010-02-19 Thread Helmut Hullen
Hallo, I wrote am 19.02.10: Compiling 3.4.5 shows Start -- [...] Linking bin/smbd lib/gencache.o: In function `gencache_iterate_fn': gencache.c:(.text+0xb1): undefined reference to `ap_fnmatch' collect2: ld returned 1 exit status make: *** [bin/smbd] Error 1 --

Re: [Samba] samba file locking

2010-02-19 Thread Volker Lendecke
On Fri, Feb 19, 2010 at 07:33:48AM +0100, Janez Kosmrlj wrote: We have a strange file locking problem and i hope someone can help. We use some CentOS 5 servers, which use samba 3.0.33, to share files of a java application to clients. Clients are mostly CentOS 5 (same version as the server),

[Samba] WINS corruption alleged

2010-02-19 Thread Edward Quinn
I searched but was unable to locate a close match for this case. I doubt that Samba was the culprit here, but unus vir nullus vir. Your feedback would be appreciated. Situation: Windows clients, mostly WinXP desktops, got no logon servers are available when trying to access shared

Re: [Samba] WINS corruption alleged

2010-02-19 Thread Jeremy Allison
On Fri, Feb 19, 2010 at 09:50:49AM -0800, Edward Quinn wrote: I searched but was unable to locate a close match for this case. I doubt that Samba was the culprit here, but unus vir nullus vir. Your feedback would be appreciated. Situation: Windows clients, mostly WinXP desktops, got

Re: [Samba] samba file locking

2010-02-19 Thread Ernesto Silva
Can you try to mount with -o directio? Not sure this will help, but it might be worth a try. Volker Hi, there is also another parameter similar to directio, I don't know the difference but seems more radical, it's forcedirectio. I have been using it on linux clients which mounts a samba

[Samba] Change samba username with tdbsam backend

2010-02-19 Thread Eden Caldas
How do you do this? This thing is a binary file. And I see no command lines for it. ex; I have an username named Miranda and I want to change to Liara. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] Change samba username with tdbsam backend

2010-02-19 Thread guido
smbpasswd ? How do you do this? This thing is a binary file. And I see no command lines for it. ex; I have an username named Miranda and I want to change to Liara. -- To unsubscribe from this list go to the following URL and read the instructions:

Re: [Samba] Change samba username with tdbsam backend

2010-02-19 Thread Eden Caldas
Nope. man smbpasswd and you will see. 2010/2/20 gu...@lorenzutti.com.ar: smbpasswd ? How do you do this? This thing is a binary file. And I see no command lines for it. ex; I have an username named Miranda and I want to change to Liara. -- To unsubscribe from this list go to the

Re: [Samba] Change samba username with tdbsam backend

2010-02-19 Thread guido
oh.. sorry, didn't finish reading. I guess you could dump the tdb to plain text, edit it and restore it. And you should rename the user in /etc/passwd /etc/shadow also. You should also check the home page and the profile of the user. How do you do this? This thing is a binary file. And I see

Re: [Samba] Change samba username with tdbsam backend

2010-02-19 Thread John H Terpstra
On 02/19/2010 06:52 PM, Eden Caldas wrote: How do you do this? This thing is a binary file. And I see no command lines for it. ex; I have an username named Miranda and I want to change to Liara. OK, this is a question that has been asked many times on this list. A complete solution depends

Re: [Samba] Change samba username with tdbsam backend

2010-02-19 Thread Eden Caldas
a) The users' name in the passdb.tdb file That's what I want to know. How do I do it? 2010/2/20 John H Terpstra j...@samba.org: On 02/19/2010 06:52 PM, Eden Caldas wrote: How do you do this? This thing is a binary file. And I see no command lines for it. ex; I have an username named

Re: [Samba] Change samba username with tdbsam backend

2010-02-19 Thread John H Terpstra
On 02/19/2010 08:39 PM, Eden Caldas wrote: a) The users' name in the passdb.tdb file That's what I want to know. How do I do it? OK - you will lose information, but here is a quick solution: a) pdbedit -i tdbsam -e smbpasswd b) pdbedit -x user_name c) Edit the smbpasswd file (it is a text

Re: [Samba] Change samba username with tdbsam backend

2010-02-19 Thread guido
A very small contribution... you should also rename the user in passwd and shadow. On 02/19/2010 08:39 PM, Eden Caldas wrote: a) The users' name in the passdb.tdb file That's what I want to know. How do I do it? OK - you will lose information, but here is a quick solution: a) pdbedit -i

Re: [Samba] Change samba username with tdbsam backend

2010-02-19 Thread Eden Caldas
You are not sure if it will work? So there's no way of doing this withou losing information? 2010/2/20 gu...@lorenzutti.com.ar: A very small contribution... you should also rename the user in passwd and shadow. On 02/19/2010 08:39 PM, Eden Caldas wrote:  a) The users' name in the passdb.tdb

Re: [Samba] Change samba username with tdbsam backend

2010-02-19 Thread John H Terpstra
On 02/19/2010 08:51 PM, Eden Caldas wrote: You are not sure if it will work? Right. It should work. Try it. But there will be a loss of information. So there's no way of doing this without losing information? Correct. The tdbsam (passdb.tdb) file stores more information than the smbpasswd

[Samba] Problems accessing a file share using kerberos

2010-02-19 Thread Pedro Côrte-Real
Hi, I'm trying to access a file share on what I believe is a netapp server using kerberos authentication. I've done a kinit and gotten credentials and then ran: $ smbclient -U pedrocr //gsb-filer2/pedrocr -k -d10 This actually increased the number of credentials klist shows so looks good in

Re: [Samba] Change samba username with tdbsam backend

2010-02-19 Thread Eden Caldas
Thanks i'll try it. 2010/2/20 John H Terpstra j...@samba.org: On 02/19/2010 08:51 PM, Eden Caldas wrote: You are not sure if it will work? Right. It should work. Try it. But there will be a loss of information. So there's no way of doing this without losing information? Correct. The

Re: [Samba] Change samba username with tdbsam backend

2010-02-19 Thread Jeremy Allison
On Fri, Feb 19, 2010 at 08:33:36PM -0600, John H Terpstra wrote: There exists no simple, portable tool that can affect the type of change you are seeking. At the best of times, this is a a complex administrative task that requires knowledge of the consequences of each step taken. A failure

Re: [Samba] Problems accessing a file share using kerberos

2010-02-19 Thread Jeremy Allison
On Fri, Feb 19, 2010 at 07:08:48PM -0800, Pedro Côrte-Real wrote: Hi, I'm trying to access a file share on what I believe is a netapp server using kerberos authentication. I've done a kinit and gotten credentials and then ran: $ smbclient -U pedrocr //gsb-filer2/pedrocr -k -d10 This

Re: [Samba] Change samba username with tdbsam backend

2010-02-19 Thread John H Terpstra
On 02/19/2010 11:41 PM, Jeremy Allison wrote: On Fri, Feb 19, 2010 at 08:33:36PM -0600, John H Terpstra wrote: There exists no simple, portable tool that can affect the type of change you are seeking. At the best of times, this is a a complex administrative task that requires knowledge of

[SCM] Samba Shared Repository - branch v3-5-test updated

2010-02-19 Thread Karolin Seeger
The branch, v3-5-test has been updated via fd906e7... Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised value(s) error when mangling method = hash from b3c5b9d... s3-docs: Remove trailing whitespaces and fix a typo.

[SCM] Samba Shared Repository - branch v3-4-test updated

2010-02-19 Thread Karolin Seeger
The branch, v3-4-test has been updated via fcca63d... Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised value(s) error when mangling method = hash from 2eb3385... Fix bug #6557 - Do not work VFS full_audit

[SCM] Samba Shared Repository - branch v3-3-test updated

2010-02-19 Thread Karolin Seeger
The branch, v3-3-test has been updated via 80d9663... Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised value(s) error when mangling method = hash from 20b6d04... Fix bug #6557 - Do not work VFS full_audit

[SCM] Samba Shared Repository - branch v3-5-test updated

2010-02-19 Thread Karolin Seeger
The branch, v3-5-test has been updated via 7122d0e... Fix bug #7154 - mangling method = hash can crash storing a name not containing a '.' from fd906e7... Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised value(s) error when mangling method = hash

[SCM] Samba Shared Repository - branch v3-4-test updated

2010-02-19 Thread Karolin Seeger
The branch, v3-4-test has been updated via 7eaeb89... Fix bug #7154 - mangling method = hash can crash storing a name not containing a '.' from fcca63d... Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised value(s) error when mangling method = hash

[SCM] Samba Shared Repository - branch v3-3-test updated

2010-02-19 Thread Karolin Seeger
The branch, v3-3-test has been updated via e904ccd... Fix bug #7154 - mangling method = hash can crash storing a name not containing a '.' from 80d9663... Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised value(s) error when mangling method = hash

[SCM] Samba Shared Repository - branch master updated

2010-02-19 Thread Günther Deschner
The branch, master has been updated via e40310a... testprogs: ignore GetJob level 3 and 4 against samba for now. from 76aa37f... librpc/ndr: don't overwrite the content in ndr_push_relative_ptr2_end() http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch v3-5-test updated

2010-02-19 Thread Karolin Seeger
The branch, v3-5-test has been updated via b094f49... librpc/ndr: don't overwrite the content in ndr_push_relative_ptr2_end() via a2c0350... spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves devmode relative pointer down to sd). via 412ff72...

[SCM] Samba Shared Repository - branch v3-4-test updated

2010-02-19 Thread Karolin Seeger
The branch, v3-4-test has been updated via 58b089f... librpc/ndr: don't overwrite the content in ndr_push_relative_ptr2_end() via 31a0975... spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves devmode relative pointer down to sd). via 1856478...

[SCM] Samba Shared Repository - branch v3-5-test updated

2010-02-19 Thread Karolin Seeger
The branch, v3-5-test has been updated via 8b05660... WHATSNEW: Update changes since 3.5.0rc2. from b094f49... librpc/ndr: don't overwrite the content in ndr_push_relative_ptr2_end() http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test - Log

[SCM] Samba Shared Repository - branch v3-5-stable updated

2010-02-19 Thread Karolin Seeger
The branch, v3-5-stable has been updated via 8096297... Fix bug #6557 - Do not work VFS full_audit via f79c8cf... s3: Fix bug 7139 owner of file not available with kerberos. via d4d84f4... WHATSNEW: Update changes. via 7363b08... cifs.upcall: allocate a talloc

[SCM] Samba Shared Repository - branch master updated

2010-02-19 Thread Günther Deschner
The branch, master has been updated via 299e5bc... s4-smbtorture: print more comments while running SD and DM tests in RPC-SPOOLSS-PRINTER. from e40310a... testprogs: ignore GetJob level 3 and 4 against samba for now. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master -

[SCM] Samba Shared Repository - branch v3-5-stable updated

2010-02-19 Thread Karolin Seeger
The branch, v3-5-stable has been updated via 69d87ed... WHATSNEW: Update changes since 3.5.0rc2. via 61ca739... librpc/ndr: don't overwrite the content in ndr_push_relative_ptr2_end() via 527ce7e... spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves

[SCM] Samba Shared Repository - annotated tag release-3-5-0rc3 created

2010-02-19 Thread Karolin Seeger
The annotated tag, release-3-5-0rc3 has been created at aeaad63ac9e3e5068fdf432d310fa42e9ca5e9d2 (tag) tagging 69d87ed8c1783975fe8d98b74576a7724eddfd61 (commit) replaces release-3-5-0rc2 tagged by Karolin Seeger on Fri Feb 19 14:34:31 2010 +0100 - Log

[SCM] Samba Shared Repository - branch master updated

2010-02-19 Thread Günther Deschner
The branch, master has been updated via ec0aa8a... s4-smbtorture: more work on devicemode tests. via 0e95a6a... s4-smbtorture: explain failure conditions in printer device mode tests a little more. via f2ecec3... s4-smbtorture: add --option=torture:spoolss_check_size=yes.

svn commit: samba-web r1368 - in trunk: .

2010-02-19 Thread kseeger
Author: kseeger Date: 2010-02-19 08:03:54 -0700 (Fri, 19 Feb 2010) New Revision: 1368 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-webrev=1368 Log: Announce Samba 3.5.0rc3 Karolin Modified: trunk/index.html Changeset: Modified: trunk/index.html

[SCM] Samba Shared Repository - branch master updated

2010-02-19 Thread Andrew Bartlett
The branch, master has been updated via f74ce57... s4:rpc_server Add a 'if_version' parameter to the bind operation. via 9f22284... librpc When sending endpoint mapper requests, include the minor if_version from ec0aa8a... s4-smbtorture: more work on devicemode tests.

[SCM] Samba Shared Repository - branch master updated

2010-02-19 Thread Simo Sorce
The branch, master has been updated via fff7750... readability reformatting from f74ce57... s4:rpc_server Add a 'if_version' parameter to the bind operation. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-02-19 Thread Jeremy Allison
The branch, master has been updated via 0055e33... Second part of fix for bug #7159 - client rpc_transport doesn't cope with bad server data returns. via ad77ae1... First part of fix for bug #7159 - client rpc_transport doesn't cope with bad server data returns. from

[SCM] Samba Shared Repository - branch master updated

2010-02-19 Thread Simo Sorce
The branch, master has been updated via da1970c... s4:lsa open trusted domain also with dns name via c8a3c01... remove trailing tabs and spaces from 0055e33... Second part of fix for bug #7159 - client rpc_transport doesn't cope with bad server data returns.

Build status as of Sat Feb 20 07:00:04 2010

2010-02-19 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2010-02-19 00:00:24.0 -0700 +++ /home/build/master/cache/broken_results.txt 2010-02-20 00:00:06.0 -0700 @@ -1,4 +1,4 @@ -Build status as of Fri Feb 19 07:00:06 2010 +Build status as of Sat Feb

[SCM] Samba Shared Repository - branch master updated

2010-02-19 Thread Andrew Bartlett
The branch, master has been updated via a7036a9... librpc/ndr Remove unused macros via a9d9447... s4:credentials Add hooks to extract a named Kerberos credentials cache from da1970c... s4:lsa open trusted domain also with dns name