~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/plugin.ini

  • 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
[plugin]
 
2
title=LDAP Authentication
 
3
description=Authenticate against an LDAP server.
 
4
version=0.1
 
5
author=Eric Day <eday@oddments.org>
 
6
license=PLUGIN_LICENSE_GPL
 
7
build_conditional="x${ac_cv_libldap}" = "xyes"
 
8
ldflags=${LTLIBLDAP}