nerdexam
Linux_Foundation

LFCS · Question #176

What type of object class is sambaSamAccount?

The correct answer is B. auxiliary. The sambaSamAccount object class is an auxiliary type, designed to add Samba-specific attributes to existing LDAP entries without altering their primary structural definition.

Submitted by olafpl· Apr 18, 2026User and Group Management

Question

What type of object class is sambaSamAccount?

Options

  • Astructural
  • Bauxiliary
  • Cabstract
  • Dextended

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    89% (31)
  • C
    3% (1)
  • D
    3% (1)

Why each option

The `sambaSamAccount` object class is an auxiliary type, designed to add Samba-specific attributes to existing LDAP entries without altering their primary structural definition.

Astructural

Structural object classes define the core characteristics of an entry and determine its presence in the DIT; sambaSamAccount is not a base structural class but rather an extension.

BauxiliaryCorrect

The sambaSamAccount is an auxiliary object class, meaning it can be added to an existing entry (e.g., a user account) to extend its attributes with Samba-specific properties without defining a new structural object class.

Cabstract

Abstract object classes cannot be instantiated directly and serve as templates for other object classes; sambaSamAccount is concrete and can be directly used.

Dextended

Extended is not a standard type of LDAP object class; the primary types are structural, auxiliary, and abstract.

Concept tested: LDAP object class types

Source: http://www.openldap.org/doc/admin/schema-concepts.html

Topics

#LDAP#Samba#Object Classes#Directory Services

Community Discussion

No community discussion yet for this question.

Full LFCS Practice