diff options
author | ume <ume@FreeBSD.org> | 2005-05-18 00:44:39 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-05-18 00:44:39 +0800 |
commit | 0e4981ede7df88da830fa2dfe21af2e5c56dedfd (patch) | |
tree | 3781d15ea5fbf9c6bd6c29111fed42ad3acaffd4 /security/Makefile | |
parent | 1349526b804a3809311595dabf60c0aee2966a9e (diff) | |
download | freebsd-ports-gnome-0e4981ede7df88da830fa2dfe21af2e5c56dedfd.tar.gz freebsd-ports-gnome-0e4981ede7df88da830fa2dfe21af2e5c56dedfd.tar.zst freebsd-ports-gnome-0e4981ede7df88da830fa2dfe21af2e5c56dedfd.zip |
New port -- SASL LDAPDB auxprop plugin
Though this is actually part of Cyrus SASL2, we cannot simply
enable it in security/cyrus-sasl2 to avoid dependency loop with
net/openldap.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 80f0d78a30a8..78273885e8bd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -64,6 +64,7 @@ SUBDIR += cvm SUBDIR += cyrus-sasl SUBDIR += cyrus-sasl2 + SUBDIR += cyrus-sasl2-ldapdb SUBDIR += cyrus-sasl2-saslauthd SUBDIR += dazuko SUBDIR += dcetest |