dyndnsServerAddr
This commit is contained in:
parent
c456cf0d52
commit
9b9a8495cc
@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user