nerdexam
CompTIA

LX0-104 · Question #188

Which one of the following pieces of information is not present in the slurpd replication log file?

The correct answer is D. A timestamp of when the change has taken place on the slave.. The slurpd replication log primarily records details about modifications on the master server and their transmission, but it does not typically contain timestamps indicating when changes were applied on the slave server.

Essential System Services

Question

Which one of the following pieces of information is not present in the slurpd replication log file?

Options

  • AA timestamp of when the modification took place.
  • BThe address of the remote LDAP slave server.
  • CThe name of the user who initiated the modification.
  • DA timestamp of when the change has taken place on the slave.

How the community answered

(20 responses)
  • B
    5% (1)
  • C
    5% (1)
  • D
    90% (18)

Why each option

The `slurpd` replication log primarily records details about modifications on the master server and their transmission, but it does not typically contain timestamps indicating when changes were applied on the *slave* server.

AA timestamp of when the modification took place.

The slurpd log certainly records when a modification occurred on the master, which is essential for replication.

BThe address of the remote LDAP slave server.

The slurpd log needs to know and often logs which remote slave servers it is replicating to, including their addresses, to manage the replication process.

CThe name of the user who initiated the modification.

While not always a specific field in every log entry, the modification itself, which is logged, often includes information about the user (DN) who performed the operation, or the operation itself implies the initiator from the master's perspective.

DA timestamp of when the change has taken place on the slave.Correct

The slurpd log (for OpenLDAP 2.x replication) primarily tracks changes on the master server and their transmission to the slave. It logs when a modification took place on the master and its status for replication, but it does not contain a timestamp of when the change was successfully applied on the slave server, as that information resides in the slave's own logs.

Concept tested: OpenLDAP slurpd replication log contents

Topics

#OpenLDAP#Replication#Logging#slurpd

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice