From 00e57d191d7d3223f17709f2bd3afec116e24159 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 06 Aug 2009 05:21:55 -0400 Subject: [PATCH] - Updated PEAR::Auth_SASL to 1.0.3 version --- program/lib/Auth/SASL.php | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/program/lib/Auth/SASL.php b/program/lib/Auth/SASL.php index 9b7090c..b2be93c 100644 --- a/program/lib/Auth/SASL.php +++ b/program/lib/Auth/SASL.php @@ -75,6 +75,11 @@ $classname = 'Auth_SASL_Plain'; break; + case 'external': + $filename = 'Auth/SASL/External.php'; + $classname = 'Auth_SASL_External'; + break; + case 'crammd5': $filename = 'Auth/SASL/CramMD5.php'; $classname = 'Auth_SASL_CramMD5'; @@ -96,4 +101,4 @@ } } -?> \ No newline at end of file +?> -- Gitblit v1.9.1