raddb: Remove extra apostrophe from trigger.conf
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Thu, 16 Oct 2014 10:48:32 +0000 (13:48 +0300)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 16 Oct 2014 11:53:38 +0000 (07:53 -0400)
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

raddb/trigger.conf

index aa846c3..b80089c 100644 (file)
@@ -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 {