Coder Social home page Coder Social logo

opendj-openam's Introduction

Description

Installs and configures OpenDJ 2.5.0 OpenDJ - open source LDAP directory services in Java. Forgerock OpenDJ

Where can this be used ?

When you have a needed to use LDAP server. Used along with tomcat_openam cookbook. The tomcat_openam cookbook stands up a cloud identity for development and test purposes. It can be used to evaluate the OpenAM product to explore cloud identity. At that point, you will need a compatible LDAP server, which is OpenDJ.

Requirements

Platform:

  • Debian, Ubuntu (OpenJDK)

The following Opscode cookbooks are dependencies:

  • apt
  • java

Attributes

OpenDJ Configuration

  • 'node["opendj"]["source"]' - The source file of opendj.zip, default 'https://s3-ap-southeast-1.amazonaws.com/megam/chef/opendj/opendj.zip'
  • 'node["opendj"]["cmd"]["config"]' - The command to configure OpenDJ
  • 'node["opendj"]["arg-val"]["baseDN"]' - LDAP BaseDN value, default "dc=example,dc=com"
  • 'node["opendj"]["arg-val"]["rootUserDN"]' - LDAP root userDN, default "cn=Directory Manager"
  • 'node["opendj"]["arg-val"]["rootUserPassword"]' - LDAP root user password, default "secret12"
  • 'node["opendj"]["arg-val"]["ldapPort"]' - LDAP port value, default 1389

Usage

Simply include the recipe where you want OpenDj installed. This run a single instance. An example for a opendj role:

name "opendj"
run_list "recipe[apt]", "recipe[opendj::single_instance]"

TO-DO

  • Clustered/Highly Available/Scalable OpenDJ
  • Cloud based automated consumption of cloud identity

License and Author

Author:: Kishore Kumar ([email protected]) Author:: Thomas Alrin ([email protected])

Copyright:: 2013, Megam Systems

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

opendj-openam's People

Stargazers

Angus H. avatar

Watchers

Kishorekumar Neelamegam avatar

Forkers

thomasalrin

opendj-openam's Issues

Redundant JRE package resource?

At https://github.com/indykish/opendj-openam/blob/master/recipes/single_instance.rb#L13
you do an explicit install of JRE 7, using apt dependency management.

package "openjdk-7-jre" do
        action :install
end

But you have already declared a chef dependency on Java in metadata.rb:

%w{ java }.each do |cb|
  depends cb
end

Is this not clashing? Because you suggest with chef that you have a dependency on the "java" cookbook. But Java is fulfilled by installing a .deb package - not via Chef.

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.