From 219b9fdec3d9e9e8d6f53ed1d6ae89059d6ecaae Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Sat, 2 May 2009 14:47:08 +0000 Subject: [PATCH] * Fixed case of template attributes --- smradiusd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smradiusd.conf b/smradiusd.conf index 4588059d..11933ada 100644 --- a/smradiusd.conf +++ b/smradiusd.conf @@ -161,7 +161,7 @@ userdb_get_group_attributes_query=<<EOT FROM @TP@group_attributes, @TP@users_to_groups WHERE - users_to_groups.UserID = %{userdb.ID} + users_to_groups.UserID = %{userdb.id} AND group_attributes.GroupID = users_to_groups.GroupID EOT @@ -171,7 +171,7 @@ userdb_get_user_attributes_query=<<EOT FROM @TP@user_attributes WHERE - UserID = %{userdb.ID} + UserID = %{userdb.id} EOT -- GitLab