-
-
Couldn't load subscription status.
- Fork 182
Description
Is your feature request related to a problem? Please describe.
version 1 of phpldapadmin, in config.php you could add multiple servers via $servers = new Datastore(); $servers->newServer('ldap_pla'); and then can define required connection variables for each. When such is done in version 1, you could easily switch ldap servers from the interface. In docker latest version 2, you can define multiple connections in config/ldap.php, but you it seems you can only specify a single default, based on environment variable and restarting docker. To achieve this now, you would have to run multiple instances of docker on diff ports - at least this is my findings, please correct me if I'm wrong.
Describe the solution you'd like
I want the same functionality as v1, which minimized resources needed to run this for multiple backends. It also allowed different concurrent users the ability to ability to search/manage diff ldap backends at same time, without need for multiple urls. In v1, this was session based so it could be per user.
Describe alternatives you've considered
Running X dockers on diff ports, but this is more maintenance and costs