~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
[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}
1716.1.1 by Monty Taylor
Added files to the tarball that should be there. Removed some that shouldn't
9
extra_dist=schema/README
10
 schema/gentestusers.sh
11
 schema/openldap/drizzle.ldif
12
 schema/openldap/drizzle.schema
13
 test_ldap.sh