LFCS · Question #135
Which LDAP object class is used in a white pages implementation?
The correct answer is D. inetOrgPerson. The inetOrgPerson LDAP object class is commonly used in white pages implementations because it provides a comprehensive set of attributes for representing individuals.
Question
Options
- AfriendlyPerson
- BorganizationalRole
- CposixAccount
- DinetOrgPerson
- EwhitepageUser
How the community answered
(38 responses)- B5% (2)
- C3% (1)
- D92% (35)
Why each option
The `inetOrgPerson` LDAP object class is commonly used in white pages implementations because it provides a comprehensive set of attributes for representing individuals.
`friendlyPerson` is not a standard or commonly used LDAP object class for white pages implementations.
`organizationalRole` is used to represent a role within an organization, not a general person entry in a white pages directory.
`posixAccount` is used to represent Unix-like user accounts, primarily for system login and group membership, not for general contact information in a white pages.
The `inetOrgPerson` object class is specifically designed to represent people with attributes suitable for internet-style directories, including contact information like email, phone, and address, making it ideal for a white pages implementation.
`whitepageUser` is not a standard LDAP object class defined in common schemas.
Concept tested: LDAP object classes for user representation
Source: https://www.openldap.org/doc/admin24/schema.html
Topics
Community Discussion
No community discussion yet for this question.