Feature #8878
closedPropagate user's description field into QR code for FreeRADIUS
100%
Description
Hi,
it is often desirable (esp. when you have more than one identity added in your Google Auth mobile app) to distinguish between different identities. Having all of them to be descripted as "*FreeRADIUS*" is not the most convenient way.
I have made the following modification to freeradius.xml:
- var provider = encodeURIComponent("FreeRADIUS");
+ var provider = encodeURIComponent($('#description').val());
+ if (provider.length == 0) {
+ provider = encodeURIComponent("FreeRADIUS");
+ }
What do you think about it?
Updated by Jim Pingle over 5 years ago
- Project changed from pfSense to pfSense Packages
- Category set to FreeRADIUS
Updated by Juraj Lutter about 5 years ago
Juraj Lutter wrote:
Hi,
it is often desirable (esp. when you have more than one identity added in your Google Auth mobile app) to distinguish between different identities. Having all of them to be descripted as "*FreeRADIUS*" is not the most convenient way.
I have made the following modification to freeradius.xml:
[...]
What do you think about it?
Looks good to me. Thanks.
Updated by Viktor Gurov over 4 years ago
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
Updated by Viktor Gurov over 4 years ago
- Status changed from Feedback to Resolved
works as expected on pfSense 2.4.5 with freeradius3 0.15.7_11