mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 08:54:55 +00:00
Fix latest ansible-test sanity findings
Some argument_spec and also DOCUMENTATION issues were fixed. But also some recurring invalid-name findings like for example for the __metaclass__ line needed to be "fixed".
This commit is contained in:
@@ -613,6 +613,20 @@ options:
|
||||
required: false
|
||||
type: list
|
||||
elements: str
|
||||
choices: ["ALL", "BASE", "PKEY_ONLY", "dn", "objectclass", "ipauniqueid",
|
||||
"ipantsecurityidentifier", "name", "first", "last", "fullname",
|
||||
"displayname", "initials", "homedir", "shell", "email",
|
||||
"principalexpiration", "passwordexpiration", "uid", "gid", "city",
|
||||
"userstate", "postalcode", "phone", "mobile", "pager", "fax",
|
||||
"orgunit", "title", "carlicense", "sshpubkey", "userauthtype",
|
||||
"userclass", "radius", "radiususer", "departmentnumber",
|
||||
"employeenumber", "employeetype", "preferredlanguage", "manager",
|
||||
"principal", "certificate", "certmapdata", "gecos", "password",
|
||||
"street", "idp", "idp_user_id", "smb_logon_script", "smb_profile_path",
|
||||
"smb_home_dir", "smb_home_drive", "krblastpwdchange",
|
||||
"krblastadminunlock", "krbextradata", "krbticketflags",
|
||||
"krbloginfailedcount", "krblastsuccessfulauth", "has_password",
|
||||
"has_keytab", "preserved", "memberof_group", "disabled"]
|
||||
action:
|
||||
description: Work on user or member level
|
||||
type: str
|
||||
|
||||
Reference in New Issue
Block a user