privacyidea / FreeRADIUS

Add two factor authentication to FreeRADIUS via privacyIDEA
GNU General Public License v2.0
19 stars 17 forks source link

change VSA #6

Closed kileurf closed 7 years ago

kileurf commented 7 years ago

Hello,

i would like to know if it's possible to change the VSA send back to the radius server ?

For the moment it's the privacyIDEA-Serial but i would like to send another VSA (fortinet dictionnary VSA)

cornelinux commented 7 years ago

Yes it is. You can map the return details to Vendor Attributes. https://github.com/privacyidea/FreeRADIUS/blob/master/rlm_perl.ini

kileurf commented 7 years ago

Can you explain me which parameter i need to change, i add dictionnary.fortinet and i include it to my dictionnary

and i change the rlm_perl.ini "[mapping]"

the name of the vendor Attribute change but not the attribute

thanks in advance for you're help

cornelinux commented 7 years ago

Hi, I added some more information to the docs: https://github.com/privacyidea/privacyidea/blob/master/doc/application_plugins/radius.rst#mapping-privacyidea-return-values-to-radius-attribute-value-pairs

kileurf commented 7 years ago

Thank you for you're help :)