- Initial release of LDAP Docker development tool - Full .env configuration support with comprehensive documentation - Pre-configured test users and SSL/TLS support - Consolidated documentation in README
12 lines
232 B
Python
12 lines
232 B
Python
"""
|
|
LDAP Docker Management Scripts
|
|
|
|
This package contains management and utility scripts for the LDAP Docker
|
|
development environment.
|
|
|
|
Modules:
|
|
- generate_certs: SSL/TLS certificate generation utility
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|