[icecast] php script for listener count and www admin interface password

Tom Gray tom at worldofpain.net
Wed Mar 12 10:37:49 UTC 2003



Search for the text 'Client Authentication Scheme' in manual.html in 
/doc from the icecast1 source tarball. This explains how you setup users 
in icecast1 very well - there *are* docs out there!

You need to make sure that you 3 files in your config directory:

users.aut : This holds the users and passwords separated by a colon, eg:

adminusr:somepass
sysadmin:somepass
normusr:somepass

groups.aut : This defines user groups and says which users are in which 
groups. Eg:

admin:adminuser,sysadmin

mounts.aut : This defines mountpoints on your icecast server (such as 
/admin) that you want to control access to. It lists mountpoints 
followed by a colon and a comma separated list of *groups* that you want 
to allow access to a mountpoint.

eg:
/admin:admin
(this allows the admin group access to the /admin mountpoint, provided 
they enter their password correctly of course).

Tom

pharkawik at hampshire.edu wrote:
> that's right. i can make those fine. i have no problem connecting to the 
> admin interface through a shell, or using the encoder password or 
> anything. that's not the problem. the problem is that when i go to
> 
> http://server.com:8000/admin?mode=sources
> 
> in a web browser a dialog box comes up that says
> 
> +------------------------------------------------------------------+
> |                                                                       
>                    |
> |   To view this page, you need to log in to area       |
> |   "/admin" on server.com:8000.                                  |
> |                                                                       
>                    |
> |   Name:        __________                                            |
> |   Password: __________                                            |
> |                                                                       
>                    |
> +------------------------------------------------------------------+
> 
> !!! where is this specified????!!!!?!??!
> 
> -p
> 
> To view this page, you need to log in to area "/admin" on 
> server.com:8000. Your password will be sent in the clear.
> 
> 
> On Wednesday, March 12, 2003, at 06:07 AM, Marco Alanen wrote:
> 
>> On Wed, 12 Mar 2003 04:48:17 -0500
>> pharkawik at hampshire.edu wrote:
>>
>>> i have tried every password specified in the conf file (including
>>> admin_password) and every conceivable default as the username and/or
>>> password for this dialog... no luck.
>>
>>
>> Doesn't Debian use encrypted passwords in icecast? Can't remember how
>> to encrypt them though :/
>>
>> ----------------------------
>> Embedded RT System Developer
>>
>> Marco Alanen
>> Svensk ByggnadsGeodesi AB
>> Kvarnbergsvägen 27
>> 141 45  HUDDINGE
>> SWEDEN
>>
>> Phone: +46 (0)8 7112090
>> Fax: +46 (0)8 7112098
>> Homepage: http://www.sbg.se
>> E-mail: marco at sbg.se
>> ----------------------------
>> --- >8 ----
>> List archives:  http://www.xiph.org/archives/
>> icecast project homepage: http://www.icecast.org/
>> To unsubscribe from this list, send a message to 
>> 'icecast-request at xiph.org'
>> containing only the word 'unsubscribe' in the body.  No subject is 
>> needed.
>> Unsubscribe messages sent to the list will be ignored/filtered.
> 
> 
> --- >8 ----
> List archives:  http://www.xiph.org/archives/
> icecast project homepage: http://www.icecast.org/
> To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
> containing only the word 'unsubscribe' in the body.  No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.
> 

<p>--- >8 ----
List archives:  http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast mailing list