# Functions
Run creates an instance of the OpenLDAP container type.
Deprecated: use Run instead RunContainer creates an instance of the OpenLDAP container type.
WithAdminPassword sets the initial admin password of the user to be created when the container starts It is used in conjunction with WithAdminUsername to set a username and its password.
WithAdminUsername sets the initial admin username to be created when the container starts It is used in conjunction with WithAdminPassword to set a username and its password.
WithInitialLdif sets the initial ldif file to be loaded into the OpenLDAP container.
WithRoot sets the root of the OpenLDAP instance.
# Structs
OpenLDAPContainer represents the OpenLDAP container type used in the module.