~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/plugin.ac

  • Committer: Eric Day
  • Date: 2010-04-23 21:44:46 UTC
  • mto: This revision was merged to the branch mainline in revision 1519.
  • Revision ID: eday@oddments.org-20100423214446-4sztquyo1hyjnsg2
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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}])