.TH SLAPD-SHELL 5 "2 May 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. .LP These options specify the pathname and arguments of the program to execute in response to the given LDAP operation. Each option is followed by the input lines that the program receives: .TP .B abandon ... .nf ABANDON msgid: }> .fi .TP .B add ... .nf ADD msgid: }> .fi .TP .B bind ... .nf BIND msgid: }> dn: method: credlen: > cred: .fi .TP .B compare ... .nf COMPARE msgid: }> dn: : .fi .TP .B delete ... .nf DELETE msgid: }> dn: .fi .TP .B modify ... .nf MODIFY msgid: }> dn: : : }> - }> .fi .TP .B modrdn ... .nf MODRDN msgid: }> dn: newrdn: deleteoldrdn: <0 or 1> "> .fi .TP .B search ... .nf SEARCH msgid: }> base: scope: <0-2, see ldap.h> deref: <0-3, see ldap.h> sizelimit: timelimit: