<HTML>
<HEAD>
<TITLE>Ou=Hosts usage</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Dear All,<BR>
<BR>
Has anyone implemented ou=Hosts in their ldap infrastructure? I am planning to implement this for inventory tracking. Here is a sample attributes I am planning to add to it.<BR>
<BR>
dn: cn=ldap.example.com,ou=Host,dc=example,dc=com<BR>
hostName: ldap.example.com<BR>
hostClass: UtilityServers<BR>
hostStatus: live<BR>
hostPriority: High<BR>
hostSerial: KH9890HLXC<BR>
macAddress: 00:09:89:67:L7:8S<BR>
ipAddress: 192.168.10.28<BR>
IpAddress: 192.168.10.29<BR>
ipSubnet: 255.255.0.0<BR>
description: Corporate LDAP server<BR>
team: unixAdminTeam<BR>
contactPerson: Prashanth<BR>
<BR>
<B>What I am trying to do:</B> I want to keep this DB up-to-date and show these items on INTRANET page. <BR>
<BR>
I am looking for other use case scenarios for implementing this. Anyone has any suggestions/opinions for this?<BR>
<BR>
Related Info about OU=Hosts<BR>
I read in LDAP System Administration book(by Gerald Carter) about being able to resolve hosts using LDAP i.e refer LDAP as backend DB for DNS(bind 9 only).  He talks about ‘Zone2ldap’ to convert the DNS zone file to a format like this RelativeDomainName=<hostname>,dc=example,dc=com<BR>
</SPAN></FONT>
</BODY>
</HTML>