LDAP-UX Client Services B.05.01 Administrator Guide for HP directory servers and Windows ADS

2.3.2.2 Information model
Within the various subtrees defined in the LDAP-UX domain, various types of objects can be
managed, including users, groups, and hosts. Management of these objects is based primarily on
existing standards (defined by RFCs 2307, 2798, and 4519) and extended schema defined for
LDAP-UX. Most manageable information registered for users, groups, and hosts is defined in the
RFCs. LDAP-UX includes two additional schemas named ssh_schema and ldapux50.
For information about the manageable objects and how they are defined in the LDAP-UX
configuration profile, see Section 2.3.2.2.1 (page 34). Information about the schema used by
LDAP-UX is included in Section 2.3.2.2.2 (page 36).
2.3.2.2.1 Managed objects and how they are defined
For the configuration objects, the LDAP-UX configuration profile created by the guided installation
uses the schema defined by RFC 4876. For service objects, the directory server and CA server
entries are described by the ldapux50 schema and RFC 4523.
The following examples display entries created for hosts, users, and groups, displayed in LDIF
format.
Example 1 Sample host entry
dn: cn=brewer,ou=Hosts,dc=mydomain,dc=example,dc=com
objectClass: top
objectClass: device
objectClass: ldapPublicKey
objectClass: iphost
objectClass: domainEntity
sshPublicKey: ssh-rsa AAAAB3Nza...
sshPublicKey: ssh-dss AAAAB3Nza...
sshPublicKey: 1024 35 140898...
owner: uid=domadmin,ou=people,dc=mydomain,dc=example,dc=com
ipHostNumber: 16.92.96.116
cn: hptem079
Example 2 Sample user entry
dn: uid=domadmin,ou=People,dc=mydomain,dc=example,dc=com
uid: domadmin
givenName: Domain
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetorgperson
objectClass: posixaccount
sn: Administrator
cn: Domain Administrator
homeDirectory: /home/domadmin
loginShell: /usr/bin/sh
uidNumber: 1095
gidNumber: 1187
Example 3 Sample group entry
dn: cn=HostAdmins,ou=Groups,dc=mydomain,dc=example,dc=com
description: Administrators that are allowed to manage host attributes
objectClass: top
objectClass: groupofuniquenames
objectClass: posixgroup
34 Installing and configuring LDAP-UX Client Services for an HP server environment