From f25d2611ed14fc3a2f6bcfa6d4d7a7e23c278abd Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Tue, 28 Jul 2009 16:00:48 +0200 Subject: Add idnsUpdatePolicy to the idnsZone object class The idnsUpdatePolicy attribute was in the schema, but not in the zone object class. --- doc/schema | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/schema b/doc/schema index b9cb82a..ef18952 100644 --- a/doc/schema +++ b/doc/schema @@ -288,4 +288,5 @@ objectclass ( 2.16.840.1.113730.3.8.6.1 idnsSOAserial $ idnsSOArefresh $ idnsSOAretry $ idnsSOAexpire $ idnsSOAminimum ) + MAY idnsUpdatePolicy ) -- cgit