realmd

pdk
Realmd support for RHEL

500 downloads

255 latest version

1.3 quality score

Version information

  • 1.2.3 (latest)
  • 1.2.2
released Mar 31st 2023

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'clintwebb-realmd', '1.2.3'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add clintwebb-realmd
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install clintwebb-realmd --version 1.2.3

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

clintwebb/realmd — version 1.2.3 Mar 31st 2023

realmd

Table of Contents

  1. Description
  2. Usage - Configuration options and additional functionality
  3. Limitations - OS compatibility, etc.
  4. Development - Guide for contributing to the module

Description

Realmd support for RHEL Originally developed and maintained by Geoff Williams. This module was created to support Redhat 8 or 9 (which the current Geoff Willams one doesn't) Other than adding the RHEL8 (and RHEL9) support, this module remains the same.

Features

  • Join a single domain
  • Re-join to a different domain if realm list --name-only doesn't agree with the domain parameter
  • simple_allow_groups used for access control

Usage

See reference and examples

Limitations

  • Not supported by Puppet, Inc.
  • Supports joining a single realm only
  • Rewrites /etc/sssd/sssd.conf (template)
  • simple_allow_groups used for access control

Development

PRs accepted :)

Testing

This module supports testing using PDQTest.

Test can be executed with:

bundle install
make

See .travis.yml for a working CI example