Last Modified: Jun 04, 2025
Affected Product(s):
F5OS Velos
Fixed In:
F5OS-C 1.6.0, F5OS-A 1.3.0
Opened: Aug 08, 2022 Severity: 4-Minor
ldapsearch is a crucial utility for troubleshooting LDAP remote authentication. However, it wasn't available on any F5OS devices, and therefore, couldn't be utilized.
Troubleshooting is made more difficult.
The utility could not be found searching on the base OS using the command: "find / -name '*ldapsearch*'" It also could not be found within the name-service-ldap container, using the command: "docker exec -it name-service-ldap ldapsearch"
None
ldapsearch has now been installed and can be accessed using the name-service-ldap container. To do this, you can run the command: "docker exec -it name-service-ldap bash".