svn commit: samba r24651 - in branches/SAMBA_4_0/source/setup: .

idra at samba.org idra at samba.org
Fri Aug 24 13:31:07 GMT 2007


Author: idra
Date: 2007-08-24 13:31:05 +0000 (Fri, 24 Aug 2007)
New Revision: 24651

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24651

Log:

Allow dynamic updates for the domain controller over its own name


Modified:
   branches/SAMBA_4_0/source/setup/named.conf


Changeset:
Modified: branches/SAMBA_4_0/source/setup/named.conf
===================================================================
--- branches/SAMBA_4_0/source/setup/named.conf	2007-08-24 13:21:43 UTC (rev 24650)
+++ branches/SAMBA_4_0/source/setup/named.conf	2007-08-24 13:31:05 UTC (rev 24651)
@@ -11,6 +11,11 @@
 zone "${DNSDOMAIN}." IN {
         type master;
         file "${DNSDOMAIN}.zone";
+	update-policy {
+		/* use ANY only for Domain controllers for now */
+		/* for normal machines A AAAA PTR is probbaly all is needed */
+		grant ${HOSTNAME}.${DNSDOMAIN}@${REALM} name ${HOSTNAME}.${DNSDOMAIN} ANY;
+	};
 };
 
 # Also, you need to change your init scripts to set this environment variable



More information about the samba-cvs mailing list