~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/plugin.ini

  • Committer: Henrik Ingo
  • Date: 2011-12-08 13:28:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2469.
  • Revision ID: henrik.ingo@avoinelama.fi-20111208132816-pjaoo0xqypwcwbxi
Fix old DRIZZLE_PLUGIN macro and plugin.ini that both were giving
build errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
title=LDAP Authentication
3
3
description=Authenticate against an LDAP server.
4
4
version=0.2
5
 
author=Eric Day <eday@oddments.org>, Edward "Koko" Konetzko <konetzed@quixoticagony.com>, Henrik Ingo <henrik.ingo@avoinelama.fi>
 
5
author=Eric Day <eday@oddments.org>, Edward Koko Konetzko <konetzed@quixoticagony.com>, Henrik Ingo <henrik.ingo@avoinelama.fi>
6
6
license=PLUGIN_LICENSE_GPL
7
7
build_conditional="x${ac_cv_libldap}" = "xyes"
8
8
ldflags=${LTLIBLDAP}