Add phpLDAPadmin for LDAP user management #5

Merged
timmybee merged 1 commits from feature/phpldapadmin into master 2026-03-06 09:43:42 +08:00
Owner

Summary

  • Adds phpLDAPadmin Docker service for managing LDAP user accounts via a web UI
  • Accessible at localhost:8085 (configurable via FORWARD_PHPLDAPADMIN_PORT env var)
  • Connects to the openldap service automatically
  • Login: cn=admin,dc=travel,dc=local with the LDAP admin password

Note: Depends on PR #3 (consolidate Docker Compose) being merged first.

## Summary - Adds phpLDAPadmin Docker service for managing LDAP user accounts via a web UI - Accessible at `localhost:8085` (configurable via `FORWARD_PHPLDAPADMIN_PORT` env var) - Connects to the openldap service automatically - Login: `cn=admin,dc=travel,dc=local` with the LDAP admin password > **Note:** Depends on PR #3 (consolidate Docker Compose) being merged first.
timmybee added 1 commit 2026-03-06 09:42:12 +08:00
Add phpLDAPadmin service for LDAP user management
All checks were successful
linter / quality (pull_request) Successful in 1m23s
security / Dependency Audit (pull_request) Successful in 1m20s
security / Static Analysis (pull_request) Successful in 1m26s
tests / ci (8.4) (pull_request) Successful in 1m37s
tests / ci (8.5) (pull_request) Successful in 1m30s
38b1dd0f4d
Accessible at localhost:8085 (configurable via FORWARD_PHPLDAPADMIN_PORT).
Login with cn=admin,dc=travel,dc=local and the LDAP admin password.
timmybee merged commit 5f0b4218ae into master 2026-03-06 09:43:42 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: timmybee/travel#5