Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.7.0
-
None
Description
Currently, the property page for the RootDSE does not correctly detects ApacheDS. I have added a conditional for this, and for Tivoli Directory Server (IBM) as well.The method createContents gets longer and longer; thus I have created some detection methods. Feel free to consider the following patch.
From my point of view, a cleaner and more extensible solution would be to an interface for server detection, which solely operates on the RootDSE attributes. Implementations would be easier to test as well.