#!/bin/bash #% show-ldif #% Show operations not yet commited in ldif form if [ $LDAP_SHELL -ne 1 ]; then echo "Not running in LDAP shell mode" >&2 return 1 else cat $LDIF_BASE fi