Skip to content

Commit

Permalink
raddb: Remove extra apostrophe from trigger.conf
Browse files Browse the repository at this point in the history
Remove a spurious apostrophe from trigger.conf's trigger.modules.args.

This fixes module triggers, otherwise producing this error:

    rad_expand_xlat: Invalid string passed as argument
  • Loading branch information
spbnick authored and alandekok committed Oct 16, 2014
1 parent 807356c commit d50aaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raddb/trigger.conf
Expand Up @@ -194,7 +194,7 @@ trigger {
# "trigger" subsection in the module configuration.
modules {
# Common arguments
args = "radiusdModuleName s ldap' radiusdModuleInstance s ''"
args = "radiusdModuleName s ldap radiusdModuleInstance s ''"

# The files module
files {
Expand Down

0 comments on commit d50aaba

Please sign in to comment.