Blame SOURCES/freeradius-raddb-remove-extra-apostrophe-from-trigger.conf.patch

75e927
From e37dbd2dd0f20ff255ddc934296afa67e59695c6 Mon Sep 17 00:00:00 2001
75e927
From: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
75e927
Date: Thu, 16 Oct 2014 13:48:32 +0300
75e927
Subject: [PATCH 2/4] raddb: Remove extra apostrophe from trigger.conf
75e927
75e927
Remove a spurious apostrophe from trigger.conf's trigger.modules.args.
75e927
75e927
This fixes module triggers, otherwise producing this error:
75e927
75e927
    rad_expand_xlat: Invalid string passed as argument
75e927
---
75e927
 raddb/trigger.conf | 2 +-
75e927
 1 file changed, 1 insertion(+), 1 deletion(-)
75e927
75e927
diff --git a/raddb/trigger.conf b/raddb/trigger.conf
75e927
index aa846c3..b80089c 100644
75e927
--- a/raddb/trigger.conf
75e927
+++ b/raddb/trigger.conf
75e927
@@ -194,7 +194,7 @@ trigger {
75e927
 	#  "trigger" subsection in the module configuration.
75e927
 	modules {
75e927
 		# Common arguments
75e927
-		args = "radiusdModuleName s ldap' radiusdModuleInstance s ''"
75e927
+		args = "radiusdModuleName s ldap radiusdModuleInstance s ''"
75e927
 
75e927
 		# The files module
75e927
 		files {
75e927
-- 
75e927
2.1.1
75e927