.lf 1 stdin .TH SLAPD-SHELL 5 "2021/06/03" "OpenLDAP 2.4.59+dfsg-1+b1" .\" Copyright 1998-2021 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" $OpenLDAP$ .SH NAME slapd\-shell \- Shell backend to slapd .SH SYNOPSIS /etc/ldap/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. .LP This backend is primarily intended to be used in prototypes. .SH WARNING The .B abandon shell command has been removed since OpenLDAP 2.1. .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 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: