Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2015 16:58:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198498] [PATCH] www/mod_auth_xradius: Add High Availability Patch
Message-ID:  <bug-198498-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198498

            Bug ID: 198498
           Summary: [PATCH] www/mod_auth_xradius: Add High Availability
                    Patch
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mwlucas@FreeBSD.org
          Reporter: feld@FreeBSD.org
             Flags: maintainer-feedback?(mwlucas@FreeBSD.org)
          Keywords: patch
          Assignee: mwlucas@FreeBSD.org

Created attachment 154150
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154150&action=edit
xradius high availability patch

RHEL and other Linux distros are shipping mod_auth_xradius with this high
availability patch which lets you define multiple radius servers in your
configuration like this:

<Location />
AuthType Basic
AuthXRadiusAddServer "10.0.0.10:1812" "2secrets"
AuthXRadiusAddServer "10.0.0.11:1812" "secret1"
AuthXRadiusTimeout 5
AuthXRadiusRetries 3
AuthBasicProvider xradius
Require valid-user
</Location>


Attached is a patch to the port to include this functionality.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198498-13>