How to check the current openldap version software running? I am told its 2.4. But is there a command to validate? Thank you -Kaly
--On Monday, January 22, 2024 5:54 PM +0000 kalybox2020@gmail.com wrote:
How to check the current openldap version software running? I am told its 2.4. But is there a command to validate?
Hello,
This is literally documented in the options section of the man page for slapd(8C): https://www.openldap.org/software/man.cgi?query=slapd&apropos=0&sektion=0&manpath=OpenLDAP+2.6-Release&arch=default&format=html. slapd also generally logs what version it is when it starts (although some OS builds strip this out). If you installed slapd via some packaging method (yum, apt, etc), then those tools will tell you the version of slapd as well.
Regards, Quanah
Install location/bin/ldapsearch -VV
From: kalybox2020@gmail.com kalybox2020@gmail.com Sent: Monday, January 22, 2024 12:54 PM To: openldap-technical@openldap.org Subject: [EXTERNAL] How to check the version of openldap running
How to check the current openldap version software running? I am told its 2. 4. But is there a command to validate? Thank you -Kaly
How to check the current openldap version software running? I am told its 2.4.
But is there a command to validate?
Thank you
-Kaly
--On Monday, January 22, 2024 8:51 PM +0000 Bradley T Gill bgill@aep.com wrote:
Install location/bin/ldapsearch -VV
That tells you the version of the client ldapsearch binary. It may or may not match the server. Better to read the slapd(8C) man page which documents the options to slapd to get the version information.
--Quanah
openldap-technical@openldap.org