Hello ,
Can someone describe me a real example how to write rules in permission.allow, permission.deny. I use the example from file permission.* and it doesn't work, permission is set ALL to ALL. Or maybe exist other method to make call restrictions?
#openser.cfg .... loadmodule "/usr/lib/openser/modules/permissions.so" .... modparam("permissions", "default_deny_file", "/etc/openser/permissions.deny") modparam("permissions", "default_allow_file", "/etc/openser/permissions.allow") ....
Salut Ion,
it might sound silly, but have you edited the permissions.* files? the ones provided in modules/permissions/config/ are completely commented out :).
regards, bogdan
Ion Minzu wrote:
Hello ,
Can someone describe me a real example how to write rules in permission.allow, permission.deny. I use the example from file permission.* and it doesn't work, permission is set ALL to ALL. Or maybe exist other method to make call restrictions?
#openser.cfg .... loadmodule "/usr/lib/openser/modules/permissions.so" .... modparam("permissions", "default_deny_file", "/etc/openser/permissions.deny") modparam("permissions", "default_allow_file", "/etc/openser/permissions.allow") ....