1
Development and Code Review / Re: Access Servers - Radius: Adding default radius realm to configuration page
« on: April 04, 2020, 09:14:03 am »
The reason I couldn't find any form validation is because there isn't any for the Servers configuration section.
So from my perspective there are 3 options:
1. Update the form with my new fields and don't validate them.
2. Validate my new fields by adding preg matches to the existing code.
3. Write the Servers section under the new module mechanism.
Options 1 and 2 in my opinion range from horrible to undesirable.
I'm guessing that the preferred solution here is a re write?
And that his section of the code hasn't been done already as no one will have had a reason to touch it?
So I guess my long winded question is. Is anyone working on this at the moment?
If so do they need some help?
If not them I'm going to start turning this into a module.
So from my perspective there are 3 options:
1. Update the form with my new fields and don't validate them.
2. Validate my new fields by adding preg matches to the existing code.
3. Write the Servers section under the new module mechanism.
Options 1 and 2 in my opinion range from horrible to undesirable.
I'm guessing that the preferred solution here is a re write?
And that his section of the code hasn't been done already as no one will have had a reason to touch it?
So I guess my long winded question is. Is anyone working on this at the moment?
If so do they need some help?
If not them I'm going to start turning this into a module.