nerdexam
CompTIA

LX0-104 · Question #200

What schema files are required to make LDAP compatible to NIS? (Choose TWO correct answers.)

The correct answer is B. cosine.schema C. nis.schema. To integrate OpenLDAP with Network Information Service (NIS), the cosine.schema and nis.schema files are essential, as cosine.schema provides fundamental object classes and nis.schema defines NIS-specific attributes.

Essential System Services

Question

What schema files are required to make LDAP compatible to NIS? (Choose TWO correct answers.)

Options

  • Amisc.schema
  • Bcosine.schema
  • Cnis.schema
  • Dinetorgperson.schema

How the community answered

(17 responses)
  • B
    94% (16)
  • D
    6% (1)

Why each option

To integrate OpenLDAP with Network Information Service (NIS), the `cosine.schema` and `nis.schema` files are essential, as `cosine.schema` provides fundamental object classes and `nis.schema` defines NIS-specific attributes.

Amisc.schema

The `misc.schema` provides miscellaneous object classes and attributes, but it is not specifically required for NIS compatibility.

Bcosine.schemaCorrect

The `cosine.schema` is a foundational LDAP schema that provides many common object classes and attributes, including those used by other schemas like `nis.schema` for user and group definitions that map to NIS concepts.

Cnis.schemaCorrect

The `nis.schema` specifically defines object classes and attributes (like `nisMap`, `nisObject`) necessary to store NIS-specific information (e.g., netgroups, automount maps, hosts, users, groups) within an LDAP directory, making it compatible with NIS lookups.

Dinetorgperson.schema

The `inetorgperson.schema` defines the `inetOrgPerson` object class, commonly used for representing internet users, but it is not directly required for NIS compatibility, though it can be used alongside NIS objects.

Concept tested: OpenLDAP NIS schema files

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

Topics

#OpenLDAP#NIS#Schema files#Compatibility#Directory integration

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice