Commit f5ed7e1f by Richard Isaacson

Merge pull request #5828 from mxxcon/patch-1

Updated htpasswd docs to have choices for crypt_scheme
parents 5f5ad193 ffac1b5c
......@@ -39,13 +39,14 @@ options:
password:
required: false
description:
- Password associated with user.
- Must be specified if user does not exist yet
- Password associated with user.
- Must be specified if user does not exist yet.
crypt_scheme:
required: false
choices: ["apr_md5_crypt", "des_crypt", "ldap_sha1", "plaintext"]
default: "apr_md5_crypt"
description:
- 'Encryption scheme to be used. One of: "apr_md5_crypt", "des_crypt", "ldap_sha1" or "plaintext"'
- Encryption scheme to be used.
state:
required: false
choices: [ present, absent ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment