[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: OpenLDAP version
At 11:32 AM 6/7/2004, Wojciech Pietron wrote:
>I have installed my OpenLDAP in 1999 year and now have big problem with
>checking its version. What is the easiest way to find out the version
>I am running?
I'd likely just:
strings slapd | grep OpenLDAP
to find the version string. But, if you have trace logging
enabled, you can look in the logs for the version string.
Or, dig into cn=monitor.
Given the year, I'd guess a 1.2 release.
Regardless, you likely should consider updating.
Kurt