#!/bin/sh
#
# build - builds the example
#
# Requires a running LDAP server that has the suffix configured but no data loaded
#
# $Id$

x-load-ldif -a structure.ldif
x-load-ldif -a sample-customer.ldif
x-load-ldif -a sample-schools.ldif
x-load-ldif -a sample-groups.ldif
x-load-ldif -a sample-people.ldif

