mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-27 14:24:15 -04:00
git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@1 06cd67b6-e706-0410-b29e-9de616bca6e9
46 lines
806 B
Plaintext
46 lines
806 B
Plaintext
# include this file into Your slapd.conf for openldap-1.2.x
|
|
# $Id: dns.oc.conf,v 1.4 2000/12/01 14:48:25 jrief Exp $
|
|
|
|
# child of anybody
|
|
# information to setup a DNS zone
|
|
objectclass DNSzone
|
|
requires
|
|
objectclass,
|
|
cn
|
|
allows
|
|
DNSzonename,
|
|
DNSserial,
|
|
DNSrefresh,
|
|
DNSretry,
|
|
DNSexpire,
|
|
DNSminimum,
|
|
DNSadminmailbox,
|
|
DNSzonemaster,
|
|
DNStype,
|
|
DNSclass,
|
|
DNSttl,
|
|
DNStimestamp
|
|
|
|
#DNSrrcount,
|
|
|
|
# child of a DNSzone
|
|
# information to setup a resource record
|
|
objectclass DNSrrset
|
|
requires
|
|
objectclass,
|
|
cn
|
|
allows
|
|
DNSdomainname,
|
|
DNSclass,
|
|
DNStype,
|
|
DNSipaddr,
|
|
DNScname,
|
|
DNSpreference,
|
|
DNSttl,
|
|
DNStimestamp
|
|
|
|
#DNSaliasedobjectname,
|
|
#DNSrr,
|
|
#DNSmacaddress,
|
|
|