[Pdns-users] Designing LDAP

Norbert Sendetzky norbert at linuxnetworks.de
Sun Feb 15 14:17:29 UTC 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sunday 15 February 2004 14:07, Sevcik Berndt wrote:
> We plan to build the following path in our LDAP tree:
> cn=dnc,ou=Daemons,dc=tgm,dc=ac,dc=at

I would suggest to replace cn=dns,ou=Daemons by ou=hosts. If you
separate all host entries by service, you have to add the host
entries multiple times into your tree for different services.
Furthermore all nodes in a ldap tree should be of type ou. cn is only
for leafs.

> Is it possible to use for each subnet a new subtree like:
> cn=10.0.4.0,cn=dns,ou=Daemons,dc=tgm,dc=ac,dc=at
> cn=10.0.8.0,cn=dns,ou=Daemons,dc=tgm,dc=ac,dc=at
>
> The problem all the different subnets (in the different subtrees)
> are in the same domain intern.tgm.ac.at.

That's not a problem, but you should insert a node between your subnet
nodes and the parent node which stores the SOA, NS and MX record for
the intern.tgm.ac.at zone, e.g.

dn: ou=hosts,...
dn: ou=intern,ou=hosts,... (SOA, NS, MX)
dn: ou=10.0.4,ou=intern,ou=hosts,...
dn: cn=host1,ou=10.0.4,ou=intern,ou=hosts,...


Norbert

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAkAvf3kACgkQxMLs5v5/7eCPTgCfbq1APkZXGxGt3Wth2yMhNHSs
U8MAnRlh9uQPAZbBj29VcEmLNeFtDJ5m
=CpFI
-----END PGP SIGNATURE-----


More information about the Pdns-users mailing list