I've install openLDAP from the Ubuntu repository.
How do I know if it includes the "back-sql" option?
|
feedback
|
|
If you've installed the package, check if you have the file If you haven't installed the package, have a look at the packages.ubuntu.com listings for the slapd package: e.g. the files in the i386 slapd package for Jaunty. | |||||||||||
feedback
|
|
One crude method is to run "ldd" on the binary "slapd" and check if it is calling any sql libraries. | |||||
feedback
|