ipauser: Add support for parameter "street"

ipauser plugin was missing user parameter "street".

Tests were updated to reflect the new parameter.
This commit is contained in:
Rafael Guterres Jeffman
2023-02-20 14:13:39 -03:00
parent c4de680497
commit f56861cc15
4 changed files with 82 additions and 44 deletions

View File

@@ -397,6 +397,7 @@ Variable | Description | Required
`uid` \| `uidnumber` | User ID Number (system will assign one if not provided). | no
`gid` \| `gidnumber` | Group ID Number. | no
`gecos` | GECOS | no
`street` | Street address | no
`city` | City | no
`userstate` \| `st` | State/Province | no
`postalcode` \| `zip` | Postalcode/ZIP | no
@@ -444,3 +445,4 @@ Authors
=======
Thomas Woerner
Rafael Jeffman