Displaying 20 results from an estimated 10000 matches similar to: "MySQL/HTTP Auth"
2004 Dec 30
3
MySQL/HTTP Auth
> I haven't heard of anyone using mysql for anything directly with
> icecast (people use it for playlist automation systems external to
> icecast, though).
mmm, i thought some of the listener authentication has been looked at with
this ? ie. listener wants to connect, provides username,passowrd in URL,
icecast goes and looks in a MySQL database.
Obviously got the wrong end of the
2004 Dec 31
1
MySQL/HTTP Auth
On 30 Dec 2004, at 23:58, Michael Smith wrote:
> On Thu, 30 Dec 2004 23:49:43 +0000 (GMT), andrew@tranceairwaves.com
> <andrew@tranceairwaves.com> wrote:
>> Hi,
>> I have read alot of the archives, and looked over the
>> development
>> of listener authentication, and wondered if anyone has a working
>> version
>> with MySQL enabled ? as it
2004 Dec 30
0
MySQL/HTTP Auth
On Thu, 30 Dec 2004 23:49:43 +0000 (GMT), andrew@tranceairwaves.com
<andrew@tranceairwaves.com> wrote:
> Hi,
> I have read alot of the archives, and looked over the development
> of listener authentication, and wondered if anyone has a working version
> with MySQL enabled ? as it seems more in 'development' however I would
> like to give it a try.
I
2002 Dec 23
2
Multiple rate limited networks and transparent http proxy - tricky problem
Hello,
We have a box with good connectivity which we divide among several
internal networks by having a different interface for each internal
network and rate limiting outgoing traffic on each of these interfaces.
We are using cbq and a u32 match on the destination to organize the
packets. This works very well for us, but there may be a better way,
I''m no expert at this!
We also use a
2005 Feb 16
3
RE: Two questions
I am happy using icecast/ices, but have two questions:
1. If I was using cron to schedule a switching of a playlist, can I do
this without restarting icecast so that at a SPECIFIC TIME (let's say at
exactly 3:00 pm) a new song can be played without interupting the user
listening to the broadcast.
2. Is there a setting when the user first connects to play a *welcome*
file (i.e. about the
2008 Apr 25
3
Samba segs when serving files from a windows partition on OpenBSD-4.2
Hi,
Before I file a bug report, I just wanted to check that samba is capable
of serving files from a FAT32 partition. I have here an OpenBSD-4.2
i386 machine here with a second disk containting files that I will be
sharing via both NFS and samba. The NFS share work great, but samba seg
faults upon a windows client connecting. This occurs when using the
OpenBSD package, and also when built from
2005 Feb 16
2
RE: Two questions
Karl Heyes schreef:
>On Wed, 2005-02-16 at 21:29, Murray Saul wrote:
>
>
>>I am happy using icecast/ices, but have two questions:
>>
>>1. If I was using cron to schedule a switching of a playlist, can I do
>>this without restarting icecast so that at a SPECIFIC TIME (let's say at
>>exactly 3:00 pm) a new song can be played without interupting the
2004 Nov 01
1
Relay authentication on kh-57
Is something broken here?
I'm trying to do a test of relaying between two servers running kh-57.
Master-slave relaying fails: the connection fails on the master with:
[2004-11-01 17:05:32] DBUG admin/admin_handle_request Got command
(streamlist.txt)
[2004-11-01 17:05:32] INFO admin/admin_handle_request Bad or missing
password on admin command request (command: streamlist.txt)
As far as
2005 Jan 14
1
Forums ?
I know this isnt really a dev question, however according to the website
icecast.org has forum ? but it has no links ? we are currently looking at
deploying Icecast, so curious to see what issues people have had etc.
If anyone can point me in the right direction, would be grateful.
regards,
Andrew.
2006 Oct 06
1
HTTP authentication/authorisation for Apache & AD.
I am looking into the best way to integrate active directory user
authentication and authorisation in to Apache.
So far I have a working LDAP solution that requires the
username/password to be entered and a Kerberos setup that is transparent
to the user but with no authorisation.
Searching the net seems to only find commercial offerings which offer
true password less integration between AD &
2004 Oct 22
2
MySQL auth
Before I gird my loins and consider getting my fingers very dirty; in
the interests of not reinventing the wheel...
Is anyone working on a set of auth_mysql_*() routines to match the
auth_htpasswd_*() ones in auth.c?
2013 Mar 29
0
[LLVMdev] Print Global Prefix Issue
> Hey,
>
> I have an odd problem with printing prefixed global symbols in my
> AsmPrinter.
>
> In my MCAsmInfo subclass implementation, I set
>
> GlobalPrefix = "%";
>
>
> because my assembler needs this to avoid name collisions.
> Now, whenever a global symbol (be it a label, mbb operand ,etc.) gets
> printed, it is encapsulated in quotes.
2004 Oct 25
2
MySQL auth
On Sun, 2004-10-24 at 15:33, Mike Whitaker wrote:
> On 24 Oct 2004, at 13:25, Mike Whitaker wrote:
>
> > Ooo. :)
> >
> > Having just had a look at auth_curl.c in kh, that would probably do
> > what we want even better.
nice, these things aren't fully settled yet, for instance are enough
parameters passed etc.
> > Is it possible (or would it *be*
2004 Oct 24
2
MySQL auth
>
> I have started an implementation in the kh branch, so that libcurl
> could
> be used for listener auth, so can shell commands, but neither have been
> used in anger yet.
Ooo. :)
Having just had a look at auth_curl.c in kh, that would probably do
what we want even better.
Is it possible (or would it *be* possible) to make <mount> sections
take wildcards for
2013 Mar 29
2
[LLVMdev] Print Global Prefix Issue
Hey,
I have an odd problem with printing prefixed global symbols in my
AsmPrinter.
In my MCAsmInfo subclass implementation, I set
GlobalPrefix = "%";
because my assembler needs this to avoid name collisions.
Now, whenever a global symbol (be it a label, mbb operand ,etc.) gets
printed, it is encapsulated in quotes.
With other chars than '%' everything is okay...
I also
2004 Aug 06
2
Client auth with mysql
Hi,
I have a customer (a small french music producer) who's putting up a "paid"
radio, it's not really paid, because you don't buy an access, you just by a
cd, and you get radio access.
So, I needed to check access to the radio, in an intelligent manner :-)
A collegue of mine started doing things, he ended up with scripts adding ip's
to the server's firewall...
I
2004 Aug 06
1
Client auth with mysql
+-Le 12/05/2004 14:20 -0500, oddsock a dit :
| Mathieu,
|
| This is a great idea, and I'm sure many people would like to take
| advantage of it. Since the release of 2.0.0, we've added an
| "authenticator" framework which allows us to create authentication
| modules for handling listener (client-based) authentication. We
| currently have one authentication module (htpasswd)
2001 Jan 23
1
Re: HTTP Streaming
Okay, this is similar to how the mp3 streaming was.
The question is then, what is the MIME type for the
playlist itself? For mp3s, it used to be
audio/x-mpegurl??
Thanks,
Matt
>You need to create a playlist containing the URL of
the Vorbis file. Then
>the browser will just download the playlist and hand
it off to your player.
>Which player are you using? Not all of them have
>HTTP
2008 Feb 29
2
moin auth from http-auth
hi guys,
Just wondering if anyone know the possibility of getting Moin to inherit
http auth ?
Was just looking at a few things that we might be able to do - and using
inherit from http auth might make life a bit easier for us, and users.
- KB
--
Karanbir Singh : http://www.karan.org/ : 2522219 at icq
2004 Aug 06
2
Playlist handling
I have some questions about how the playlist handling works in ices2. I'm
trying to decide whether I want to use the script option within ices or set
up a cron job that writes a new playlist.txt every so often. I play live
recordings and want to minimize any gaps between files, so the internal
scripting option seems like it would introduce even longer gaps than occur
with straight