I have installed Gluu 3.16 Docker Edition.
I confirm that from the Gluu LDAP container, I can connect to my backend LDAP server using `/opt/opendj/bin/ldapsearch` and search in the database:
Command:
`/opt/opendj/bin # ./ldapsearch -h 172.18.0.11 -D "cn=directory manager" -b "dc=example,dc=com" -p 1389 "(objectclass=*)"`
Result:
```
Password for user 'cn=directory manager':
dn: dc=example,dc=com
objectClass: top
objectClass: domain
dc: example
...
```
The same configuration is not working in Gluu, having the error message written in my last post in the oxtrust container log.
BR,
F.