Importing version 0.2.4

git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@4 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
Ben Klang
2005-12-02 04:21:08 +00:00
parent ce1c7b5782
commit 2991d167ee
8 changed files with 81 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
# schema for DNS data
# include this file into Your slapd.conf for openldap-2.0.x
# $Id: dns.schema,v 1.4 2001/02/16 09:51:23 jrief Exp $
# $Id: dns.schema,v 1.5 2001/05/08 07:00:06 jrief Exp $
attributetype ( 1.2.840.113556.1.17.1
NAME 'DNSzonename'
@@ -99,7 +99,7 @@ objectclass ( 1.2.840.113556.1.17.21
NAME 'DNSzone'
MUST ( objectclass $ cn )
MAY ( DNSdomainname $ DNSserial $ DNSrefresh $ DNSretry $ DNSexpire $ DNSminimum
$ DNSadminmailbox $ DNSzonemaster $ DNSzonetype $ DNSzoneclass $ DNSrrcount
$ DNSadminmailbox $ DNSzonemaster $ DNStype $ DNSclass $ DNSrrcount
$ DNSttl $ DNStimestamp ) )
objectclass ( 1.2.840.113556.1.17.22