diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-06 09:21:55 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-06 09:21:55 +0000 |
| commit | 985484520941395d87f8865f3ddeb5d9aa6d1a78 (patch) | |
| tree | 0a5ade1fcc30a5ebe5009d5906951c9256d5fba2 /roundcubemail/program/lib/Auth/SASL.php | |
| parent | 0987b77309c24f450498262eb6162811b63c4ed8 (diff) | |
- Updated PEAR::Auth_SASL to 1.0.3 version
git-svn-id: https://svn.roundcube.net/trunk@2841 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/Auth/SASL.php')
| -rw-r--r-- | roundcubemail/program/lib/Auth/SASL.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/Auth/SASL.php b/roundcubemail/program/lib/Auth/SASL.php index 9b7090c0f..b2be93cc8 100644 --- a/roundcubemail/program/lib/Auth/SASL.php +++ b/roundcubemail/program/lib/Auth/SASL.php @@ -75,6 +75,11 @@ class Auth_SASL $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 @@ class Auth_SASL } } -?>
\ No newline at end of file +?> |
