Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 873220 Details for
Bug 1070447
rlm_sql group management broken in freeradius 3.0.1
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch with described upstream fixes for the problem
freeradius-rlm_sql.patch (text/plain), 584 bytes, created by
Thomas Bartschies
on 2014-03-11 19:38:13 UTC
(
hide
)
Description:
Patch with described upstream fixes for the problem
Filename:
MIME Type:
Creator:
Thomas Bartschies
Created:
2014-03-11 19:38:13 UTC
Size:
584 bytes
patch
obsolete
>--- a/src/modules/rlm_sql/rlm_sql.c >+++ b/src/modules/rlm_sql/rlm_sql.c >@@ -491,6 +491,8 @@ static int sql_get_grouplist(rlm_sql_t *inst, rlm_sql_handle_t *handle, REQUEST > } > entry->next = NULL; > entry->name = talloc_strdup(entry, row[0]); >+ >+ num_groups++; > } > > (inst->module->sql_finish_select_query)(handle, inst->config); >@@ -585,6 +585,7 @@ static rlm_rcode_t rlm_sql_process_groups(rlm_sql_t *inst, REQUEST *request, rlm > return RLM_MODULE_FAIL; > } > if (rows == 0) { >+ RDEBUG2("User not found in any groups"); > rcode = RLM_MODULE_NOTFOUND; > goto finish; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1070447
: 873220