1 2 3 4 5 6 7 8 9 10 11 12 13 |
[plugin] title=LDAP Authentication description=Authenticate against an LDAP server. version=0.1 author=Eric Day <eday@oddments.org> license=PLUGIN_LICENSE_GPL build_conditional="x${ac_cv_libldap}" = "xyes" ldflags=${LTLIBLDAP} extra_dist=schema/README schema/gentestusers.sh schema/openldap/drizzle.ldif schema/openldap/drizzle.schema test_ldap.sh |