~drizzle-trunk/drizzle/development

1497.2.2 by Eric Day
Initial auth_ldap plugin. There are no test cases since this would require a pre-configured LDAP server running. Testing will instead be done on one of the build hosts that has been configured with LDAP and a separate test script.
1
PANDORA_HAVE_LIBLDAP
2
AS_IF([test "x$ac_cv_libldap" = "xno"],
3
      AC_MSG_WARN([libldap not found: not building auth_ldap plugin.]))
4
5
PANDORA_ADD_PLUGIN_DEP_LIB([${LTLIBLDAP}])