]> git.mjollnir.org Git - moodle.git/commit
MDL-17549 auth/radius: add CHAP and MSCHAP auth support, detect PHP extension
authorjonathanharker <jonathanharker>
Fri, 12 Dec 2008 04:44:53 +0000 (04:44 +0000)
committerjonathanharker <jonathanharker>
Fri, 12 Dec 2008 04:44:53 +0000 (04:44 +0000)
commit3b8c248237a9594849a0dfae435adf36c052573b
tree048bef8561b54b16c52f0adde64e158b09eea4c2
parent299d9fb8349e7abbf21fb8f8f93b4b3885396f37
MDL-17549 auth/radius: add CHAP and MSCHAP auth support, detect PHP extension

     * Added support for CHAP and MSCHAP authentication schemes
       contributed by Stanislav Tsymbalov http://www.tsymbalov.net/
       original code at http://sourceforge.net/projects/moodleradius/
     * Tweak the detection of PHP RADIUS extension and Pear code
     * Update the warning notices to use more Moodly CSS classes

    lib/pear: Add RADIUS and CHAP PEAR libs

     * Add PEAR Auth_RADIUS and Crypt_CHAP packages to lib/pear

Author: Jonathan Harker <jonathan@catalyst.net.nz>
auth/radius/auth.php
auth/radius/config.html
lang/en_utf8/auth.php
lib/pear/Auth/RADIUS.php [new file with mode: 0644]
lib/pear/Crypt/CHAP.php [new file with mode: 0644]
lib/pear/README.txt