Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

rest2ldap (8) Versions 0.1.6

Installs/Configures the OpenDJ Rest2Ldap LDAP Gateway

Policyfile
Berkshelf
Knife
cookbook 'rest2ldap', '= 0.1.6', :supermarket
cookbook 'rest2ldap', '= 0.1.6'
knife supermarket install rest2ldap
knife supermarket download rest2ldap
README
Dependencies
Changelog
Quality 100%

rest2ldap-cookbook

Installs and configures the OpenDJ Rest2Ldap Gateway in Tomcat

Supported Platforms

  • Ubuntu
    • 14.04

This is a fairly simple cookbook so it will likely work on other Ubuntu versions
as well as RHEL/CentOS platforms.

This allows you to to have a REST interface to an LDAP Directory server. Currently
tested with the following.

  • OpenDJ
  • Sun One Directory Server

Given the right configuration it should work with just about any directory server
including Active Directory.

Tunable Attributes

All tunable attributes are in the rest2ldap hierarchy.

Key Type Description Default
version String Rest2Ldap version to download 2.6.9
url String Download URL Calculated
ldap_host String LDAP Host 'ldap.example.com'
ldap_port Numeric LDAP Port 389
ldap_binddn String LDAP Bind DN 'cn=Directory Manager'
ldap_bindpw String LDAP Bind Password empty
ldap_searchbase String LDAP Search Base 'ou=people,dc=example,dc=com'
ldap_searchscope String LDAP Search Scope 'sub'
ldap_searchfilter String LDAP Search Filter '(&(objectClass=person)(uid=%s))'
mappings String List of URL mappings to create See attribute example

Important Note

The mappings look relatively complicated upon first inspection. The OpenDJ Admin
Guide has an appendix with some pretty good documentation.

http://opendj.forgerock.org/opendj-server/doc/admin-guide/#appendix-rest2ldap

Usage

rest2ldap

Installs and configures Rest2Ldap LDAP Gateway.

Configuration

Set the attributes to work in your environment.

License and Authors

Copyright:: 2014 Matt Mencel

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.

Dependent cookbooks

tomcat ~> 0.16.2

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

v0.1.5 (2014-10-28)

  • Initial working version

Foodcritic Metric
            

0.1.6 passed this metric