DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:authradius

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:authradius [2016-09-02 03:43] – Code modification for Cisco ISE Support 71.62.102.90plugin:authradius [2022-07-29 23:25] (current) Klap-in
Line 7: Line 7:
 type       : auth type       : auth
 lastupdate : 2013-12-11 lastupdate : 2013-12-11
-compatible : Weatherwax, 2013-05-10+compatible : Weatherwax
 depends    :  depends    : 
 conflicts  conflicts 
Line 27: Line 27:
   * The [[http://pecl.php.net/package/radius|pecl/radius php package]] must be installed and the extension needs to be enabled.   * The [[http://pecl.php.net/package/radius|pecl/radius php package]] must be installed and the extension needs to be enabled.
  
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
 ===== Configuration and Settings ===== ===== Configuration and Settings =====
Line 61: Line 61:
  
   * Based on this code: https://www.dokuwiki.org/auth:radius   * Based on this code: https://www.dokuwiki.org/auth:radius
-  * For implementation with Cisco Identity Services Engine (ISE), see **Caveats** section below. 
- 
-=== Caveats === 
- 
-  * If you are authenticating against Cisco ISE, there are two lines of code that need to be added/modified in the /plugins/authradius/auth.php file so that the default RADIUS_CLASS attribute is ignored. (This can be copy/pasted) 
-<code> 
-//Replaces the code in the "RADIUS_ACCESS_ACCEPT" condition. 
- if($attr == RADIUS_CLASS){ 
-   $data = explode('.', $data); //Add this line 
-   $this->classes[$user] = strtolower($data[1]); //Modify this line ($date is changed to $date[1]) 
- } 
-</code> 
- 
plugin/authradius.txt · Last modified: 2022-07-29 23:25 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki