Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
documentation [2013-12-05 13:51] – Add document page links rspencerdocumentation [2014-01-02 10:46] – [Classes] nkukard
Line 16: Line 16:
  
 ===== Classes ===== ===== Classes =====
 +
 +===== Overrides =====
 +
 +Overrides can be specified using various matching criteria below...
 +
 +  * PoolIdentifier
 +  * Username
 +  * IPAddress
 +  * Group (future)
 +
 +
 +Matching occurs in the following way...
 +
 +  - Start with only PoolIdentifier in the check list
 +  - If the pool has 1 member, then add Username, IPAddress and Group to the check list list
 +  - If ALL items specified in the check list match, and NONE mismatch, add to the list of matches
 +  - Process the list of matches from least number of matches to highest number (one match, two matches, three matches, in this order) and apply the overrides
 +
 +
 +Notes:
 +  * Obviously if there is a match with a PoolIdentifier and Username, but this pool has more than 1 pool member it will not match. The Username, IPAddress and Group is only added if there is ONE pool member.
  
 ===== Plugin: Radius ===== ===== Plugin: Radius =====