Skip to content

Commit

Permalink
Add forgotten changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Sep 25, 2019
1 parent e252ef4 commit 862f135
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,21 @@
</xsd:annotation>
<xsd:sequence>
<xsd:element name="grouperName" type="xsd:string" minOccurs="0"/>
<xsd:element name="member" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="ldapDn" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>

<xsd:complexType name="ArchetypeExtensionType">
<xsd:annotation>
<xsd:appinfo>
<a:extension ref="c:ArchetypeType"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="grouperNamePrefix" type="xsd:string" minOccurs="0"/> <!-- e.g. ref:affiliation: -->
<xsd:element name="ldapRootDn" type="xsd:string" minOccurs="0"/> <!-- e.g. ou=Affiliations,ou=Groups,dc=internet2,dc=edu -->
<xsd:element name="midPointNamePrefix" type="xsd:string" minOccurs="0"/> <!-- e.g. affiliation_ -->
<xsd:element name="midPointDisplayNamePrefix" type="xsd:string" minOccurs="0"/> <!-- e.g. Affiliation: -->
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
Expand Down
2 changes: 1 addition & 1 deletion demo/complex2s/recompute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

source $(dirname "$0")/../../library.bash

recompute roles d48ec05b-fffd-4262-acd3-d9ff63365b62
recompute orgs d48ec05b-fffd-4262-acd3-d9ff63365b62
recompute users e897468f-20bd-419c-8fc5-1fe60e2600de

0 comments on commit 862f135

Please sign in to comment.