Skip to content

Commit

Permalink
Merge pull request #2211 from greenbone/gmp-doc-clarify-sources
Browse files Browse the repository at this point in the history
Change: GMP doc: be more accurate about user SOURCES
  • Loading branch information
a-h-abdelsalam authored Jun 14, 2024
2 parents 7e50546 + 54a837f commit 60af6e4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6272,14 +6272,17 @@ END:VCALENDAR
</ele>
<ele>
<name>sources</name>
<summary>List of authentication sources for this user (if omitted then 'file')</summary>
<summary>Authentication source for this user (if omitted then 'file')</summary>
<description>
<p>
'file' means to store the user in the database.
</p>
<p>
The element is called SOURCES for historic reasons. Only one SOURCE is allowed.
</p>
</description>
<pattern>
<any><e>source</e></any>
<o><e>source</e></o>
</pattern>
<ele>
<name>source</name>
Expand Down Expand Up @@ -28163,14 +28166,17 @@ END:VCALENDAR
</ele>
<ele>
<name>sources</name>
<summary>List of authentication sources for this user (if omitted, no changes)</summary>
<summary>Authentication source for this user (if omitted, no changes)</summary>
<description>
<p>
'file' means to store the user in the database.
</p>
<p>
The element is called SOURCES for historic reasons. Only one SOURCE is allowed.
</p>
</description>
<pattern>
<any><e>source</e></any>
<o><e>source</e></o>
</pattern>
<ele>
<name>source</name>
Expand Down

0 comments on commit 60af6e4

Please sign in to comment.