Skip to content

Commit

Permalink
GMP doc: add GROUPS to CREATE_USER
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell committed Jun 18, 2024
1 parent d223125 commit 7b18e86
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6226,6 +6226,7 @@ END:VCALENDAR
<o><e>hosts</e></o>
<o><e>password</e></o>
<any><e>role</e></any>
<o><e>groups</e></o>
<o><e>sources</e></o>
</pattern>
<ele>
Expand Down Expand Up @@ -6273,6 +6274,23 @@ END:VCALENDAR
</attrib>
</pattern>
</ele>
<ele>
<name>groups</name>
<summary>Groups the user will be added to</summary>
<pattern>
<any><e>group</e></any>
</pattern>
<ele>
<name>group</name>
<pattern>
<attrib>
<name>id</name>
<type>uuid</type>
<required>1</required>
</attrib>
</pattern>
</ele>
</ele>
<ele>
<name>sources</name>
<summary>Authentication source for this user (if omitted then 'file')</summary>
Expand Down

0 comments on commit 7b18e86

Please sign in to comment.