Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

isotoma/isotoma.recipe.ldap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slapd buildout recipe

This package provides buildout_recipes for the configuration of slapd.

We use the system slapd, so this recipe will not install slapd for you. If you wish to install slapd, use zc.recipe.cmmi perhaps.

Mandatory parameters

includes

The schema and config files to load

Optional parameters

executable

The path to the slapd binary. Defaults to /usr/sbin/slapd.

pidfile

The location to store the pidfile. Defaults to ${buildout:run-directory}/PARTNAME.pid, or ${buildout:parts-directory}/PARTNAME/slapd.pid

directory

The location to store data. Defaults to ${buildout:directory}/var/PARTNAME.

user

The user to run slapd as. Defaults to openldap.

group

The group to run slapd as. Defaults to openldap.

indexes

A list of indexes to apply to the LDAP instance.

template

The full path to the configuration file template, if you want to customise further. Defaults to slapd.conf.j2 template in this package.

About

A recipe for running non-system LDAP instances

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages