We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue Description "dsidm role get-by-dn" doesn't provide proper output when run with json option specified
Package Version and Platform: 389-ds-base-3.0.5-2.el10.x86_64
Steps to Reproduce
Expected results Should return result as a JSON object
Actual results Returns plain output, identical to the output of command without json option:
# dsidm -j localhost -b dc=example,dc=com role get-by-dn cn=test_role,dc=example,dc=comdn: cn=test_role,dc=example,dc=com cn: test_role objectClass: nsSimpleRoleDefinition objectClass: nsManagedRoleDefinition objectClass: nsRoleDefinition objectClass: ldapSubEntry objectClass: top
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
"dsidm role get-by-dn" doesn't provide proper output when run with json option specified
Package Version and Platform:
389-ds-base-3.0.5-2.el10.x86_64
Steps to Reproduce
Expected results
Should return result as a JSON object
Actual results
Returns plain output, identical to the output of command without json option:
The text was updated successfully, but these errors were encountered: