Bug #2798
closedCreate a new group without clicking on "Update" button add an entry to LDAP base but without jsonNodeGroupQuery attribute which result in a none-functionnal group.
Description
In Rudder 2.3 and later, this is possible to create a none-functionnal group.
"Create a new group" => "Save" result in a new Group in the LDAP base and the Rudder interface which is disturbing since this group is not functionnal. Why is it not functionnal ? Because of the attribute jsonNodeGroupQuery missing until clicking on the "Update" button of the group properties.
There is a default query (search all Linux) and I excepted that this group appearing into the interface was defined with this query.
This bug has been discovered during a migration test with this issue : #2783
Updated by Jonathan CLARKE about 12 years ago
- Assignee changed from François ARMAND to Vincent MEMBRÉ
The fix agreed upon is to save the default query in new groups when they're created (OS=Linux).
Updated by Vincent MEMBRÉ about 12 years ago
- Status changed from New to Pending technical review
- % Done changed from 0 to 100
Applied in changeset d70cf0c15b1eb476d4dec65927678f095e431e0f.
Updated by Nicolas CHARLES about 12 years ago
- Status changed from Pending technical review to Released
This is a valid workaround, thank you Vincent !
Updated by Vincent MEMBRÉ about 12 years ago
- Status changed from Released to New
merging 2.3.9 correction in 2.4 was breaking rudder. need to fix it before 2.4.0~beta5 release
Updated by Vincent MEMBRÉ about 12 years ago
- Status changed from New to Pending technical review
Jean fixed it in commit 9bb55453
Thank you Jean!
Updated by Nicolas CHARLES about 12 years ago
- Status changed from Pending technical review to Released
This is valid, thank you Jean & Vincent