Re: [Samba] Auditing/logging with latest Samba release

2009-08-21 Thread Volker Lendecke
On Fri, Aug 21, 2009 at 10:35:44AM +1000, Adam Nielsen wrote: I just upgraded from Samba 3.0 to 3.2 and found that the old smbd_audit module no longer works. This module logs all file accesses (especially deletes and renames) into a MySQL database (with a web frontend) and is extremely useful

[Samba] Problem starting nmb using Samba 3.4.0

2009-08-21 Thread Edgardo Ghibaudo
Hi, I just compiled samba 3.4.0 on UBUNTU Server 8.04 using the following directives: ./configure --prefix=/usr/local/samba340 --disable-debug --disable-developer --enable-swat --enable-shared --with-logfilebase=/usr/local/samba340/var/logs --with-ldap --with-ads

Re: [Samba] Auditing/logging with latest Samba release

2009-08-21 Thread Adam Nielsen
I just upgraded from Samba 3.0 to 3.2 and found that the old smbd_audit module no longer works. This module logs all file accesses (especially deletes and renames) into a MySQL database (with a web frontend) and is extremely useful for us as sometimes our users accidentally move things

Re: [Samba] Problem starting nmb using Samba 3.4.0

2009-08-21 Thread Adam Nielsen
The compilation is OK. When I starting nmb process I obtain the following error message: /usr/local/samba340/sbin/nmbd: symbol lookup error: /usr/local/samba340/sbin/nmbd: undefined symbol: _talloc_get_type_abort I would hazard a guess and say that because of your unique prefix

Re: [Samba] Auditing/logging with latest Samba release

2009-08-21 Thread Volker Lendecke
On Fri, Aug 21, 2009 at 05:01:40PM +1000, Adam Nielsen wrote: It's a third party module: http://smbdaudit.sourceforge.net/ Very useful though, if there's nothing in existence already it'd be nice to get it updated to work with the latest Samba release. Ok, looked at that code. It's a bit

Re: [Samba] Auditing/logging with latest Samba release

2009-08-21 Thread Adam Nielsen
Ok, looked at that code. It's a bit unorthodox, it copies the full_audit module and adds do_log code into .h files. As such, it does not really match Samba coding style. Having said that, you might want to contact the author of that module to update it to latest Samba. Alternatively, you

[Samba] Antwort: Re: central PDC + remote BDCs: LDAP strategy, my lack of comprehension

2009-08-21 Thread sven . ehret
Thanks Michael, this did advance my progress. With “domain master = no”, “password server” set to the central server and “passdb backend” pointing to the local LDAP replica, my XP client now contacts the central SAMBA server when joining the domain. But now it is always logging on to the

Re: [Samba] Antwort: Re: central PDC + remote BDCs: LDAP strategy, my lack of comprehension

2009-08-21 Thread Michal Dobroczynski
Hello Sven, How about using multiple password servers? A copy-paste from man: Example: password server = NT-PDC, NT-BDC1, NT-BDC2, * This way you could have two password servers in two locations. If one fails the other will take over (it sounds easy, but make sure you read it carefully in the

Re: [Samba] Auditing/logging with latest Samba release

2009-08-21 Thread Volker Lendecke
On Fri, Aug 21, 2009 at 05:35:40PM +1000, Adam Nielsen wrote: Ah ok, interesting, thanks for checking it out. Yes I have the full_audit module set up but it's a lot of text to grep through compared to a nice point and click web interface :-) Perhaps, if the author is not interested in

Re: [Samba] Antwort: Re: central PDC + remote BDCs: LDAP strategy, my lack of comprehension

2009-08-21 Thread Michael Heydon
sven.eh...@comdok.de wrote: Thanks Michael, this did advance my progress. With “domain master = no”, “password server” set to the central server and “passdb backend” pointing to the local LDAP replica, my XP client now contacts the central SAMBA server when joining the domain. But now it is

Re: [Samba] netlogon.bat issues

2009-08-21 Thread Avinash Rao
Hi Guys, I have similar problem. I am following the instructions in http://www.samba.org/samba/docs/man/...#magicnetlogon to add domain users to the winxp clients Power Users group. Code: autopoweruser.sh #!/bin/bash /usr/bin/net rpc group addmem Power Users DOMAIN_NAME\$1 \

[Samba] Little trouble with samba authentication in domain windows AD

2009-08-21 Thread ARPAV\atomelleri in locale
Hi, I'm not sure if this issue is due to a samba behaviour, but I try to post this question... I've joined my (virtualbox) ubuntu in my AD windows domain, following Ubuntu instruction . So it seem almost everithing is ok, my login authentication seem doing fine, I perform it with

[Samba] Samba and Windows Server 2003 Native Functional Level

2009-08-21 Thread William O'Leary
Anyone? :) I have a mix of Solaris 9 and 10 machines running versions of samba from 2.2.12 to 3.0.24. I would like to know if I upgrade all of my Domain Controllers to 2003, and change the functional level to 2003 Native, what version of Samba at a minimum would I need to be running so that

Re: [Samba] Samba and Windows Server 2003 Native Functional Level

2009-08-21 Thread Volker Lendecke
On Fri, Aug 21, 2009 at 08:46:24AM -0400, William O'Leary wrote: Anyone? :) I have a mix of Solaris 9 and 10 machines running versions of samba from 2.2.12 to 3.0.24. I would like to know if I upgrade all of my Domain Controllers to 2003, and change the functional level to 2003 Native,

Re: [Samba] Auditing/logging with latest Samba release

2009-08-21 Thread Charles Marcus
On 8/21/2009 3:35 AM, Adam Nielsen wrote: Perhaps, if the author is not interested in updating it, I could just add a MySQL option to the full_audit module if it's recording the same data. Might be worth doing that just to get it into the main Samba distribution, because I'm sure there are

Re: [Samba] samba 3.4 performance tuning

2009-08-21 Thread Eero Volotinen
Adam Tauno Williams kirjoitti: On Thu, 2009-08-20 at 23:44 +0300, Eero Volotinen wrote: Adam Tauno Williams kirjoitti: On Thu, 2009-08-20 at 23:06 +0300, Eero Volotinen wrote: Any hints for samba performance tuning parameters in smb.conf? current parameters: First connection (drive map) from

[Samba] Samba 3.2.4, Win 2008 AD require domain name for auth.

2009-08-21 Thread Russ Ward
I'm hoping someone has seen this before and knows how to resolve it. I am using samba 3.2.4 with a Windows 2008 AD. Samba is configured with security = ADS and works correctly from computers logged into the domain, but does not allow users that are not in the domain to login by specifying their

Re: [Samba] Samba 3.2.4, Win 2008 AD require domain name for auth.

2009-08-21 Thread Wolfgang Riedmann
Hi Russ, I'm hoping someone has seen this before and knows how to resolve it. I had the same problems, but haven't found any solution. As workaround I have modified my login scripts (with kixtart) to include the domain in the username. Unfortunately this issue is present since version 3.2.x,

[Samba] winbind error..or else

2009-08-21 Thread Gabriel Petrescu
HI, After a quite long period wehere samba was wroking well, sudenly, with an apparently good reason started do not work. This mean the user are not able to connect to server, to samba shares. this is something i could find in logs. I google it for something like: [2009/08/21 13:59:16, 0]

[Samba] Samba 3.3.2, in win2k only root can join domain

2009-08-21 Thread Maximo Monsalvo
Hi i have a fresh install of samba server and ldap in ubunut 9.04 it work grant that privilges r...@serverbb:~# net rpc rights list accounts -U root%--- BUILTIN\Print Operators No privileges assigned

[Samba] Compiling on RHEL 5.3 possible? --libtalloc does not exist

2009-08-21 Thread Hornbaker, RW
I've tried Samba 3.2.14, 3.3.7, and 3.4 (source3). In each instance, smbd was missing libtalloc.so.1 libtdb.so.1 libwbclient.so.0 as reported by ldd. It didn't work to well either :-) I've not been able to find RHEL 5 libtalloc package. I tried installing some from fedora core(6 and 11),

Re: [Samba] Compiling on RHEL 5.3 possible? --libtalloc does not exist

2009-08-21 Thread John Drescher
On Fri, Aug 21, 2009 at 5:16 PM, Hornbaker, RWrw.hornba...@serco-na.com wrote: I've tried Samba 3.2.14, 3.3.7, and 3.4 (source3). In each instance, smbd was missing  libtalloc.so.1  libtdb.so.1  libwbclient.so.0 as reported by ldd.  It didn't work to well either :-) I've not been able to

[Samba] smbd error: Matchname failed on (machine name)

2009-08-21 Thread David C. Rankin
Listmates, Samba has been trouble free for some time, but I have a very strange error related to one machine on my network that is filling my logs with smb errors. The box in question ripper is a normal WinXP box that is dual-boot with SuSE 10.3. The errors are received every 30

Build status as of Fri Aug 21 06:00:02 2009

2009-08-21 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2009-08-20 00:00:07.0 -0600 +++ /home/build/master/cache/broken_results.txt 2009-08-21 00:00:15.0 -0600 @@ -1,4 +1,4 @@ -Build status as of Thu Aug 20 06:00:05 2009 +Build status as of Fri Aug

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1105-gc49145b

2009-08-21 Thread Andrew Bartlett
The branch, master has been updated via c49145b1ab18bd859ce925b08e9698d9218f6de8 (commit) via 29ef1b2325ac5b80a52abfbd30346636695f4247 (commit) from 9b261a1211de2bfef22af64d4717b44c5ed2bfb8 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1106-ge71ce2f

2009-08-21 Thread Andrew Bartlett
The branch, master has been updated via e71ce2f9e3c6ae404d9ca8ec4e9a8b689d9dddb4 (commit) from c49145b1ab18bd859ce925b08e9698d9218f6de8 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1223-ged122f5

2009-08-21 Thread Karolin Seeger
The branch, v3-4-test has been updated via ed122f5e9d1e1287eb13efc99e4129492d34abbc (commit) from bf7d1758a77a462d9b30cc2549a960736884ee32 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test - Log -

[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1224-gef89107

2009-08-21 Thread Karolin Seeger
The branch, v3-4-test has been updated via ef891070288cd13aff7c730de7c1baf54dddb90f (commit) from ed122f5e9d1e1287eb13efc99e4129492d34abbc (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test - Log -

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1107-gd20061a

2009-08-21 Thread Volker Lendecke
The branch, master has been updated via d20061abe379253f4b471dc89ddcbc1af32842bd (commit) from e71ce2f9e3c6ae404d9ca8ec4e9a8b689d9dddb4 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

svn commit: samba-web r1319 - in trunk/vendors: .

2009-08-21 Thread deryck
Author: deryck Date: 2009-08-21 07:38:24 -0600 (Fri, 21 Aug 2009) New Revision: 1319 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-webrev=1319 Log: Remove likewise from vendors page. Removed: trunk/vendors/likewise.html trunk/vendors/likewiselogo.jpg Modified:

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1108-g9d824dc

2009-08-21 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via 9d824dc115c7096ea555b135d58091e8620495d9 (commit) from d20061abe379253f4b471dc89ddcbc1af32842bd (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1109-g6afb02c

2009-08-21 Thread Jeremy Allison
The branch, master has been updated via 6afb02cb53f47e0fd7e7df3935b067e7e1f8a9de (commit) from 9d824dc115c7096ea555b135d58091e8620495d9 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1110-gba52f18

2009-08-21 Thread Jeremy Allison
The branch, master has been updated via ba52f18bfecfd7b0ba22c4ad9e9b5bfd18f34c93 (commit) from 6afb02cb53f47e0fd7e7df3935b067e7e1f8a9de (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1111-gf9c0f88

2009-08-21 Thread Jeremy Allison
The branch, master has been updated via f9c0f889624681c9244140c263b4ed072980dbcc (commit) from ba52f18bfecfd7b0ba22c4ad9e9b5bfd18f34c93 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1112-g497234c

2009-08-21 Thread Andrew Bartlett
The branch, master has been updated via 497234c1cbded9855b817114a6517c58daa25805 (commit) from f9c0f889624681c9244140c263b4ed072980dbcc (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1113-g47c7063

2009-08-21 Thread Jeremy Allison
The branch, master has been updated via 47c7063dc62dc06d0cdd50e1946c088f8bf1ee1d (commit) from 497234c1cbded9855b817114a6517c58daa25805 (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1114-g1af0aa9

2009-08-21 Thread Jeremy Allison
The branch, master has been updated via 1af0aa92b3f3467715f6ffbfedf66df1acc0a83c (commit) from 47c7063dc62dc06d0cdd50e1946c088f8bf1ee1d (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1115-g1fb916b

2009-08-21 Thread Jeremy Allison
The branch, master has been updated via 1fb916babdbfe5eb780d1388b38dc5cc05463819 (commit) from 1af0aa92b3f3467715f6ffbfedf66df1acc0a83c (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit