The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Module::Build::Service::slapd - Service implementation for slapd

VERSION

version 0.91

SYNOPSIS

  $self->services ([[slapd => 1]]);

DESCRIPTION

This is a service definition for slapd. By default we start the service listening on a local unix socket, with a configuration located in t/etc/slapd.conf. You can use the following arguments to the service definition to customize this.

ATTRIBUTES

command

The command line to use when invoking memcached. Defaults to:

  <bin> -f <config> -h <listen> -dfilter,stats

config

The path to the configuration file for slapd. Defaults to t/etc/slapd.conf

data

The directory in which the ldap data will be stored. Defaults to _build/mbs/data/slapd.

If you set this to something else, you are responsible for making sure the directory exists.

dump

The name of the file to dump the final database to in LDIF format. Defaults to ,,slapd.ldif

listen

If you just want memcached to listen on a different address, specify the address here, using slapd's URL-style specifier.

OTHER

See Module::Build::Service::Base and Module::Build::Service::Fork for more configurable attributes.

AUTHOR

Michael Alan Dorman <mdorman@ironicdesign.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Ironic Design, Inc..

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.