This file is indexed.

/usr/share/dirsrv/script-templates/template-db2ldif is in 389-ds-base 1.3.3.5-4.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
#!/bin/sh

cwd=`pwd`
cd {{SERVERBIN-DIR}}
./db2ldif "$@" -Z {{SERV-ID}} -c $cwd
exit $?