Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
177d5e9b
Commit
177d5e9b
authored
Sep 24, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(new captive portal, work in progress) add authenticator selector to model and form
parent
4b5245be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
dialogZone.xml
...p/controllers/OPNsense/CaptivePortal/forms/dialogZone.xml
+8
-0
CaptivePortal.xml
...e/mvc/app/models/OPNsense/CaptivePortal/CaptivePortal.xml
+5
-0
No files found.
src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/forms/dialogZone.xml
View file @
177d5e9b
...
...
@@ -19,6 +19,14 @@
<help>
<![CDATA[Select the interface(s) to enable for captive portal.]]>
</help>
<hint>
Type or select interface.
</hint>
</field>
<field>
<id>
zone.authservers
</id>
<label>
authenticate using
</label>
<type>
select_multiple
</type>
<style>
tokenize
</style>
<help>
<![CDATA[Select authentication methods to use, leave empty for no authentication needed.]]>
</help>
<hint>
Type or select server.
</hint>
</field>
<field>
<id>
zone.description
</id>
<label>
description
</label>
...
...
src/opnsense/mvc/app/models/OPNsense/CaptivePortal/CaptivePortal.xml
View file @
177d5e9b
...
...
@@ -25,6 +25,11 @@
<ipaddr>
/^((?!dhcp).)*$/
</ipaddr>
</filters>
</interfaces>
<authservers
type=
"AuthenticationServerField"
>
<Required>
Y
</Required>
<multiple>
Y
</multiple>
<default>
Local Database
</default>
</authservers>
<description
type=
"TextField"
>
<Required>
Y
</Required>
<mask>
/^([\t\n\v\f\r 0-9a-zA-Z.,_\x{00A0}-\x{FFFF}]){1,255}$/u
</mask>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment