| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Tue Apr 18, 2006 10:14 am Post subject: Authentication problem |
|
|
hi' it's me again...
We use 2.2 kh6 with a authentication php that returns 1 if user is authenticated and 0 if the user is not... This worked GREAT on the old version.. Now that we wanna go to 2.3.1 we have had some issues, 1 been solved thnks to KarlH thnks for that... here's next problem...
Authentication..
i use
| Code: |
<authentication type="url">
<option name="username" value=""/>
<option name="password" value=""/>
<option name="listener_add" value="http://www.servername.com/test_auth.php"/>
<option name="listener_remove" value="http://www.servername.com/del_auht.php"/>
</authentication>
|
But it doesnt authenticate at all, it let's everybody in
Not to rub it in but now i also get Could not parse XSLT file |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Apr 18, 2006 1:49 pm Post subject: |
|
|
The could not parse is related to some request made of one of the xsl files, your error log should indicate which one is causing a problem and the reason for it.
If you are sure that the headers are correct then email me the headers that are sent back to icecast.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Tue Apr 18, 2006 8:50 pm Post subject: wo what sup :-) |
|
|
had any chance to have a look yet ??
if not i have another issue now... with 2.2kh6 on a new server... while waiting for 2.3kh4
| Code: |
[2006-04-18 16:45:16] INFO main/main Icecast 2.2-kh6 server started
[2006-04-18 16:45:16] WARN main/main YP server handling has been disabled
[2006-04-18 16:45:16] INFO auth/auth_run_thread Authenication thread started
[2006-04-18 16:45:17] INFO slave/start_relay_stream Starting relayed source at mountpoint "/stream09.nsv"
[2006-04-18 16:45:17] INFO slave/start_relay_stream Starting relayed source at mountpoint "/stream04.nsv"
[2006-04-18 16:45:17] INFO slave/start_relay_stream Starting relayed source at mountpoint "/stream03.nsv"
[2006-04-18 16:45:17] INFO slave/start_relay_stream Starting relayed source at mountpoint "/stream02.nsv"
[2006-04-18 16:45:17] INFO slave/start_relay_stream Starting relayed source at mountpoint "/stream01.nsv"
[2006-04-18 16:45:17] EROR slave/start_relay_stream Error from relay request: Service Unavailable
[2006-04-18 16:45:17] INFO source/source_apply_mount Applying mount information for "/stream04.nsv"
[2006-04-18 16:45:17] INFO source/source_apply_mount Applying mount information for "/stream02.nsv"
[2006-04-18 16:45:17] INFO source/source_apply_mount Applying mount information for "/stream04.nsv"
[2006-04-18 16:45:17] INFO source/source_apply_mount Applying mount information for "/stream02.nsv"
[2006-04-18 16:45:17] INFO source/source_apply_mount Applying mount information for "/stream03.nsv"
[2006-04-18 16:45:17] INFO source/source_apply_mount Applying mount information for "/stream04.nsv"
[2006-04-18 16:45:17] INFO source/source_apply_mount Applying mount information for "/stream02.nsv"
[2006-04-18 16:45:17] INFO source/source_apply_mount Applying mount information for "/stream03.nsv"
[2006-04-18 16:45:17] INFO source/source_apply_mount Applying mount information for "/stream04.nsv"
[2006-04-18 16:45:17] INFO source/source_apply_mount Applying mount information for "/stream09.nsv"
[2006-04-18 16:45:22] INFO auth/add_client adding client for authentication
[2006-04-18 16:45:22] EROR auth/auth_run_thread client auth process not set
|
And then icecast quits on me... same scrip as i've used on 5 other servers.. |
|
| Back to top |
|
 |
|