Changes between Version 1 and Version 2 of RaSpSetup
- Timestamp:
- 12/15/11 10:02:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RaSpSetup
v1 v2 63 63 }}} 64 64 65 6. Configure Shibboleth SP in /etc/shibboleth/attribute-policy.xml 66 {{{ 67 ... 68 <afp:PermitValueRule id="isMemberOf" xsi:type="OR"> 69 <Rule xsi:type="AttributeValueString" value="cn=appusers:rightanswersprod:helpdesk,ou=group,dc=alaska,dc=edu"/> 70 <Rule xsi:type="AttributeValueString" value="cn=appusers"/> 71 </afp:PermitValueRule> 72 ... 73 <afp:AttributeRule attributeID="isMemberOf"> 74 <afp:PermitValueRuleReference ref="isMemberOf"/> 75 </afp:AttributeRule> 76 ... 77 }}} 65 78