Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Icecast-Server Icecast-Server
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 116
    • Issues 116
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.OrgXiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #2123

Support management of multiple <role>s

As with support there can be multiple per and global s management support in the admin/ interface needs update.

there are 3 most major parts of this:

  1. defining format and outputting information about those s on a given (mount or global) object.
  2. update the admin/*.xsl files to reflect the new interface.
  3. update command_manageauth() to reflect the changes.

Please define a format for the output and reassign to me after that. Examples:

<authentication>
 <role id="xxx" name="yyy" />
 <role id="xxx" name="yyy" />
 <role id="xxx" name="yyy" />
</authentication>
<authentication>
 <role>
  <id>yyy</id>
  <name>xxx</name>
 </role>
 <role>
  <id>yyy</id>
  <name>xxx</name>
 </role>
 <role>
  <id>yyy</id>
  <name>xxx</name>
 </role>
</authentication>

The first example mimics the config file format. The second is more to how stuff in admin/* has been.

Assignee
Assign to
Time tracking