Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
8bab7d36
Unverified
Commit
8bab7d36
authored
2 years ago
by
Thomas Woerner
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #889 from rjeffman/doc_user_required_fields
ipauser: Add note on attributes 'first' and 'last' requirements
parents
018337a1
bb088842
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README-user.md
+2
-2
2 additions, 2 deletions
README-user.md
plugins/modules/ipauser.py
+4
-4
4 additions, 4 deletions
plugins/modules/ipauser.py
with
6 additions
and
6 deletions
README-user.md
+
2
−
2
View file @
8bab7d36
...
...
@@ -381,8 +381,8 @@ Variable | Description | Required
Variable | Description | Required
-------- | ----------- | --------
`first` \| `givenname` | The first name string. | no
`last` \| `sn` | The last name string. | no
`first` \| `givenname` | The first name string.
Required if user does not exist.
| no
`last` \| `sn` | The last name string.
Required if user does not exist.
| no
`fullname` \| `cn` | The full name string. | no
`displayname` | The display name string. | no
`homedir` | The home directory string. | no
...
...
This diff is collapsed.
Click to expand it.
plugins/modules/ipauser.py
+
4
−
4
View file @
8bab7d36
...
...
@@ -47,11 +47,11 @@ options:
description: The user (internally uid).
required: true
first:
description: The first name
description: The first name
. Required if user does not exist.
required: false
aliases: [
"
givenname
"
]
last:
description: The last name
description: The last name
. Required if user doesnot exst.
required: false
aliases: [
"
sn
"
]
fullname:
...
...
@@ -212,11 +212,11 @@ options:
type: bool
required: false
first:
description: The first name
description: The first name
. Required if user does not exist.
required: false
aliases: [
"
givenname
"
]
last:
description: The last name
description: The last name
. Required if user does not exist.
required: false
aliases: [
"
sn
"
]
fullname:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment