From 4408972762216a50f4ffb2dfe1831602b308ed1d Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 09:52:41 +0100 Subject: [PATCH] [PR #11053/ac4f657d backport][stable-11] opendj_backendprop: docs improvements (#11061) opendj_backendprop: docs improvements (#11053) (cherry picked from commit ac4f657d435d6ca6df0186b34f292e8257de9aaf) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/opendj_backendprop.py | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/plugins/modules/opendj_backendprop.py b/plugins/modules/opendj_backendprop.py index be4edac125..17132b3008 100644 --- a/plugins/modules/opendj_backendprop.py +++ b/plugins/modules/opendj_backendprop.py @@ -27,7 +27,6 @@ options: opendj_bindir: description: - The path to the bin directory of OpenDJ. - required: false default: /opt/opendj/bin type: path hostname: @@ -42,21 +41,18 @@ options: type: str username: description: - - The username to connect to. - required: false + - The username to connect with. default: cn=Directory Manager type: str password: description: - - The password for the C(cn=Directory Manager) user. - - Either password or passwordfile is needed. - required: false + - The password for O(username). + - Either O(password) or O(passwordfile) is needed. type: str passwordfile: description: - - Location to the password file which holds the password for the C(cn=Directory Manager) user. - - Either password or passwordfile is needed. - required: false + - Location to the password file which holds the password for O(username). + - Either O(password) or O(passwordfile) is needed. type: path backend: description: @@ -76,7 +72,6 @@ options: state: description: - If configuration needs to be added/updated. - required: false default: "present" type: str """