Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Typo in sample ml-config #271

Closed
grtjn opened this issue Aug 25, 2014 · 0 comments
Closed

Typo in sample ml-config #271

grtjn opened this issue Aug 25, 2014 · 0 comments
Labels
Milestone

Comments

@grtjn
Copy link
Contributor

grtjn commented Aug 25, 2014

Sample user in ml-config has this roles definition:

  <role-names>
    <role-names>@ml.app-role</role-names>
  </role-names>

Just aesthetic, but that should be:

  <role-names>
    <role-name>@ml.app-role</role-name>
  </role-names>

(Inner element should be role-name without plural..)

Inner element-name seems to be ignored looking at the code, so both should work..

dmcassel added a commit that referenced this issue Aug 25, 2014
@dmcassel dmcassel added the bug label Aug 25, 2014
@paxtonhare paxtonhare modified the milestone: v1.6 Oct 31, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants