opendj_backendprop – Will update the backend configuration of OpenDJ via the dsconfig set-backend-prop command¶
Synopsis¶
- This module will update settings for OpenDJ with the command set-backend-prop.
- It will check first via de get-backend-prop if configuration needs to be applied.
Parameters¶
Examples¶
- name: "Add or update OpenDJ backend properties"
  action: opendj_backendprop
          hostname=localhost
          port=4444
          username="cn=Directory Manager"
          password=password
          backend=userRoot
          name=index-entry-limit
          value=5000
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Werner Dijkerman (@dj-wasabi)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
