about usermanagment and rights i thought i would wait untill the 
security engine is build into red5
to see if the acegi could be also used with applications if not i had 
choosen to use JUM

http://www.os-kit.org/jum/

for handling access...

@ dan about your solution, what would u like to prevent?
wrong access?

imagine this:
2 users using the same proxy
so having the same ip, how would you handle that if one has access 
rights the otherone not?

Greetz
Sascha

Dan Rossi schrieb:
> I chose to do this within the application adaptor, just get the 
> remotehost ip and check against a list of ip's. I chose to add the list 
> of allowed or disallowed ip's in a comma seperated string in 
> red5.properties, and simply get these config settings, split the  string 
> into an array loop through the array to check if the host is in the 
> allowed or dissallowed list and return false or true in the connect 
> method. maybe there is a better way ?
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>   


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to