diff options
author | ume <ume@FreeBSD.org> | 2016-02-24 18:39:50 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2016-02-24 18:39:50 +0800 |
commit | e566f3712a03849fd52f50a963e4372a8599fecd (patch) | |
tree | 5815be24d80e8f0d08d9a4a7069d10ba0893ae17 /security/Makefile | |
parent | c878e182a99f7b9e28d2e702402005f7ce753fb4 (diff) | |
download | freebsd-ports-gnome-e566f3712a03849fd52f50a963e4372a8599fecd.tar.gz freebsd-ports-gnome-e566f3712a03849fd52f50a963e4372a8599fecd.tar.zst freebsd-ports-gnome-e566f3712a03849fd52f50a963e4372a8599fecd.zip |
Add Cyrus SASL SRP authentication plugin.
Requested by: Kyle Amon <amonk__at__backwatcher.com>
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 2b3bac205789..2e0843718d1a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -94,6 +94,7 @@ SUBDIR += cyrus-sasl2-gssapi SUBDIR += cyrus-sasl2-ldapdb SUBDIR += cyrus-sasl2-saslauthd + SUBDIR += cyrus-sasl2-srp SUBDIR += d0_blind_id SUBDIR += dcetest SUBDIR += ddos_scan |