6 March 2014

Category Integrations
6 March 2014,
 0

Strip a Domain off of a Username before Authenticating

  1. Modify /usr/local/etc/raddb/hints
  2. Add the following to the end of the file where @realm.com is the domain to be stripped:

DEFAULT User-Name =~ “^([^@]+)@realm.com”
User-Name := “%{1}”

Enable Failure logging to the Platypus Database (Requires build 2234 or greater)

  1. Modify /usr/local/etc/raddb/sites-available/default
  2. Locate the Post Auth Type Reject section
  3. Uncomment #SQL by removing the # sign from the start of the line

Logging all interim packets (By default, Platypus only updates the service when receiving an interim packet)

  1. In Platypus, go to Maintenance -> Services -> Service Definitions
  2. Click on the Radius Service
  3. Click Interim Logging

 

Comments are closed.