[PR #7249/4030481b backport][stable-6] ipa_user documentation: givenname and sn are required when user doesn't exist (#7280)
* ipa_user documentation: givenname and sn are required when user doesn't exist (#7249)
* Edit givenname and sn description.
* Update plugins/modules/ipa_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/ipa_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 4030481b36
)
* Remove semantic markup.
---------
Co-authored-by: Christer Warén <cwchristerw@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
pull/7287/head
parent
578df1b054
commit
938367b67a
|
@ -30,7 +30,9 @@ options:
|
||||||
default: 'always'
|
default: 'always'
|
||||||
choices: [ always, on_create ]
|
choices: [ always, on_create ]
|
||||||
givenname:
|
givenname:
|
||||||
description: First name.
|
description:
|
||||||
|
- First name.
|
||||||
|
- If user does not exist and I(state=present), the usage of I(givenname) is required.
|
||||||
type: str
|
type: str
|
||||||
krbpasswordexpiration:
|
krbpasswordexpiration:
|
||||||
description:
|
description:
|
||||||
|
@ -54,7 +56,9 @@ options:
|
||||||
- Will not be set for an existing user unless I(update_password=always), which is the default.
|
- Will not be set for an existing user unless I(update_password=always), which is the default.
|
||||||
type: str
|
type: str
|
||||||
sn:
|
sn:
|
||||||
description: Surname.
|
description:
|
||||||
|
- Surname.
|
||||||
|
- If user does not exist and I(state=present), the usage of I(sn) is required.
|
||||||
type: str
|
type: str
|
||||||
sshpubkey:
|
sshpubkey:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in New Issue