search for: myauth

Displaying 20 results from an estimated 62 matches for "myauth".

2018 Oct 27
3
unable to set username/password for a mount point
...nt to add authentication: https://icecast.org/docs/icecast-2.4.1/auth.html I added the following to /etc/icecast2/icecast.xml file: <mount> <mount-name>/example.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication></mount> I restarted the icecast server as: sudo /etc/init.d/icecast2 restart I tried to add a username/password to the /example.ogg stream and I get the following message in the...
2008 May 28
2
problem using icecast 2 Listener Authentication
...I'm using the HTPASSWD Listener Authentication , and I add this line to my icecast config files: <mount> <mount-name>/testmount.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> </mount> All works ok , the stream with testmount.ogg has the lock , but when I go to the admin web page for manage the user , when I try to add user I...
2006 Dec 17
0
Path to 'myauth' etc. files....
We have been running Icecast for quite a while (over a year) on a windows platform. No problems there. Last week we switched over to Fedora. On the windows platform, the *auth files were in the root of the icecast install directory along with icecast.xml and the binary. On *nix the binary is in /usr/local/bin while the icecast.xml is in /etc. So, I moved the *auth files to the /etc and the
2015 Feb 17
3
listener authentication
...I start Icecast. StartingIcecast 2.4.1 Using config "icecast.xml" from installation directory ... Please open http://localhost:8000 or http://127.0.0.1:8000 in your web browser t o see the web interface. [2015-02-16 18:49:49] WARN auth_htpasswd/auth_htpasswd.c failed to check status of myauth I have attached a copy of my xml file. Thanks! -----Original Message----- From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of "Thomas B. R?cker" Sent: Monday, February 16, 2015 10:46 AM To: icecast at xiph.org Subject: Re: [Icecast] listener authentica...
2018 Oct 27
0
unable to set username/password for a mount point
...; https://icecast.org/docs/icecast-2.4.1/auth.html > > I added the following to /etc/icecast2/icecast.xml file: > |<mount> | > |<mount-name>/example.ogg</mount-name> <authentication > type="htpasswd"> <option name="filename" value="myauth"/> <option > name="allow_duplicate_users" value="0"/> </authentication> </mount>| > > I restarted the icecast server as: > sudo /etc/init.d/icecast2 restart > I tried to add a username/password to the /example.ogg stream and I get the fo...
2015 Feb 16
2
listener authentication
...using 2.41 on Windows 7 with BUTT. I have read the documentation but I don't understand where to enter this in the config file. <mount> <mount-name>/example.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication></mount> On Mon, Feb 16, 2015 at 8:18 AM, "Thomas B. R?cker" <thomas at ruecker.fi> wrote: > On 02/16/2015 12:24 PM, Ron Harmon wrote: > > I cannot for t...
2015 Feb 19
2
listener authentication
..." from installation directory ... > > > > Please open http://localhost:8000 or http://127.0.0.1:8000 in your web > > browser t > > o see the web interface. > > [2015-02-16 18:49:49] WARN auth_htpasswd/auth_htpasswd.c failed to check > > status > > of myauth > > > > I have attached a copy of my xml file. > > There are a couple of things wrong with that. > * The hostname is NOT an URL. If you don't plan to list on dir.xiph.org, > leave it as "localhost" and ignore the warning. > * example.m3u is wrong, as pointed...
2015 Feb 18
0
listener authentication
...> Using config "icecast.xml" from installation directory ... > > Please open http://localhost:8000 or http://127.0.0.1:8000 in your web > browser t > o see the web interface. > [2015-02-16 18:49:49] WARN auth_htpasswd/auth_htpasswd.c failed to check > status > of myauth > > I have attached a copy of my xml file. There are a couple of things wrong with that. * The hostname is NOT an URL. If you don't plan to list on dir.xiph.org, leave it as "localhost" and ignore the warning. * example.m3u is wrong, as pointed out by Philipp I've attached...
2015 Nov 29
5
Problem with fallback on 2.31 on Windows XP
...lback-when-full>1</fallback-when-full> <intro>/example_intro.ogg</intro> <hidden>1</hidden> <no-yp>1</no-yp> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> <on-connect>/home/icecast/bin/broadband-connect</on-connect> <on-disconnect>/home/icecast/bin/broadband-disconnect</on-disconnect>...
2005 Feb 02
2
user Authentication - fail to add an user
.../max-listeners> <fallback-mount>/test</fallback-mount> <fallback-override>1</fallback-override> <mount-name>/stream2.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> </mount> So far so good. When I start Icecast the mounts so in the admin page. If I try to add an user the following error appears User add failed - check the iceca...
2005 Mar 14
1
fallback time
...vorig</mount-name> <fallback-mount>/secours</fallback-mount> <fallback-override>1</fallback-override> <authentication type="htpasswd"> <option name="filename" value="/usr/local/share/icecast/myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> </mount> <relay> <server>192.128.0.41</server> <port>8000</port> <mount>/arvorig&l...
2008 Sep 26
1
problems with auth protocol
Hello there, I have a client connecting to dovecot and comunicating like this: * OK Dovecot ready. * AUTHENTICATE MYAUTH + base64 challange base64_response {NNN} * NO Invalid base64 data in continued response The problem is that dovecot seems to reject the response because of the {NNN} in the end of the string. If I remove the {NNN} it authenticates just fine. Any idea of whether it's standard or not? Thanks...
2015 Feb 16
0
listener authentication
...BUTT. > I have read the documentation but I don't understand where to enter > this in the config file. > |<mount> > <mount-name>/example.ogg</mount-name> > <authentication type="htpasswd"> > <option name="filename" value="myauth"/> > <option name="allow_duplicate_users" value="0"/> > </authentication> > </mount>| > You could paste it in the default windows config right below this: <!-- Mountpoints Only define <mount> sections if you want to...
2015 Nov 30
0
Problem with fallback on 2.31 on Windows XP
...>1</fallback-when-full> > <intro>/example_intro.ogg</intro> > <hidden>1</hidden> > <no-yp>1</no-yp> > <authentication type="htpasswd"> > <option name="filename" value="myauth"/> > <option name="allow_duplicate_users" value="0"/> > </authentication> > <on-connect>/home/icecast/bin/broadband-connect</on-connect> > <on-disconnect>/home/icecast/bin/broadband-disconnect</on-dis...
2004 Aug 06
4
No Duplicate Users - Patch
...======= --- conf/icecast.xml.in (revision 6619) +++ conf/icecast.xml.in (working copy) @@ -86,6 +86,7 @@ <fallback-mount>/example2.ogg</fallback-mount> <authentication type="htpasswd"> <option name="filename" value="myauth"/> + <option name="allow_duplicate_users" value="0"/> </authentication> </mount> --> Index: src/auth.c =================================================================== --- src/auth.c (revision 6619) +++ src/aut...
2011 Jun 16
1
Need help with config file
...mount> <fallback-override>1</fallback-override> <fallback-when-full>1</fallback-when-full> <intro>/path/to/stream-intro.ogg</intro> <hidden>1</hidden> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> <on-connect>/home/icecast/bin/stream-start</on-connect> <on-disconnect>/home/icecast/bin/stream-stop</on-disconnect> </mount> --> .... <authentication t...
2006 Mar 17
0
Authentication problem
...w.icecast.org/docs/icecast-2.3.1/icecast2_listenerauth.html), and added some lines to my icecast.xml : <mount> <mount-name>/live.ogg</mount-name> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="0"/> </authentication> </mount> I then connect my source client and the mount point is created as it should be. I log in to the administration interface, and I click on the &qu...
2008 May 29
1
problem using icecast 2 Listener Authentication
2008/5/29 Karl Heyes <karl at xiph.org>: > > > [2008-05-28 20:03:09] WARN auth_htpasswd/htpasswd_adduser Failed to open > authentication database "myauth": Permission denied > > > > > > > > What's my error ?? > > > > I think that is on my xml config files , in particular here: > > You should really place a full path in the setting therefore not relying > on the current directory which seems to be...
2015 Feb 16
2
listener authentication
I cannot for the life of me get listener authentication to work. Would it be possible to send me a complete xml file that has listener authentication setup? Thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20150216/1d5e1790/attachment.htm
2005 Feb 02
3
user Authentication - fail to add an user
On Wed, 2005-02-02 at 14:46, Geoff Shang wrote: > Ron Blok wrote: > > > <mount> > > <mount-name>/stream1</mount-name> > > <max-listeners>100</max-listeners> > > <fallback-mount>/test</fallback-mount> > > <fallback-override>1</fallback-override> > > > >