#!/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
