mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06: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:
parent
c0b6a78040
commit
017f236d6a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user