Giter VIP home page Giter VIP logo

puppet-opendj's Introduction

puppet-opendj

puppet-opendj configures your ForgeRock OpenDJ servers for use with OpenAM. This assumes tha puppet has been installed using the enterprise RPM package provided by Forgerock ( https://backstage.forgerock.com/#!/downloads/OpenDJ ).

Usage

In your hieradata file...

Basic usage:

---
opendj::admin_password: my_password
opendj::base_dn: dc=example,dc=com

With more options:

---
opendj::ldap_port: 1389
opendj::ldaps_port: 1636
opendj::admin_port: 4444
opendj::repl_port: 8989
opendj::jmx_port: 1689
opendj::admin_user: cn=My User
opendj::admin_password: my_password
opendj::base_dn: dc=example,dc=com
opendj::home: /opt/opendj
opendj::user: opendj
opendj::group: opendj
opendj::tmpdir: /tmp

# For node-hostname alias in cases when the default fqdn = unwanted-node-name.example.com
opendj::host: ldap-node-alias1.example.com

# For slave
opendj::master: opendj-master-node.example.com

# Overwrite values in ${opendj::home}/config/java.properties
opendj::java_properties:
    start-ds.java-args:
        value: -server -Xms2G -Xmx2G -XX:+UseConcMarkSweepGC -XX:NewSize=512M
    import-ldif.offline.java-args:
        value: -server -Xms1024M -Xmx1024M
    ...

puppet-opendj's People

Contributors

pecigonzalo avatar bosmievoll avatar

Watchers

James Cloos avatar Adam Scarborough avatar

Forkers

cartest

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.