~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/plugin.ini

  • Committer: Daniel Nichter
  • Date: 2011-10-23 16:01:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2448.
  • Revision ID: daniel@percona.com-20111023160137-7ac3blgz8z4tf8za
Add Administration Getting Started and Logging.  Capitalize SQL clause keywords.

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}
 
9
extra_dist=schema/README
 
10
 schema/gentestusers.sh
 
11
 schema/openldap/drizzle.ldif
 
12
 schema/openldap/drizzle.schema
 
13
 test_ldap.sh