#!/bin/sh
#simple scripts to add ldif entries

LDAPADD=/usr/local/openldap/bin/ldapadd
$LDAPADD -D cn=Manager,dc=webtomware,dc=com -x -W -f $1


syntax highlighted by Code2HTML, v. 0.9.1