| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Tue Aug 29, 2006 12:01 am Post subject: Newbie question |
|
|
I can not seem to get the listner auth working for a relay, here is part of my config :
<relay>
<server>127.0.0.1</server>
<port>8001</port>
<mount>
<mount-name>/broadcastcall.ogg</mount-name>
<authentication type="htpasswd">
<option name="filename" value="/usr/local/share/icecast/passwd/myauth"/>
<option name="allow_duplicate_users" value="1"/>
</authentication>
<on-demand>0</on-demand>
</mount>
</relay>
Ideally what I would like to do, is to block all access to the site without user name and password.
Thanks
DB |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Aug 29, 2006 10:25 pm Post subject: |
|
|
Seperate <relay> and <mount> as they are refering to different things. Settings in relay refer to the relaying connection only whereas mount refers to how listeners see the mountpoint. so listener authentication goes in <mount> but not in <relay>
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed Aug 30, 2006 2:21 am Post subject: |
|
|
| That worked! |
|
| Back to top |
|
 |
|