Giter Club home page Giter Club logo

puppet-centrifydc's Introduction

puppet-centrifydc

Overview

This module manages the Centrify Express software installation and joining with an Active Directory domain.

Features

  • Installs Centrify DirectControl Express from Canonical's partner repository
  • Automatically joins the client to AD domain
  • Allows additional users and groups to be added to allowed logins

Requirements

The module requires the machine account be pre-created from a server or workstation with Centrify DirectControl alread installed. It is helpful to perform this task at the same time the puppet agent certificate is signed.

    adjoin -w -P -n myserver-01 mydomain.com

Usage

Basic

By default the module will attempt to use the domain of the puppet client as the target Active Directory domain.

    class { 'centrifydc': }

Using a specified Active Directory domain

Sometimes it is necessary to specify a Active Directory domain.

    class { 'centrifydc':  ad_domain => 'mydomain.com'}

Controlling users and groups

It is possible to control which users and groups can access the machine.

    class { 'centrifydc':
    ad_domain      => 'sps.cuny.edu',
    users_allowed  => ['tstark', 'ppotts']
    groups_allowed => ['domain admins', 'devops', 'avengers']
  }

Other class parameters

  • users_ignored: a list of local user accounts centrifydc should ignore
  • groups_ignored: local groups to ignore

puppet-centrifydc's People

Contributors

ninjix avatar

Stargazers

Rory Bramwell avatar Anthony Somerset avatar Samúel Jón Gunnarsson avatar Terra Field avatar Matty Stratton avatar  avatar Jeremy Reichman avatar Erik LaBianca avatar

Watchers

Anthony Somerset avatar Edvin Thor avatar James Cloos avatar Terra Field avatar Thomas Kenny avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.