Skip to content
Snippets Groups Projects
Unverified Commit a2c80f26 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

README-group: Fix description of external parameter

The external parameter was showing type flag instead of type bool.
parent 200eb304
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ Variable | Description | Required
`description` | The group description string. | no
`gid` \| `gidnumber` | The GID integer. | no
`nonposix` | Create as a non-POSIX group. (bool) | no
`external` | Allow adding external non-IPA members from trusted domains. (flag) | no
`external` | Allow adding external non-IPA members from trusted domains. (bool) | no
`nomembers` | Suppress processing of membership attributes. (bool) | no
`user` | List of user name strings assigned to this group. | no
`group` | List of group name strings assigned to this group. | no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment