Skip to content

Commit

Permalink
Add: GMP doc: missing SOURCES for CREATE_USER
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and bjoernricks committed May 30, 2024
1 parent c05827c commit 9308240
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6107,6 +6107,7 @@ END:VCALENDAR
<o><e>hosts</e></o>
<o><e>password</e></o>
<any><e>role</e></any>
<o><e>sources</e></o>
</pattern>
<ele>
<name>name</name>
Expand Down Expand Up @@ -6153,6 +6154,29 @@ END:VCALENDAR
</attrib>
</pattern>
</ele>
<ele>
<name>sources</name>
<summary>List of authentication sources for this user (if omitted then 'file')</summary>
<description>
<p>
'file' means to store the user in the database.
</p>
</description>
<pattern>
<any><e>source</e></any>
</pattern>
<ele>
<name>source</name>
<summary>Authentication source</summary>
<pattern>
<alts>
<alt>file</alt>
<alt>ldap_connect</alt>
<alt>radius_connect</alt>
</alts>
</pattern>
</ele>
</ele>
<response>
<pattern>
<attrib>
Expand Down Expand Up @@ -27870,6 +27894,11 @@ END:VCALENDAR
<ele>
<name>sources</name>
<summary>List of authentication sources for this user (if omitted, no changes)</summary>
<description>
<p>
'file' means to store the user in the database.
</p>
</description>
<pattern>
<any><e>source</e></any>
</pattern>
Expand Down

0 comments on commit 9308240

Please sign in to comment.