El Martes, 23 de Septiembre de 2008, Ali Jawad escribió:
I want some of my users only to be able to logon through a certain IP, is there some ACL mechanism that can be used to do that ?
No, but you can implement it easily. For example I do it by adding a field to "subscriber" table (loading that field in as extra data) containing the allowed IP(s).
Later in the script just do a comparision (can be regular comparision).