Re: cassandra backends for freeradius v3.1.x
Just call the file "sql".
And call the module "sql", too:
sql {
...
}
Instead of
> sql cassauth { > ...
}
Alan DeKok.
to Alan, thanks for the suggestion , I tried it you can find the output attached. To Arran; Thank you for responding. Since you said you'll take a look at sql conf and schema I'll wait.
On Jun 16, 2015, at 9:33 AM, ICHIBA Sara <ichi.sara@gmail.com> wrote:
to Alan, thanks for the suggestion , I tried it you can find the output attached.
You'll have to debug it. I know nothing about Cassandra, and Arran is probably busy. Alan DeKok.
On 16 Jun 2015, at 10:14, Alan DeKok <aland@deployingradius.com> wrote:
On Jun 16, 2015, at 9:33 AM, ICHIBA Sara <ichi.sara@gmail.com> wrote:
to Alan, thanks for the suggestion , I tried it you can find the output attached.
You'll have to debug it. I know nothing about Cassandra, and Arran is probably busy.
...drinking soup. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
On 16 Jun 2015, at 11:19, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 16 Jun 2015, at 10:14, Alan DeKok <aland@deployingradius.com> wrote:
On Jun 16, 2015, at 9:33 AM, ICHIBA Sara <ichi.sara@gmail.com> wrote:
to Alan, thanks for the suggestion , I tried it you can find the output attached.
You'll have to debug it. I know nothing about Cassandra, and Arran is probably busy.
...drinking soup.
and possibly fixing the issue... git pull. I see why the original developer used a global ring buffer now for log messages. It is apparently, not possible, to set per connection logging context data. This commit uses thread local storage to set the active connection, which is used in the libcassandra logging callback. If there's no active connection, the server just writes to the main server log. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
participants (3)
-
Alan DeKok -
Arran Cudbard-Bell -
ICHIBA Sara