.TH SLAPD-SHELL 5 "30 April 2002" "OpenLDAP LDVERSION" .\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" $OpenLDAP$ .SH NAME slapd-shell \- Shell backend to slapd .SH SYNOPSIS ETCDIR/slapd.conf .SH DESCRIPTION The Shell backend to .BR slapd (8) executes external programs to implement operations, and is designed to make it easy to tie an existing database to the .B slapd front-end. .SH CONFIGURATION These .B slapd.conf options apply to the SHELL backend database. That is, they must follow a "database shell" line and come before any subsequent "backend" or "database" lines. Other database options are described in the .BR slapd.conf (5) manual page. .TP .B bind .TP .B unbind .TP .B search .TP .B compare .TP .B modify .TP .B modrdn .TP .B add .TP .B delete .TP .B abandon These options specify the pathname of the command to execute in response to the given LDAP operation. Note that you need only supply configuration lines for those commands you want the backend to handle. Operations for which a command is not supplied will be refused with an "unwilling to perform" error. .SH EXAMPLE There is a skeleton search script in the slapd/back-shell/ directory in the OpenLDAP source tree. .SH FILES ETCDIR/slapd.conf .SH SEE ALSO .BR slapd.conf (5), .BR slapd (8), .BR sh (1).