Adding inetOrgPerson to account/posixAccount LDAP entries

Solution 1:

The objectClass account is structural, and can't be combined with inetOrgPerson, since this objectClass is also structural. To accomplish the desired effect, instead make the entries have inetOrgPerson as structural objectClass, and then add posixAccount as an auxiliary objectClass. This will produce entries with the required attributes.