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

authbind (9) Versions 0.1.8

Installs/Configures authbind and defines resources for managing authorization

Policyfile
Berkshelf
Knife
cookbook 'authbind', '= 0.1.8', :supermarket
cookbook 'authbind', '= 0.1.8'
knife supermarket install authbind
knife supermarket download authbind
README
Dependencies
Quality -%

Description

Build Status

Install the authbind tool to facilitate launching applications on privileged ports. Also provide several resource definitions for executing a command under authbind.

Requirements

Platform:

  • Ubuntu
  • Debian

Cookbooks:

  • cutlery

Attributes

No attributes defined

Recipes

authbind::default

Install authbind. Required for the LWRPs.

Resources

  • authbind_addr - Enable or disable authbind for a particular port on a particular interface.
  • authbind_port - Enable or disable authbind for a particular port.

authbind_addr

Enable or disable authbind for a particular port on a particular interface.

Actions

  • add: Enable authbind. Default action.
  • remove: Disable authbind.

Attribute Parameters

  • addr:
  • port:
  • user:
  • group: Defaults to <code>nil</code>.

Examples

Allow the glassfish user to bind to 10.2.3.4, port 80.

authbind_addr "AuthBind GlassFish 10.2.3.4, Port 80" do
    addr '10.2.3.4'
    port 80
    user 'glassfish'
end

authbind_port

Enable or disable authbind for a particular port.

Actions

  • add: Enable authbind for a port. Default action.
  • remove: Disable authbind for a port.

Attribute Parameters

  • port:
  • user:
  • group: Defaults to <code>nil</code>.

Examples

Allow the glassfish user to bind to port 80.

authbind_port "AuthBind GlassFish Port 80" do
    port 80
    user 'glassfish'
end

License and Maintainer

Maintainer:: Peter Donald (peter@realityforge.org)

License:: Apache 2.0

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

arcgis-enterprise Applicable Versions
glassfish Applicable Versions
graylog2 Applicable Versions
hopsworks Applicable Versions

No quality metric results found