summaryrefslogtreecommitdiff
path: root/security/p5-Authen-SASL-Cyrus/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Authen-SASL-Cyrus/DESCR')
-rw-r--r--security/p5-Authen-SASL-Cyrus/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/security/p5-Authen-SASL-Cyrus/DESCR b/security/p5-Authen-SASL-Cyrus/DESCR
new file mode 100644
index 00000000000..70a16315d94
--- /dev/null
+++ b/security/p5-Authen-SASL-Cyrus/DESCR
@@ -0,0 +1,9 @@
+SASL is a generic mechanism for authentication used by several
+network protocols. Authen::SASL provides an implementation
+framework that all protocols should be able to share.
+
+The XS framework makes calls into the existing libsasl.so
+shared library to perform SASL client connection functionality,
+including loading existing shared library mechanisms.
+
+Authen::SASL::Cyrus implements XS SASL Authentication.