Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
radsecproxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eduroam
radsecproxy
Commits
dbcc9977
Commit
dbcc9977
authored
Apr 12, 2012
by
Linus Nordberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the DynamicLookupCommand option.
This closes RADSECPROXY-36.
parent
9b94f689
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
radsecproxy.conf.5.xml
radsecproxy.conf.5.xml
+16
-0
No files found.
radsecproxy.conf.5.xml
View file @
dbcc9977
...
...
@@ -644,6 +644,7 @@ blocktype name {
<literal>
AddTTL
</literal>
,
<literal>
rewrite
</literal>
,
<literal>
rewriteIn
</literal>
,
<literal>
rewriteOut
</literal>
,
<literal>
statusServer
</literal>
,
<literal>
retryCount
</literal>
,
<literal>
dynamicLookupCommand
</literal>
and
<literal>
retryInterval
</literal>
and
<literal>
LoopPrevention
</literal>
.
</para>
...
...
@@ -678,6 +679,21 @@ blocktype name {
should wait between each retry. The defaults are 2 retries and
an interval of 5s.
</para>
<para>
The option
<literal>
dynamicLookupCommand
</literal>
can be used
to specify a command that should be executed to dynamically
configure a server. The executable file should be given with
full path and will be invoked with the name of the realm as its
first and only argument. It should either print a valid
<literal>
server
</literal>
option on stdout and exit with a code
of 0 or print nothing and exit with a non-zero exit code. An
example of a shell script resolving the DNS NAPTR records for
the realm and then the SRV records for each NAPTR matching
'x-eduroam:radius.tls' is provided in
<literal>
tools/naptr-eduroam.sh
</literal>
. This option was
added in radsecproxy-1.3 but tends to crash radsecproxy versions
earlier than 1.6.
</para>
<para>
Using the
<literal>
LoopPrevention
</literal>
option here
overrides any basic setting of this option. See section
...
...
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