This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
ildus/doc/schema/ildus.schema

12 lines
364 B
Plaintext

# A schema for handling ownership of Ildus DNS records for
# storing DNS zones in LDAP
#
attributetype ( 1.3.6.1.4.1.4203.666.1.4096 NAME 'ildusOwner'
DESC 'Owner of the Ildus dNSDomain2 record'
SUP name )
objectclass ( 1.3.6.1.4.1.4203.666.3.4096 NAME 'ildusRecord'
DESC 'A dNSDomain2 record that is updatable via Ildus'
SUP top AUXILIARY
MUST ildusOwner )