diff options
author | az <az@FreeBSD.org> | 2008-06-30 19:35:09 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2008-06-30 19:35:09 +0800 |
commit | c1b9e5cdca3348713f66f2d6d45121d12abe6949 (patch) | |
tree | ff8c37087a59c4d8edef4b894bfe1aebfb6f5e0f /www/Makefile | |
parent | 1da40237d5512644d1f2311546e8c95bcf2ee01c (diff) | |
download | freebsd-ports-gnome-c1b9e5cdca3348713f66f2d6d45121d12abe6949.tar.gz freebsd-ports-gnome-c1b9e5cdca3348713f66f2d6d45121d12abe6949.tar.zst freebsd-ports-gnome-c1b9e5cdca3348713f66f2d6d45121d12abe6949.zip |
This is the Net::LDAP model class for Catalyst. It is nothing more than a
simple wrapper for Net::LDAP. This class simplifies LDAP access by letting
you configure a common set of bind arguments. It also lets you configure a
base DN for searching.
WWW: http://search.cpan.org/~danieltwc/Catalyst-Model-LDAP/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5b949594d601..91c23f547982 100644 --- a/www/Makefile +++ b/www/Makefile @@ -668,6 +668,7 @@ SUBDIR += p5-Catalyst-Model-DBIC-Plain SUBDIR += p5-Catalyst-Model-DBIC-Schema SUBDIR += p5-Catalyst-Model-DynamicAdaptor + SUBDIR += p5-Catalyst-Model-LDAP SUBDIR += p5-Catalyst-Model-Oryx SUBDIR += p5-Catalyst-Model-XML-Feed SUBDIR += p5-Catalyst-Model-Xapian |