-
Notifications
You must be signed in to change notification settings - Fork 297
Closed
Labels
rsRedis Enterprise SoftwareRedis Enterprise Software
Description
Page https://redis.io/docs/latest/operate/rs/references/cli-utilities/rladmin/cluster/config
Description
According to the Redis Enterprise documentation, the following option should be available:
rladmin cluster config [ saslauthd_ldap_conf </tmp/ldap.conf> ]
However, in Redis Enterprise Software version 8.0.6-54, this option is not exposed by the rladmin CLI. The parameter above is just example of mismatched parameters from the rladmin command line. There are others, such as the saslauthd service, which do not appear when we run rladmin.
Environment
- Redis Enterprise Software: 8.0.6-54
- CLI: rladmin (autocomplete used to enumerate available options)
- OS: Rocky Linux 9.4 (Blue Onyx)
Steps to Reproduce
- Install Redis Enterprise Software 8.0.6-54
- Run:
rladmin - Execute:
cluster config - Use TAB completion to list available configuration options
Actual Result
The saslauthd_ldap_conf option is not present in the available cluster config parameters.
Expected Result
Either:
saslauthd_ldap_confshould be available in this version, OR- Documentation should clearly state the minimum version / feature flag / platform requirement.
Metadata
Metadata
Assignees
Labels
rsRedis Enterprise SoftwareRedis Enterprise Software