Re: [Samba] Additional Zones with Samba4 DNS

2012-11-15 Thread Michael Hildenbrand
Hi, config file smb.conf is quite unimportant for DNS. Do you use internal Samba DNS, not bind, and did you check your DNS ? Is your user who uses the DNS tool from MS in the domain and in the domain logged on? Without a logged on Domain User with Admin Rights your are not able to connect t

Re: [Samba] Linux/Winbind AD domain member loses membership after about 4 days

2012-11-15 Thread Kristofer
I believe there is an issue with winbind. I saw the same thing, and scheduled a winbind restart every 6 hours (probably don't need to do it that often, but I wanted to be safer than sorry). On Nov 13, 2012, at 4:19 PM, Andrew Galdes wrote: > Hi all, > > I have a Linux server running Samba (sa

[Samba] Samba 4 logging

2012-11-15 Thread Kristofer
Does Samba 4 provide any logging as far as who authenticated from where, similar to how Windows AD servers log it to the security event log? Kris -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] Samba domain member losing membership

2012-11-15 Thread Andrew Galdes
Hello all, I've recently posted here for help with a Samba domain member system which seems to lose it's domain membership. I want to discuss it a little more. I have more information. I'm after comments and suggestions for troubleshooting. Also, i say "loses membership" but i don't really know if

[Samba] help

2012-11-15 Thread Hanganu Sergiu
hello i m not speaking very well english i m trying to configure samba .i m using debian as O.S. my problem is : i want to configure a local domain as PDC this is a part of a little example /|workgroup = MIDEARTH|/ /|domain logons = Yes|/ /|domain master = Yes|/ /|security = User |/ /|workgr

Re: [Samba] Is it possible to change the root/Administrator user to another username?

2012-11-15 Thread Günter Kukkukk
Am Freitag, 16. November 2012, 03:00:11 schrieb Andrew Bartlett: > On Thu, 2012-11-15 at 08:44 -0500, Paul Griffith wrote: > > Hi Andrew, > > > > The 'username map' option isn't exactly what I am looking for. That > > doesn't solve my issue. We have a home grown backend with a custom Samba > > plu

Re: [Samba] Is it possible to change the root/Administrator user to another username?

2012-11-15 Thread Andrew Bartlett
On Thu, 2012-11-15 at 08:44 -0500, Paul Griffith wrote: > Hi Andrew, > > The 'username map' option isn't exactly what I am looking for. That > doesn't solve my issue. We have a home grown backend with a custom Samba > plugin. The original writer has moved on and I am faced with solving a > issu

Re: [Samba] dns-backend BIND9_FLATFILE

2012-11-15 Thread Andrew Bartlett
On Thu, 2012-11-15 at 14:38 +, Bruno Fernandes wrote: > Hi, > > > > I'm still running samba4 beta5 with dns-backend=BIND9_FLATFILE > > > > I want to upgrade to samba4 rc5. Can I still use BIND9_FLATFILE ? Yes. Andrew Bartlett -- Andrew Bartletthttp:/

[Samba] guest permission bug?

2012-11-15 Thread tom
Suppose there is a directory called /mnt/foo which is set up as a 'guest ok' share. The owner/group is joe/users. The permissions are set to 0770. User joe has a valid local account and can access the share correctly. Another user with an unknown local account attempts to connect. This 'bad use

Re: [Samba] Lost group mappings going from Samba 3.5 to Samba 3.6

2012-11-15 Thread G.W. Haywood
Hi there, On Thu, 15 Nov 2012, Robert M. Martel wrote: I recently upgraded an AD member server from Samba 3.5.15 to Samba 3.6.9 and found that I had lost all the existing local group mappings. I wonder if this is a symptom of the same issue? https://bugzilla.samba.org/show_bug.cgi?id=8881 -

Re: [Samba] Lost group mappings going from Samba 3.5 to Samba 3.6

2012-11-15 Thread Linda W
Robert M. Martel - CSU wrote: Greetings, I recently upgraded an AD member server from Samba 3.5.15 to Samba 3.6.9 and found that I had lost all the existing local group mappings. I had same problem. Never got an answer. Went back to 3.5 series for the time, later, when I was ready, did t

[Samba] Lost group mappings going from Samba 3.5 to Samba 3.6

2012-11-15 Thread Robert M. Martel - CSU
Greetings, I recently upgraded an AD member server from Samba 3.5.15 to Samba 3.6.9 and found that I had lost all the existing local group mappings. I see that the group mapping file has gone from group_mapping.ldb to group_mapping.tdb. Was there a conversion/upgrade procedure I should have

[Samba] dns-backend BIND9_FLATFILE

2012-11-15 Thread Bruno Fernandes
Hi, I'm still running samba4 beta5 with dns-backend=BIND9_FLATFILE I want to upgrade to samba4 rc5. Can I still use BIND9_FLATFILE ? Best regards, Bruno Fernandes -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailma

Re: [Samba] Is it possible to change the root/Administrator user to another username?

2012-11-15 Thread Paul Griffith
Hi Andrew, The 'username map' option isn't exactly what I am looking for. That doesn't solve my issue. We have a home grown backend with a custom Samba plugin. The original writer has moved on and I am faced with solving a issue that might be solved if I could replace Samba query for the root

Re: [Samba] Additional Zones with Samba4 DNS

2012-11-15 Thread Michael Hildenbrand
Hi, we now used MS DNS Tool to add the zones. And recognized that we had to restart samba to get the new zones working. Similar problem with samba tool. Adding the zones via samba-tool works also. Now we just have to make a test migration from 3 to 4 on our virtual system. Thanks for your hel