Blame contrib/dlz/modules/ldap/testing/example.ldif

Packit Service ae04f2
# server suffix - o=bind-dlz
Packit Service ae04f2
Packit Service ae04f2
dn: o=bind-dlz
Packit Service ae04f2
objectclass: organization
Packit Service ae04f2
o: bind-dlz
Packit Service ae04f2
Packit Service ae04f2
dn: ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: organizationalUnit
Packit Service ae04f2
ou: dns
Packit Service ae04f2
Packit Service ae04f2
dn: dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzZone
Packit Service ae04f2
dlzZoneName: example.com
Packit Service ae04f2
Packit Service ae04f2
dn: dlzHostName=@,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzHost
Packit Service ae04f2
dlzHostName: @
Packit Service ae04f2
Packit Service ae04f2
dn: dlzHostName=www,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzHost
Packit Service ae04f2
dlzHostName: www
Packit Service ae04f2
Packit Service ae04f2
dn: dlzHostName=mail,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzHost
Packit Service ae04f2
dlzHostName: mail
Packit Service ae04f2
Packit Service ae04f2
dn: dlzHostName=backup,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzHost
Packit Service ae04f2
dlzHostName: backup
Packit Service ae04f2
Packit Service ae04f2
dn: dlzHostName=ns1,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzHost
Packit Service ae04f2
dlzHostName: ns1
Packit Service ae04f2
Packit Service ae04f2
dn: dlzHostName=ns2,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzHost
Packit Service ae04f2
dlzHostName: ns2
Packit Service ae04f2
Packit Service ae04f2
dn: dlzHostName=~,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzHost
Packit Service ae04f2
dlzHostName: ~
Packit Service ae04f2
Packit Service ae04f2
dn: dlzHostName=cname,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzHost
Packit Service ae04f2
dlzHostName: cname
Packit Service ae04f2
Packit Service ae04f2
dn: dlzHostName=dname,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzHost
Packit Service ae04f2
dlzHostName: dname
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=1,dlzHostName=@,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzGenericRecord
Packit Service ae04f2
dlzRecordID: 1
Packit Service ae04f2
dlzHostName: @
Packit Service ae04f2
dlzType: txt
Packit Service ae04f2
dlzData: "this is a text record"
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=2,dlzHostName=www,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzARecord
Packit Service ae04f2
dlzRecordID: 2
Packit Service ae04f2
dlzHostName: www
Packit Service ae04f2
dlzType: a
Packit Service ae04f2
dlzIPAddr: 192.168.0.1
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=3,dlzHostName=mail,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzARecord
Packit Service ae04f2
dlzRecordID: 3
Packit Service ae04f2
dlzHostName: mail
Packit Service ae04f2
dlzType: a
Packit Service ae04f2
dlzIPAddr: 192.168.0.2
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=4,dlzHostName=backup,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzARecord
Packit Service ae04f2
dlzRecordID: 4
Packit Service ae04f2
dlzHostName: backup
Packit Service ae04f2
dlzType: a
Packit Service ae04f2
dlzIPAddr: 192.168.0.3
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=5,dlzHostName=@,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzMXRecord
Packit Service ae04f2
dlzRecordID: 5
Packit Service ae04f2
dlzHostName: @
Packit Service ae04f2
dlzType: mx
Packit Service ae04f2
dlzData: mail
Packit Service ae04f2
dlzPreference: 20
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=6,dlzHostName=@,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzMXRecord
Packit Service ae04f2
dlzRecordID: 6
Packit Service ae04f2
dlzHostName: @
Packit Service ae04f2
dlzType: mx
Packit Service ae04f2
dlzData: backup
Packit Service ae04f2
dlzPreference: 40
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=7,dlzHostName=www,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzMXRecord
Packit Service ae04f2
dlzRecordID: 7
Packit Service ae04f2
dlzHostName: www
Packit Service ae04f2
dlzType: mx
Packit Service ae04f2
dlzData: backup
Packit Service ae04f2
dlzPreference: 40
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=8,dlzHostName=www,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzMXRecord
Packit Service ae04f2
dlzRecordID: 8
Packit Service ae04f2
dlzHostName: www
Packit Service ae04f2
dlzType: mx
Packit Service ae04f2
dlzData: mail
Packit Service ae04f2
dlzPreference: 20
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=9,dlzHostName=ns1,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzARecord
Packit Service ae04f2
dlzRecordID: 9
Packit Service ae04f2
dlzHostName: ns1
Packit Service ae04f2
dlzType: a
Packit Service ae04f2
dlzIPAddr: 192.168.0.4
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=10,dlzHostName=ns2,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzARecord
Packit Service ae04f2
dlzRecordID: 10
Packit Service ae04f2
dlzHostName: ns2
Packit Service ae04f2
dlzType: a
Packit Service ae04f2
dlzIPAddr: 192.168.0.5
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=11,dlzHostName=@,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzSOARecord
Packit Service ae04f2
dlzRecordID: 11
Packit Service ae04f2
dlzHostName: @
Packit Service ae04f2
dlzType: soa
Packit Service ae04f2
dlzSerial: 2
Packit Service ae04f2
dlzRefresh: 2800
Packit Service ae04f2
dlzRetry: 7200
Packit Service ae04f2
dlzExpire: 604800
Packit Service ae04f2
dlzMinimum: 86400
Packit Service ae04f2
dlzAdminEmail: root.example.com.
Packit Service ae04f2
dlzPrimaryns: ns1.example.com.
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=12,dlzHostName=@,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzNSRecord
Packit Service ae04f2
dlzRecordID: 12
Packit Service ae04f2
dlzHostName: @
Packit Service ae04f2
dlzType: ns
Packit Service ae04f2
dlzData: ns1.example.com.
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=13,dlzHostName=@,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzNSRecord
Packit Service ae04f2
dlzRecordID: 13
Packit Service ae04f2
dlzHostName: @
Packit Service ae04f2
dlzType: ns
Packit Service ae04f2
dlzData: ns2
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=14,dlzHostName=~,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzARecord
Packit Service ae04f2
dlzRecordID: 14
Packit Service ae04f2
dlzHostName: ~
Packit Service ae04f2
dlzType: a
Packit Service ae04f2
dlzIPAddr: 192.168.0.250
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=15,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzXFR
Packit Service ae04f2
dlzRecordID: 15
Packit Service ae04f2
dlzIPAddr: 127.0.0.1
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=16,dlzHostName=cname,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzCNameRecord
Packit Service ae04f2
dlzRecordID: 16
Packit Service ae04f2
dlzHostName: cname
Packit Service ae04f2
dlzType: cname
Packit Service ae04f2
dlzData: www
Packit Service ae04f2
dlzTTL: 10
Packit Service ae04f2
Packit Service ae04f2
dn: dlzRecordID=17,dlzHostName=dname,dlzZoneName=example.com,ou=dns,o=bind-dlz
Packit Service ae04f2
objectclass: dlzDNameRecord
Packit Service ae04f2
dlzRecordID: 17
Packit Service ae04f2
dlzHostName: dname
Packit Service ae04f2
dlzType: dname
Packit Service ae04f2
dlzData: example.net.
Packit Service ae04f2
dlzTTL: 10