-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI - dsconf inst config should support multi-valued operations #5798
Labels
Comments
droideck
added a commit
to droideck/389-ds-base
that referenced
this issue
Jun 14, 2023
Description: Currently, we have two editable multi-valued attributes in cn=config: nsslapd-haproxy-trusted-ip and nsslapd-referral. Our current cn=config implementation doesn't support bunch ADD operations. Make our CLI tools more robust so it can handle multi-valued attributes correctly. Add add_many method to DSLdapObject. Fixes: 389ds#5798 Reviewed by: ?
droideck
added a commit
that referenced
this issue
Jun 16, 2023
Description: Currently, we have two editable multi-valued attributes in cn=config: nsslapd-haproxy-trusted-ip and nsslapd-referral. Our current cn=config implementation doesn't support bunch ADD operations. Make our CLI tools more robust so they can handle multi-valued attributes correctly. Add add_many method to DSLdapObject. Fixes: #5798 Reviewed by: @mreynolds389 (Thanks!)
droideck
added a commit
that referenced
this issue
Jan 15, 2024
Description: Currently, we have two editable multi-valued attributes in cn=config: nsslapd-haproxy-trusted-ip and nsslapd-referral. Our current cn=config implementation doesn't support bunch ADD operations. Make our CLI tools more robust so they can handle multi-valued attributes correctly. Add add_many method to DSLdapObject. Fixes: #5798 Reviewed by: @mreynolds389 (Thanks!)
There are two more issues that needs to be fixed/enhanced:
|
droideck
added a commit
to droideck/389-ds-base
that referenced
this issue
Nov 29, 2024
Description: Fix add operation to properly handle multi-valued attributes so they persist after server restart. Add support for multiple values at once via dsconf config. Handle delete operation in a more flexible way. Refactor attribute handling code for better error handling and consistency. Fixes: 389ds#5798 Reviewed by: ?
droideck
added a commit
to droideck/389-ds-base
that referenced
this issue
Nov 29, 2024
Description: Fix add operation to properly handle multi-valued attributes so they persist after server restart. Add support for multiple values at once via dsconf config. Handle delete operation in a more flexible way. Refactor attribute handling code for better error handling and consistency. Fixes: 389ds#5798 Reviewed by: ?
droideck
added a commit
that referenced
this issue
Dec 5, 2024
Description: Fix add operation to properly handle multi-valued attributes so they persist after server restart. Add support for multiple values at once via dsconf config. Handle delete operation in a more flexible way. Refactor attribute handling code for better error handling and consistency. *Add CI test suite Fixes: #5798 Reviewed by: @progier389 (Thanks!)
droideck
added a commit
that referenced
this issue
Dec 5, 2024
Description: Fix add operation to properly handle multi-valued attributes so they persist after server restart. Add support for multiple values at once via dsconf config. Handle delete operation in a more flexible way. Refactor attribute handling code for better error handling and consistency. *Add CI test suite Fixes: #5798 Reviewed by: @progier389 (Thanks!)
droideck
added a commit
that referenced
this issue
Dec 5, 2024
Description: Fix add operation to properly handle multi-valued attributes so they persist after server restart. Add support for multiple values at once via dsconf config. Handle delete operation in a more flexible way. Refactor attribute handling code for better error handling and consistency. *Add CI test suite Fixes: #5798 Reviewed by: @progier389 (Thanks!)
droideck
added a commit
that referenced
this issue
Dec 5, 2024
Description: Fix add operation to properly handle multi-valued attributes so they persist after server restart. Add support for multiple values at once via dsconf config. Handle delete operation in a more flexible way. Refactor attribute handling code for better error handling and consistency. *Add CI test suite Fixes: #5798 Reviewed by: @progier389 (Thanks!)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
We have two editable multi-valued attributes in cn=config: nsslapd-haproxy-trusted-ip and nsslapd-referral.
Our current cn=config implementation doesn't support bunch ADD operations.
And while it'll be too much work to refactor our cn=config (and I'm not sure we need that at all), we still should
make our CLI tools more robust so it can handle multi-valued attributes correctly.
The text was updated successfully, but these errors were encountered: