mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/freeradius: style updates
This commit is contained in:
@@ -4,4 +4,4 @@ PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server
|
||||
PLUGIN_DEPENDS= freeradius3
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
||||
@@ -14,6 +14,7 @@ The server is fast, feature-rich, modular, and scalable.
|
||||
|
||||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.9.22
|
||||
|
||||
* Add Proxy configuration page: HomeServer, HomeServerPool, Realm
|
||||
|
||||
+1
-1
@@ -406,4 +406,4 @@ class ProxyController extends ApiMutableModelControllerBase
|
||||
{
|
||||
return $this->toggle_handler($uuid, 'homeserverpools', 'homeserverpool');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -37,4 +37,4 @@ class ProxyController extends \OPNsense\Base\IndexController
|
||||
$this->view->formDialogEditFreeRADIUSRealm = $this->getForm("dialogEditFreeRADIUSRealm");
|
||||
$this->view->pick('OPNsense/Freeradius/proxy');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -137,4 +137,4 @@
|
||||
<type>text</type>
|
||||
<help>The idle timeout, in seconds, of a TCP connection. Setting this to 0 means "no timeout".</help>
|
||||
</field>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
+1
-1
@@ -37,4 +37,4 @@
|
||||
<type>text</type>
|
||||
<help>If ALL home servers are dead, then this "fallback" home server is used.</help>
|
||||
</field>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
+1
-1
@@ -29,4 +29,4 @@
|
||||
<type>checkbox</type>
|
||||
<help>Normally, when an incoming User-Name is matched against the realm, the realm name is "stripped" off, and the "stripped" user name is used to perform matches.</help>
|
||||
</field>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
@@ -65,4 +65,4 @@
|
||||
<type>text</type>
|
||||
<help>Filter for group objects, should match all available group objects a user might be a member of.</help>
|
||||
</field>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
@@ -48,4 +48,4 @@
|
||||
<Required>N</Required>
|
||||
</group_filter>
|
||||
</items>
|
||||
</model>
|
||||
</model>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<Lease VisibleName="DHCP Leases" url="/ui/freeradius/lease/index" order="36"/>
|
||||
<EAP url="/ui/freeradius/eap/index" order="40"/>
|
||||
<LDAP url="/ui/freeradius/ldap/index" order="50"/>
|
||||
<Proxy url="/ui/freeradius/proxy/index" order="60">
|
||||
<Proxy url="/ui/freeradius/proxy/index" order="60">
|
||||
<Homeservers url="/ui/freeradius#homeservers"/>
|
||||
<Homeserverpools url="/ui/freeradius#homeserverpools"/>
|
||||
<Realms url="/ui/freeradius#realms"/>
|
||||
|
||||
@@ -5,7 +5,6 @@ namespace OPNsense\Freeradius;
|
||||
use OPNsense\Base\BaseModel;
|
||||
use OPNsense\Core\Backend;
|
||||
|
||||
|
||||
class Proxy extends BaseModel
|
||||
{
|
||||
/**
|
||||
@@ -19,4 +18,4 @@ class Proxy extends BaseModel
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -188,4 +188,4 @@
|
||||
</realm>
|
||||
</realms>
|
||||
</items>
|
||||
</model>
|
||||
</model>
|
||||
|
||||
@@ -182,7 +182,7 @@ $( document ).ready(function() {
|
||||
<th data-column-id="enabled" data-width="6em" data-type="string" data-formatter="rowtoggle">{{ lang._('Enabled') }}</th>
|
||||
<th data-column-id="name" data-type="string">{{ lang._('Name') }}</th>
|
||||
<th data-column-id="type" data-type="dropdown">{{ lang._('Type') }}</th>
|
||||
<th data-column-id="virtualserver" data-type="string">{{ lang._('Virtual Server') }}</th>
|
||||
<th data-column-id="virtualserver" data-type="string">{{ lang._('Virtual Server') }}</th>
|
||||
<th data-column-id="commands" data-formatter="commands" data-sortable="false">{{ lang._('Commands') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -198,7 +198,7 @@ $( document ).ready(function() {
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="realms" class="tab-pane fade in">
|
||||
<!-- tab page "realms" -->
|
||||
@@ -234,4 +234,4 @@ $( document ).ready(function() {
|
||||
{# include dialogs #}
|
||||
{{ partial("layout_partials/base_dialog",['fields':formDialogEditFreeRADIUSHomeserver,'id':'dialogEditFreeRADIUSHomeserver','label':lang._('Edit Homeservers')])}}
|
||||
{{ partial("layout_partials/base_dialog",['fields':formDialogEditFreeRADIUSHomeserverpool,'id':'dialogEditFreeRADIUSHomeserverpool','label':lang._('Edit Homeserverpools')])}}
|
||||
{{ partial("layout_partials/base_dialog",['fields':formDialogEditFreeRADIUSRealm,'id':'dialogEditFreeRADIUSRealm','label':lang._('Edit Realms')])}}
|
||||
{{ partial("layout_partials/base_dialog",['fields':formDialogEditFreeRADIUSRealm,'id':'dialogEditFreeRADIUSRealm','label':lang._('Edit Realms')])}}
|
||||
|
||||
@@ -123,4 +123,4 @@ realm {{ realm_list.name }} {
|
||||
{% else %}
|
||||
realm LOCAL {
|
||||
}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user