2 Dec
2015
2 Dec
'15
7:06 p.m.
On Dec 2, 2015, at 4:02 PM, Alan Buxey <A.L.M.Buxey@LBORO.AC.UK> wrote:
I'd use seperate policies because it keeps it simpler - your code will otherwise be a nest of if/else statements and wrappers
Think about if you have different virtual servers...each will have auth/autz/acct but you may want different things....
You can use the special policy names e.g. policy.authorize { } policy.authenticate { } and call 'policy' in the different sections to achieve per section behaviour. -Arran