Subject Re: [Firebird-Architect] Re: [Firebird-admin] Re: [Firebird-devel] Common Message Repository
Author Alex Peshkov
Alexandre Benson Smith wrote:

>>I prefer a table, why impose a limit ?
>>
>>
>>
If we let non-admin users modify there coteries, some limit may be
useful. Just to avoid thousands of coteries per user (people may
sometimes do foolish things).

>spb_add_cotery should be mandatory in user creation ?
>
>
This is what we must solve. Making cotery mandatory is OK for new
applications, but it definitely breaks old scripts, using gsec.

>gsec mod username -c[ottery] add 192.168.3.0/24
>gsec mod username -c[ottery] remove 192.168.3.0/24
>
I'm afraid this style requires a bit more rework in command line parser.
But nothing impossible.