| | 585 | |
| | 586 | <!-- Enable anonymous reads --> |
| | 587 | <Setting Name="AnonymousRead" Type="htf:map"> |
| | 588 | <Setting Name="AnonymousReadAuthMethod" Type="xsd:string">urn:bandit-project:otis:authmethod:1.0:anonymous</Setting> |
| | 589 | |
| | 590 | <!-- |
| | 591 | |
| | 592 | Below illustrates how to setup a username/password authentication method for anonymous reads |
| | 593 | |
| | 594 | <Setting Name="AnonymousReadAuthMethod" Type="xsd:string">urn:bandit-project:otis:authmethod:1.0:usernamePassword</Setting> |
| | 595 | <Setting Name="AnonymousReadAuthMaterial" Type="htf:map"> |
| | 596 | <Setting Name="AuthMaterialID" Type="xsd:string">urn:bandit-project:otis:authmaterial:1.0:usernamePassword</Setting> |
| | 597 | <Setting Name="ChildMaterials" Type="htf:list"> |
| | 598 | <Setting Type="htf:map"> |
| | 599 | <Setting Name="AuthMaterialID" Type="xsd:string">urn:bandit-project:otis:authmaterial:1.0:username</Setting> |
| | 600 | <Setting Name="AuthMaterialValue" Type="xsd:string">username</Setting> |
| | 601 | </Setting> |
| | 602 | <Setting Type="htf:map"> |
| | 603 | <Setting Name="AuthMaterialID" Type="xsd:string">urn:bandit-project:otis:authmaterial:1.0:password</Setting> |
| | 604 | <Setting Name="AuthMaterialValue" Type="xsd:string">password</Setting> |
| | 605 | </Setting> |
| | 606 | </Setting> |
| | 607 | </Setting> |
| | 608 | |
| | 609 | --> |
| | 610 | </Setting> |