Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Icecast-Server
Icecast-Server
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 95
    • Issues 95
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #2123

Closed
Open
Created Dec 14, 2014 by Philipp Schafft@ph3-der-loewe🦁Maintainer

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
Icecast 2.5.0
Milestone
Icecast 2.5.0
Assign milestone
Time tracking
None
Due date
None