dyndnsServerAddr #2

Merged
dominik merged 1 commits from devel into master 2021-05-13 15:02:39 +00:00

View File

@ -105,6 +105,14 @@ attributetype ( 1.3.6.1.4.1.99999.1.1.15
EQUALITY caseIgnoreIA5Match EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}) SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256})
attributetype ( 1.3.6.1.4.1.99999.1.1.16
NAME 'dyndnsServerAddr'
DESC 'IP address of dyndns Server'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
SINGLE-VALUE)
# #
# Objects: 1.3.6.1.4.1.99999.1.2 # Objects: 1.3.6.1.4.1.99999.1.2
# #
@ -121,7 +129,8 @@ objectclass ( 1.3.6.1.4.1.99999.1.2.2
DESC 'Zwackl Dynamic DNS Zone' DESC 'Zwackl Dynamic DNS Zone'
SUP top SUP top
STRUCTURAL STRUCTURAL
MUST ddnsZone ) MUST ( ddnsZone )
MAY ( dyndnsServerAddr ))
objectclass ( 1.3.6.1.4.1.99999.1.2.3 objectclass ( 1.3.6.1.4.1.99999.1.2.3
NAME 'ZwacklDDNS-01' NAME 'ZwacklDDNS-01'