svn commit: samba r22076 - in branches/SAMBA_4_0/source/script/tests: .

abartlet at samba.org abartlet at samba.org
Wed Apr 4 12:40:21 GMT 2007


Author: abartlet
Date: 2007-04-04 12:40:19 +0000 (Wed, 04 Apr 2007)
New Revision: 22076

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

Log:
Fill in short and long domain names into the generated krb5.conf

Modified:
   branches/SAMBA_4_0/source/script/tests/mktestdc.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/mktestdc.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/mktestdc.sh	2007-04-04 12:39:44 UTC (rev 22075)
+++ branches/SAMBA_4_0/source/script/tests/mktestdc.sh	2007-04-04 12:40:19 UTC (rev 22076)
@@ -217,11 +217,16 @@
  forwardable = yes
 
 [realms]
- SAMBA.EXAMPLE.COM = {
+ $REALM = {
   kdc = 127.0.0.1:88
   admin_server = 127.0.0.1:88
   default_domain = $DNSNAME
  }
+ $DOMAIN = {
+  kdc = 127.0.0.1:88
+  admin_server = 127.0.0.1:88
+  default_domain = $DNSNAME
+ }
 
 [appdefaults]
 	pkinit_anchors = FILE:$CAFILE



More information about the samba-cvs mailing list