mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
================ Written by Hallvard B. Furuseth and placed into the public domain. This software is not subject to any license of the University of Oslo. ================ searchexample.conf needs core.schema, otherwise it fails on the suffix DN. searchexample.sh has a spurious 'sleep', probably from testing. Also, I suggest 'chmod +x searchexample.sh'. Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.
9 lines
269 B
Text
9 lines
269 B
Text
# $OpenLDAP$
|
|
## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
|
|
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
|
|
include /usr/local/etc/openldap/schema/core.schema
|
|
|
|
database shell
|
|
suffix "dc=example,dc=com"
|
|
search /usr/local/etc/searchexample.sh
|