summaryrefslogtreecommitdiffstats
path: root/install/share/dns.ldif
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-07-14 22:47:10 +0200
committerMartin Nagy <mnagy@redhat.com>2009-07-15 07:34:28 +0200
commit017f236d6ac5ee434ce716a8187bc610f88943b8 (patch)
tree1bbb4bbe3ada4b3c154a4b24306e70d2c0aa5d62 /install/share/dns.ldif
parentc0b6a780409b5dc1c4c30d6bed2ec70ada951d4c (diff)
downloadfreeipa-017f236d6ac5ee434ce716a8187bc610f88943b8.tar.gz
freeipa-017f236d6ac5ee434ce716a8187bc610f88943b8.tar.xz
freeipa-017f236d6ac5ee434ce716a8187bc610f88943b8.zip
Use uppercase boolean values in dns.ldif
The newest 389 server implements syntax checking and causes problems if the boolean attribute is set to "True". The correct value should be "TRUE".
Diffstat (limited to 'install/share/dns.ldif')
-rw-r--r--install/share/dns.ldif4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/share/dns.ldif b/install/share/dns.ldif
index 85cf30853..6c3a8b1c6 100644
--- a/install/share/dns.ldif
+++ b/install/share/dns.ldif
@@ -11,8 +11,8 @@ objectClass: top
objectClass: idnsZone
objectClass: idnsRecord
idnsName: $DOMAIN
-idnsZoneActive: True
-idnsAllowDynUpdate: True
+idnsZoneActive: TRUE
+idnsAllowDynUpdate: TRUE
idnsUpdatePolicy: grant $REALM krb5-self * A;
idnsSOAmName: $HOST.$DOMAIN.
idnsSOArName: root.$HOST.$DOMAIN.