| 362 | * Adjust attribute-map .xml as |
| 363 | {{{ |
| 364 | <Attribute name="urn:mace:dir:attribute-def:sn" id="sn"/> |
| 365 | <Attribute name="urn:oid:2.5.4.4" id="sn"/> |
| 366 | <Attribute name="urn:mace:dir:attribute-def:givenName" id="givenName"/> |
| 367 | <Attribute name="urn:oid:2.5.4.42" id="givenName"/> |
| 368 | <Attribute name="urn:mace:dir:attribute-def:mail" id="mail"/> |
| 369 | <Attribute name="urn:oid:0.9.2342.19200300.100.1.3" id="mail"/> |
| 370 | <Attribute name="urn:mace:dir:attribute-def:email" id="email"/> |
| 371 | <Attribute name="urn:oid:1.3.6.1.4.1.5923.1.1.1.10" id="email"/> |
| 372 | }}} |
| 373 | |
| 374 | * Adjust attribute-policy.xml as |
| 375 | |
| 376 | {{{ |
| 377 | |
| 378 | <AttributeRule attributeID="sn"> |
| 379 | <PermitValueRule xsi:type="ANY" /> |
| 380 | </AttributeRule> |
| 381 | |
| 382 | <AttributeRule attributeID="givenName"> |
| 383 | <PermitValueRule xsi:type="ANY" /> |
| 384 | </AttributeRule> |
| 385 | |
| 386 | <AttributeRule attributeID="mail"> |
| 387 | <PermitValueRule xsi:type="ANY" /> |
| 388 | </AttributeRule> |
| 389 | |
| 390 | <AttributeRule attributeID="email"> |
| 391 | <PermitValueRule xsi:type="ANY" /> |
| 392 | </AttributeRule> |
| 393 | }}} |
| 394 | |
| 395 | After, restart shibd and apache2 |
| 396 | |