|
@@ -98,8 +98,9 @@ RadiusHostDataSource(const DatabaseConnection::ParameterMap& parameters) {
|
|
|
if (res != 0) {
|
|
|
isc_throw(DbOpenError, "Failed to configure Radius auth_order");
|
|
|
}
|
|
|
- /* TODO: just define manually the few attributes we need */
|
|
|
- res = rc_add_config(rh, "dictionary", "/usr/share/radcli/dictionary", NULL, 0);
|
|
|
+ /* TODO: just define manually the few attributes we need
|
|
|
+ Not possible, see https://github.com/radcli/radcli/issues/24 */
|
|
|
+ res = rc_add_config(rh, "dictionary", "/etc/radcli/dictionary", NULL, 0);
|
|
|
if (res != 0) {
|
|
|
isc_throw(DbOpenError, "Failed to configure Radius dictionary");
|
|
|
}
|