It could be useful to quickly deploy LDAP server to check configuration of client. For example, for django-auth-ldap.
Below listed configuration with 3 ldif files for authentication: base.ldif, group.ldif, passwd.ldif
$ tree
.
├── Vagrantfile
├── ldif
│ ├── base.ldif
│ ├── group.ldif
│ └── passwd.ldif
└── manifests
└── base.pp