similar to: Samba4 and Bind with DLZ

Displaying 20 results from an estimated 20000 matches similar to: "Samba4 and Bind with DLZ"

2012 Apr 02
3
Samba4 how to get a reverse dlz zone
Hi I have s4 with bind9 working fine. I see that it sets up a forward zone without using zone files (is that the dlz bit?) Is it possible to get it to produce a reverse zone? Thanks, Steve pp lcb
2011 May 11
3
Issue with Bind
I followed the Howto http://wiki.samba.org/index.php/Samba4/HOWTO Using: -Samba4 alpha15 -Bind9.8.0 When I added an XP PC (192.168.123.244) to my domain I got this in syslog: May 11 12:04:18 samba4 named[10705]: client 192.168.123.244#1061: update 'mydomain.com/IN' denied May 11 12:04:18 samba4 named[10705]: tkey.c:486: ENSURE(result == (((1) << 16) + 28) || result == 0) failed,
2012 Oct 09
1
How can I switch from internal dns server to bind9
I provisioned using the defaults. So now I'm using the internal DNS server. Since I've been having some issues with it (see Internal dns server stops forwarding) I would like to change to bind9, but now I don't have the files samba4 creates to use with it because I started using the internal dns server. How can I switch from internal dns server to bind9??? Cheers, Felix.
2012 Jan 09
0
Samba4 and Bind with DLZ
> On Wed, 2011-12-07 at 13:13 -0500, felix at epepm.cupet.cu wrote: >> Could you, please, give me some clue on how to configure dlz in Bind to >> work with Samba4? >> I installed samba4 from git check out from a week ago, then I >> provisioned >> it but DNS is not working. Now with a more recent checkout my DNS is working. Maybe it was me. there are no documents
2012 Oct 16
2
Samba4 successful deployment
Recently I migrated to samba4 in my company. So far so good. debian 6 samba4.1.0pre1 bind9.9.1-P1 (working pretty well. it even updates the reverse zone and no problems at all with the forwarder) ntp-4.2.6p5 All services authenticating with samba4: mail (postfix + dovecot + squirrelmail), jabber (openfire), proxy (squid), even MS Sql server 2000, Net Support Manager and GFI Endpoint Security.
2012 Feb 16
2
ddns in samba4
I followed this http://linuxcostablanca.blogspot.com/2012/01/samba-4-ubuntu.html and got dynamic dns updates working in forward zone. any ideas to get it working in the reverse zone too? By the way, nice article Steve. Best regards, Felix.
2012 Aug 22
2
Samba4 successful deployment
I've just installed samba4 beta 7 with defaults and everything went OK. As I download bind9.9.1 tarball and compiled it I had to follow steve's advice: to declare we'll be using DLZ_DLOPEN_VERSION 2 in /samba-master/source4/dns_server/dlz_minimal.h /*#ifdef BIND_VERSION_9_8 #define DLZ_DLOPEN_VERSION 1 #else #define DLZ_DLOPEN_VERSION 2 #endif */ #define DLZ_DLOPEN_VERSION 2 I
2013 Mar 20
1
network neighborhood
Hello: I would like to know what is wrong in my configuration. I can't see this server in network neighborhood. samba 3.5.6 joined to my active directory domain. [global] # message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' & security = ADS netbios name = dos realm = EPEPM.CUPET.CU password server = ad.epepm.cupet.cu workgroup =
2011 Nov 07
2
Samba4 and sysvol share
> Hello Felix, > > Sorry for the very late answer, > > Well I remade a test today, in gpmc.msc (group policy management console), I have no errors from Windows about the ACLs of the folders for my policies. Thanks a lot for your answers, Matthieu and Christopher. It makes me happy to know that you guys don't forget to answer the questions of samba users. My first solution was
2012 Oct 04
5
Internal DNS stops forwarding
Hello to everyone >From one day to another my internal dns server in samba4 stopped forwarding queries. It was resolving well my domain. I had to restart samba4 then it worked fine. Cheers, Felix.
2011 Sep 27
2
Samba4 and sysvol share
Hello. I noticed that any domain user can delete the content of the shared folder sysvol in the domain controller from a windows client. How can I avoid that? Greetings, Felix
2012 Aug 17
1
About s3fs in samba4
Reading Whatsnew.txt in samba I understand that If I use s3fs, as it is set by default in the provision step, I won't be able to modify GPOs later, right? So I have a couple of questions: - What's the advantage of using s3fs over ntvfs in new installations? - If I'm planning to deploy a new Domain, probably needing to change GPOs later, should I select ntvfs??? Best regards, Felix
2011 Apr 29
2
Time sync in Samba4
Hello. How can I have my windows clients synchronized with my Samba4 domain controller without using startup scripts?? I've played with Group Policies the same way they are configured when a w2k3 server is used and I couldn't make it this way. I also tried installing ntpd. I'm using Samba4 alpha 15 in a Debian Lenny Box. Any suggestions?? Thanks in advance. Regards, Felix.
2013 Dec 06
2
restart and stop samba service
I have read in the samba http://wiki.samba.org/index.php/Samba_AD_DC_HOWTO that you can start samba just typing samba at the command promt, but what are the commands to stop and restart the service? thanks
2012 Sep 20
1
Samba4, DHCP, & BIND DLZ
Hello, I have recently compiled, installed and configured samba4 to run on a FreeBSD server. samba -V reports the version to be Version 4.1.0pre1-GIT-57990cb. The server has working BIND 9.9 and ISC-DHCP services running on it. I have provisioned samba 4 to use the BIND_DLZ DNS backend. On the whole things seem to be working. local names are being resolved. phpLDAPAdmin shows the new
2013 Feb 11
1
DNS problem
A records added manually get the answer: unknown host. No matter how they are added. I tried using MMC and samba-tool. I can see them in MMC and with samba-tool, but when I do tests again my samba server using ping or nslookup the answer is unknown host. It happens since I moved my samba container (I'm using proxmox) from a server to another. both hp proliant. I guess it has something to do
2012 Feb 15
1
samba4 provision error
git checkout dd5868d when I try to provision I get the following: Populating ForestDnsZones partition bin/tdbbackup: /home/samba-master/bin/shared/private/libtdb.so: version `SAMBA_4.0.0ALPHA18_DEVELOPERBUILD' not found (required by bin/tdbbackup) Failed to setup database for BIND, AD based DNS cannot be used Traceback (most recent call last): File "./source4/setup/provision",
2012 Oct 16
1
Is there any limitation in cn field length??
Hello: I'm using samba4.1.0pre1. I'm having some issues with users whose cn field length is shorter than 5 characters in specific with the openfire server (jabber server). It was working fine when I had a windows 2003 server as a domain controller and once I migrated to samba4, users with short cn fields get an authentication error: Not authorized. Is there any limitation on the length
2011 May 12
2
DLZ plugins for bind from samba4
Dear all, is there a good HOWTO for the DLZ plugins available? Greetings Daniel ----------------------------------------------- EDV Daniel M?ller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 T?bingen Tel.: 07071/206-463, Fax: 07071/206-499 eMail: mueller at tropenklinik.de Internet: www.tropenklinik.de -----------------------------------------------
2013 Jun 07
2
samba4+bind on centos
Hi all I've given up on the idea that I can make a script to import our <domain>-zone into samba internal dns with samba-tool as it gets really messy with subdomains. Instead I'm now trying to get samba4 to let bind handle the <domain>-zone as well als dynamic updates and such. The problem is that once I've started named and samba4 after provisioning, I try to test