Re: [Samba] samba4 HEAD: unable to provision

2010-01-27 Thread Francesco Malvezzi
targetdir was None when that part of the code ran and os.path.join() didn't like that. I think you might be able to use --targetdir=... on the command line, but the help text (Set target directory) is as helpful as a comment like: x++; /* increment x */ Thank you! It fixed it, well,

[Samba] create_connection_server_info failed: NT_STATUS_ACCESS_DENIED

2010-01-27 Thread azzouz
Hi! I have a lot of those log line : smbd[3604]: [2010/01/27 13:22:32, 1, effective(0, 0), real(0, 0)] smbd/service.c:make_connection_snum(744) smbd[3604]: create_connection_server_info failed: NT_STATUS_ACCESS_DENIED smbd[3604]: [2010/01/27 13:22:32, 1, effective(0, 0), real(0, 0)]

[Samba] Samba4 AD joining

2010-01-27 Thread Anton Löthman
Hello Im trying to join my own samba4 (latest installed from rsync) Ad from a ubuntu client with domainjoin, and the client complains about the following udp ports being closed: 88, 389, 464 and 123.

[Samba] user passwords expired every domain-login from xp-workstation

2010-01-27 Thread maddin911
Hi, I migrated from sles 10 sp2 samba 3.0.24 to ubuntu 9.10 server samba 3.4.3 (pdc). The user-account were moved following this instruction: http://www.cyberciti.biz/faq/howto-move-migrate-user-accounts-old-to-new-server/

[Samba] samba veto files: underscore

2010-01-27 Thread Evas Hofmans
Hello all, I'm trying to hide files beginning with a underscore ( _ ) and hidden files from my samba share's so i added this to my smb.conf: veto files = /_*/.*/ The section with the dot works, but the one with the underscore doesn't. I also tried /\_*/.*/ but this has the same result.

Re: [Samba] Samba 3.4 Panic in Debian

2010-01-27 Thread Sam Hartman
OK. Can someone on the Samba side confirm that the Linux kernel only supports DES for some Samba related Kerberos operation? Specific details on what is going on would be useful. --Sam -- To unsubscribe from this list go to the following URL and read the instructions:

Re: [Samba] Samba 3.4 Panic in Debian

2010-01-27 Thread Steve Langasek
On Tue, Jan 26, 2010 at 01:29:08PM -0500, Sam Hartman wrote: OK. Can someone on the Samba side confirm that the Linux kernel only supports DES for some Samba related Kerberos operation? Specific details on what is going on would be useful. The kernel is only involved when one is using CIFS

Re: [Samba] Samba 3.4 Panic in Debian

2010-01-27 Thread Sam Hartman
Steve == Steve Langasek vor...@debian.org writes: Steve On Tue, Jan 26, 2010 at 01:29:08PM -0500, Sam Hartman wrote: OK. Can someone on the Samba side confirm that the Linux kernel only supports DES for some Samba related Kerberos operation? Specific details on what is going

Re: [Samba] Samba 3.4 Panic in Debian

2010-01-27 Thread Steve Langasek
On Tue, Jan 26, 2010 at 05:03:51PM -0500, Sam Hartman wrote: Steve == Steve Langasek vor...@debian.org writes: Steve On Tue, Jan 26, 2010 at 01:29:08PM -0500, Sam Hartman wrote: OK. Can someone on the Samba side confirm that the Linux kernel only supports DES for some Samba

Re: [Samba] Samba 3.4 Panic in Debian

2010-01-27 Thread Steve Langasek
On Tue, Jan 26, 2010 at 02:22:36PM -0800, Steve Langasek wrote: On Tue, Jan 26, 2010 at 05:03:51PM -0500, Sam Hartman wrote: Steve == Steve Langasek vor...@debian.org writes: Steve On Tue, Jan 26, 2010 at 01:29:08PM -0500, Sam Hartman wrote: OK. Can someone on the Samba side

Re: [Samba] Samba 3.4 Panic in Debian

2010-01-27 Thread Volker Lendecke
On Wed, Jan 27, 2010 at 04:05:46AM -0800, Steve Langasek wrote: On Tue, Jan 26, 2010 at 02:22:36PM -0800, Steve Langasek wrote: On Tue, Jan 26, 2010 at 05:03:51PM -0500, Sam Hartman wrote: Steve == Steve Langasek vor...@debian.org writes: Steve On Tue, Jan 26, 2010 at 01:29:08PM

[Samba] winbind failure with libkrb5-3 1.8 in Debian *RENAMED*

2010-01-27 Thread Dale Schroeder
I have renamed this thread as the panics stopped when libkrb5-3, et.al. were upgraded to 1.8. However, bigger problems are now occurring. See below. On 01/27/2010 10:13 AM, Volker Lendecke wrote: On Wed, Jan 27, 2010 at 04:05:46AM -0800, Steve Langasek wrote: On Tue, Jan 26, 2010 at

[Samba] Samba write bits being set incorrectly on FreeBSD 7.2

2010-01-27 Thread Mark Lokowich
I've found that read-only files become writable when copied from Windows XP to my Samba 3.3.3 mount on FreeBSD 7.2. I have the map archive = no option. If I change this option to yes then the write bits are cleared (and execute bits set), as expected. Shouldn't the read-only permissions be

Re: [Samba] Debian Lenny - Samba 3.2.5 + OpenLDAP (slapd) 2.4.11

2010-01-27 Thread Henrik Dige Semark
Dos the PDC have to join the domain also? When I try to join my PDC to its domain with net join I get the following error. Enter root's password: Could not connect to server PDC The username or password was not correct. Connection failed: NT_STATUS_LOGON_FAILURE The netbios name for my PDC is

[Samba] Compiling zfsacl support

2010-01-27 Thread CJ Keist
For 3.4.5 how do you get zfsacl support compiled in? I do not see any flags in configure for this. -- C. J. Keist Email: cj.ke...@colostate.edu UNIX/Network ManagerPhone: 970-491-0630 Engineering Network ServicesFax: 970-491-5569 College of Engineering,

Re: [Samba] Debian Lenny - Samba 3.2.5 + OpenLDAP (slapd) 2.4.11

2010-01-27 Thread Gaiseric Vandal
Try using net ... -U Administrator instead, since root is not by default a member of the domain admin group. This presumes you have created the Administrator account in samba, created the domain admins group and setup the approp group mapping for key groups (domain admins, domain users

Re: [Samba] Debian Lenny - Samba 3.2.5 + OpenLDAP (slapd) 2.4.11

2010-01-27 Thread Henrik Dige Semark
I have just tried with net join -U Admin and I get the same error as before. # net join -U Admin Enter admin's password: Could not connect to server PDC The username or password was not correct. Connection failed: NT_STATUS_LOGON_FAILURE Ldap search for Admin: # ldapsearch -x -h 127.0.0.1 -p

Re: [Samba] Debian Lenny - Samba 3.2.5 + OpenLDAP (slapd) 2.4.11

2010-01-27 Thread Dale Schroeder
Did you remember to run smbpasswd -W? Sometimes you have to add the -S switch for the join to work. net rpc join -S pdc -U root Dale On 01/27/2010 2:33 PM, Henrik Dige Semark wrote: I have just tried with net join -U Admin and I get the same error as before. # net join -U Admin Enter

[Samba] Problem installing print driver to Samba print$ share

2010-01-27 Thread Åke Holmlund
Hello! I'm trying to install (using the Add printer wizard on a client) a Postscript driver for a Sharp MX-5001N multifunction copier/printer/etc machine to a Samba print$ share. The installation seems go ok but when I try to access the printer properties I get a dialog box stating that ...

Re: [Samba] Debian Lenny - Samba 3.2.5 + OpenLDAP (slapd) 2.4.11

2010-01-27 Thread Henrik Dige Semark
I have remembered to run smbpassd -W, and I still get the same error when I try with -S pdc on net join command. I can see that LDAP is activated, and that samba is doing something, but it seams like the answer is disappear on the way back. Samba have initialised my LDAP with its SID and RID's,

Re: [Samba] Debian Lenny - Samba 3.2.5 + OpenLDAP (slapd) 2.4.11

2010-01-27 Thread Gaiseric Vandal
Sorry, should be Administrator Verify the user exists in samba with pdbedit -Lv Administrator and that group mapping is setup. # net groupmap list | grep Domain Admins Domain Admins (S-1-5-21-x-512) - Domain Admins # The unix group name (on the right side of the mapping) may not

Re: [Samba] Help with samba implementation

2010-01-27 Thread Andrew Masterson
If you are doing anything samba related on AIX, I highly suggest that you look at the pware site. http://pware.hvcc.edu/ there are some docs on setting up Bill's pWare compile of samba on AIX here: http://pware.hvcc.edu/documentation.html And you can join the pWare mailing list here:

Re: [Samba] Samba 3.4 Panic in Debian

2010-01-27 Thread Steve Langasek
On Wed, Jan 27, 2010 at 05:13:37PM +0100, Volker Lendecke wrote: OK. Then I currently have no idea why allow_weak_crypto would be desirable for Samba. In the case of AD realms that were continuously upgraded from NT4 domains, you may have accounts only using RC4 as an enctype for

Re: [Samba] Debian Lenny - Samba 3.2.5 + OpenLDAP (slapd) 2.4.11

2010-01-27 Thread Henrik Dige Semark
My admin account is called Admin: # pdbedit -Lv Admin INFO: Current debug levels: all: True/256 tdb: False/0 printdrivers: False/0 lanman: False/0 smb: False/0 rpc_parse: False/0 rpc_srv: False/0 rpc_cli: False/0 passdb: False/0 sam: False/0 auth: False/0 winbind: False/0

[Samba] Does samba-common-3.0.10-1.4E.12.2 support NTLM?

2010-01-27 Thread Schoepflin, Keith
I would like to know if NTLM is supported in samba version 3.0.10-1.4E.12.2. Thanks Cheers, Keith -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] single stream performance issue, Win2K, WinXP, Samba 3.2.5-4lenny7 (Debian Lenny)

2010-01-27 Thread Stan Hoeppner
Stan Hoeppner put forth on 1/25/2010 5:30 PM: Volker Lendecke put forth on 1/25/2010 1:28 AM: The dual-stream one is kindof limited help. The interesting piece is how Win-Win does its thing faster, so we need to see that one. I've been busting my but trying to get you something meaningful.

[Samba] max smbd processes

2010-01-27 Thread Stan Hoeppner
Samba 3.2.5 on Debian Lenny From: http://www.samba.org/samba/docs/server_security.html Samba is able to limit the number of concurrent connections when smbd is launched as a daemon (not from inetd). The 'max smbd processes' smb.conf option allows Administrators to define the maximum number of

Re: [Samba] max smbd processes

2010-01-27 Thread Jeremy Allison
On Wed, Jan 27, 2010 at 05:03:37PM -0600, Stan Hoeppner wrote: Samba 3.2.5 on Debian Lenny From: http://www.samba.org/samba/docs/server_security.html Samba is able to limit the number of concurrent connections when smbd is launched as a daemon (not from inetd). The 'max smbd processes'

Re: [Samba] max smbd processes

2010-01-27 Thread Stan Hoeppner
Jeremy Allison put forth on 1/27/2010 5:18 PM: Is max smbd processes not an accurate description? Would it better be described as max smbd concurrent clients or max smbd user processes? Yes, that's a better description. Understood. There's also the printer background lpq updater process,

Re: [Samba] max smbd processes

2010-01-27 Thread Jeremy Allison
On Wed, Jan 27, 2010 at 06:21:36PM -0600, Stan Hoeppner wrote: Aha, so that's what the third one is. As I don't do printer sharing this possibility slipped my mind. I'm not so resource constrained as to start hacking source. I always stick with my distro's packages unless extreme

[Samba] roaming profiles and Documents and setting with non-standard Windows 2k3 administrator RID.....

2010-01-27 Thread Daniel R. Gore
Because of the extremely restrictive security environment we work under, our Windows Admins have disabled the administrator account on our Domain and created a new account with administrator rights. The result is that the common RID of 500 which maps to the Linux UID and GID of 500 is no longer

Re: [Samba] roaming profiles and Documents and setting with non-standard Windows 2k3 administrator RID.....

2010-01-27 Thread John H Terpstra
On 01/27/2010 08:29 PM, Daniel R. Gore wrote: Because of the extremely restrictive security environment we work under, our Windows Admins have disabled the administrator account on our Domain and created a new account with administrator rights. The result is that the common RID of 500 which

Re: [Samba] max smbd processes

2010-01-27 Thread Stan Hoeppner
Jeremy Allison put forth on 1/27/2010 7:20 PM: On Wed, Jan 27, 2010 at 06:21:36PM -0600, Stan Hoeppner wrote: I noticed in the documentation I quoted earlier something about running Samba from inetd. Is this (easily) doable? Would running from inetd be advantageous in my low resource

Re: [Samba] Samba 3.4 Panic in Debian

2010-01-27 Thread Christian PERRIER
Quoting Steve Langasek (vor...@debian.org): Referring to the SUBJECT: Where is this leading to a panic in Samba 3.4, I got lost in the meantime. I'm afraid I don't know. I was cc:ed on this somewhat mid-thread, and haven't seen any panics; what I know about is

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

2010-01-27 Thread Karolin Seeger
The branch, v3-5-test has been updated via 06dfc7f... VERSION: Raise version number up to 3.5.0. from 048adb5... WHATSNEW: Update changes. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test - Log - commit

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

2010-01-27 Thread Karolin Seeger
The branch, v3-4-test has been updated via 135b67a... Do not segfault in pdb_search_destructor if no real search was started (cherry picked from commit d07464b21fe652e205f5eb2c74d12495bab100ce) from 69100db... s3-docs: Adapt version in man ldbrename.

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Nadezhda Ivanova
The branch, master has been updated via dffb5ad... Implemented net fsmo command for transferring fsmo roles from 0e2d1cf... s4-smbtorture: pick correct last packet while checking backchannel replies in RPC-SPOOLSS-NOTIFY. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Simo Sorce
The branch, master has been updated via b63b9bc... s4:windc move windc plugin in its own file via 1f2e9e9... s4:PAC make common functions public via 82a80b7... s4:PAC Streamline pac-glue step 2 via 85e3561... s4:PAC Streamline pac-glue from 6bade10... s3: get

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Jeremy Allison
The branch, master has been updated via 627fb85... Fix bug #7072 - Accounts can't be unlocked from ldap. from 8e26aa3... testsuite/libsmbclient use source3 in the path of the C and LFLAGS http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Jeremy Allison
The branch, master has been updated via 69fd846... Second part of fix for bug #7072 - Accounts can't be unlocked from ldap. from 627fb85... Fix bug #7072 - Accounts can't be unlocked from ldap. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Lars Müller
The branch, master has been updated via 8e26aa3... testsuite/libsmbclient use source3 in the path of the C and LFLAGS via 97c4c63... Link testsuite/libsmbclient against required libtdb and libwbclient from 1f7e97a... s3: syntax fix

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Günther Deschner
The branch, master has been updated via 0e2d1cf... s4-smbtorture: pick correct last packet while checking backchannel replies in RPC-SPOOLSS-NOTIFY. from 1ead839... s3-selftest: try to get RPC-SPOOLSS-NOTIFY running during make test on the buildfarm.

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Björn Jacke
The branch, master has been updated via 5439e1a... s3: fix detection and flags for using pthread via 60a3086... s3: remove unused variable via 38be40f... s3:async_smb: remove unused variable via b6839e1... libreplace: fix unused varibale warning on IRIX via

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Günther Deschner
The branch, master has been updated via 098fc8c... s4:torture: refactor querying of domain info out into test_QueryDomainInfo2_level() via 0a33b20... s4:torture: create new test_SetDomainInfo_ntstatus() via c1d157a... s4:torture: refactor setting of domain inf out into

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Lars Müller
The branch, master has been updated via 2f9eb6b... s3: Install and uninstall the static version of libwbclient from b63b9bc... s4:windc move windc plugin in its own file http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Günther Deschner
The branch, master has been updated via 7148eff... s4-smbtorture: also test smbc_getOptionUseCCache from 08fa573... s3: Enable use of ccache by default for libsmbclient http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Björn Jacke
The branch, master has been updated via 6bade10... s3: get pthread detection also on HP-UX right from dffb5ad... Implemented net fsmo command for transferring fsmo roles http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Günther Deschner
The branch, master has been updated via 1ead839... s3-selftest: try to get RPC-SPOOLSS-NOTIFY running during make test on the buildfarm. from 098fc8c... s4:torture: refactor querying of domain info out into test_QueryDomainInfo2_level()

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Lars Müller
The branch, master has been updated via 2dd301e... Add dependency of bin/smbfilter to libwbclient. from dee1b41... s4-libcli: Fixed a talloc_reference error. http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Björn Jacke
The branch, master has been updated via e87adf5... Revert libreplace: fix unused varibale warning on IRIX from 5439e1a... s3: fix detection and flags for using pthread http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Björn Jacke
The branch, master has been updated via 1f7e97a... s3: syntax fix from 2f9eb6b... s3: Install and uninstall the static version of libwbclient http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via dee1b41... s4-libcli: Fixed a talloc_reference error. from 137fd79... s4:winsrepl.idl: add random interface uuid http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Günther Deschner
The branch, master has been updated via b5d4726... s4-smbtorture: test wbcResolveWinsByName/wbcResolveWinsByIP in WINBIND-WBCLIENT testsuite. via e16e75a... s4-smbtorture: add test for wbcPingDc to WINBIND-WBCLIENT testsuite. via 5dfec4f... s4-smbtorture: split

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via d69d07c... s4-provision: Added msDS-NcType into samba4Top object class via 5cdd300... s4-provision: Fixed typos and redundant code via ce70938... s4-provision: Disable populating FDS during instance creation. from 7564445...

Build status as of Thu Jan 28 07:00:04 2010

2010-01-27 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2010-01-27 00:00:05.0 -0700 +++ /home/build/master/cache/broken_results.txt 2010-01-28 00:00:06.0 -0700 @@ -1,22 +1,21 @@ -Build status as of Wed Jan 27 07:00:05 2010 +Build status as of Thu Jan

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Andrew Tridgell
The branch, master has been updated via 28420fe... s4-drs: Reads uSNUrgent and sets Urgent Replication Bit for DS_ReplicaSync when necessary from 69fd846... Second part of fix for bug #7072 - Accounts can't be unlocked from ldap.

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Simo Sorce
The branch, master has been updated via 61a4ab3... cleanup: remove trailing spaces and tabs from 28420fe... s4-drs: Reads uSNUrgent and sets Urgent Replication Bit for DS_ReplicaSync when necessary http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-01-27 Thread Andrew Tridgell
The branch, master has been updated via 2fdff7f... s4-ldbtest: fixed python import via 882feb3... s4-drs: implementation of some delete test cases from 61a4ab3... cleanup: remove trailing spaces and tabs http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log