nerdexam
CompTIA

LX0-104 · Question #204

Which schema file is required by OpenLDAP?

The correct answer is B. core.schema. The core.schema file is the fundamental schema required by OpenLDAP, defining essential object classes and attributes that form the basis of the directory information tree.

Essential System Services

Question

Which schema file is required by OpenLDAP?

Options

  • Ainetorgperson.schema
  • Bcore.schema
  • Copenldap.schema
  • Dcosine.schema
  • Emisc.schema

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    94% (31)
  • C
    3% (1)

Why each option

The `core.schema` file is the fundamental schema required by OpenLDAP, defining essential object classes and attributes that form the basis of the directory information tree.

Ainetorgperson.schema

`inetorgperson.schema` is commonly used for representing people but is not strictly required for OpenLDAP to function; it's an extension.

Bcore.schemaCorrect

The `core.schema` file defines the most basic and essential object classes (like `top`, `organizationalUnit`) and attributes (like `cn`, `sn`, `objectClass`) that are fundamental to any LDAP directory. It is implicitly or explicitly required for a functional OpenLDAP server.

Copenldap.schema

There is no standard `openldap.schema` file that is a core requirement; the OpenLDAP project provides many standard and optional schemas.

Dcosine.schema

`cosine.schema` provides many common object classes and attributes and is often included, but `core.schema` is more fundamental.

Emisc.schema

`misc.schema` contains miscellaneous object classes and attributes and is optional, not a core requirement.

Concept tested: OpenLDAP core schema

Source: https://www.openldap.org/doc/admin24/schema.html

Topics

#OpenLDAP#LDAP schema#core.schema

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice