Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nounous
re2o
Commits
d85452b0
Commit
d85452b0
authored
Jan 16, 2017
by
Gabriel Detraz
Committed by
root
Jan 16, 2017
Browse files
Update freeradius3 config
parent
15f910c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
freeradius_utils/modules/rlm_python_re2o.conf
→
freeradius_utils/
freeradius2/
modules/rlm_python_re2o.conf
View file @
d85452b0
File moved
freeradius_utils/sites-enabled/radius-filaire
→
freeradius_utils/
freeradius2/
sites-enabled/radius-filaire
View file @
d85452b0
File moved
freeradius_utils/freeradius3/mods-enabled/python
0 → 100644
View file @
d85452b0
#
# Make sure the PYTHONPATH environmental variable contains the
# directory(s) for the modules listed below.
#
# Uncomment any func_* which are included in your module. If
# rlm_python is called for a section which does not have
# a function defined, it will return NOOP.
#
python re2o {
module = auth
python_path = /etc/freeradius/3.0:/usr/lib/python2.7/:/usr/lib/python2.7/dist-packages/
mod_instantiate = ${.module}
func_instantiate = instantiate
mod_detach = ${.module}
func_detach = detach
mod_authorize = ${.module}
func_authorize = authorize
mod_preacct = ${.module}
func_preacct = dummy_fun
mod_accounting = ${.module}
func_accounting = dummy_fun
mod_checksimul = ${.module}
func_checksimul = dummy_fun
mod_pre_proxy = ${.module}
func_pre_proxy = dummy_fun
mod_post_proxy = ${.module}
func_post_proxy = dummy_fun
mod_post_auth = ${.module}
func_post_auth = post_auth
mod_recv_coa = ${.module}
func_recv_coa = dummy_fun
mod_send_coa = ${.module}
func_send_coa = dummy_fun
}
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