| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Mon Mar 26, 2007 4:18 pm Post subject: Multiple Mounts auth and allow_duplicate_users option |
|
|
Hello All!
I have 3 mounts all with passwords and I want to make it so that only one user can login at one time on all mounts.
Now the "allow_duplicate_users" option works but only for that one mount.
So since I have 3 mounts they can login 3 times but I want only 1 login for all 3 mounts.
Example:
If I have mount /1 with user X connected
Then user X tries to login to mount /2 also
They will not be allowed to connect to mount /2 until they disconnect from mount /1 first.
I hope this helps and there is a way of doing this.
Thanks
John
Can this be done?
I am using:
Icecast 2.3-kh7
icecast_auth scripting created by oddsock |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Mar 26, 2007 5:57 pm Post subject: |
|
|
The search for existing listeners is only on the current mountpoint but if are using a seperate authentication engine then you could expand the search when the url for listener_add option is triggered (probably by just dropping the mountpoint selection in the select).
karl. |
|
| Back to top |
|
 |
|