Skip to content

Instantly share code, notes, and snippets.

@specialkevin
Created February 21, 2012 17:29
Show Gist options
  • Save specialkevin/1877558 to your computer and use it in GitHub Desktop.
Save specialkevin/1877558 to your computer and use it in GitHub Desktop.
openldap role
name "openldap"
description "Basic OpenLDAP Server"
run_list(
"recipe[openldap::server]"
)
override_attributes "openldap" => { "domain" => "ldap.simcoe.com", "basedn" => "dc=ldap,dc=simcoe,dc=com", "slapd_type" => "master" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment