mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
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".
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user