1Calculated dns using ldapdns
2
3TODO: this documentation stinks
4
5
6Q: I have a tree that looks like this: cn=personname, o=myorg
7   they have a dc attribute called "heaven" and i want this to
8   be for heaven.af.mil, how do I do this?
9
10A: follow these steps
11	1. set your LDAP_SUFFIX=o=myorg
12	2. create a $ROOT/search that contains the following line:
13af.mil          dc
14
15add the following to your directory:
16
17dn: cn=Mrs. Brisby, dc=dns, o=myorg
18objectClass: person
19objectClass: dcObject
20objectClass: dnsDomain
21cn: Mrs. Brisby
22sn: Brisby
23dc: heaven
24aRecord: 192.168.1.3
25
26
27