rlm_perl to authenticate against data in ldap

Vincent Arniego vincent_arniego at yahoo.com
Thu May 14 08:46:51 CEST 2009


Hi Everyone,

I browsed the mailing list for possible solutions to the problem I have but unfortunately I didn't find any (or something I missed I dunno)

We have this Cisco ISG 7301 router that we are using that are passing the Remote-ID av pair as its User-Name (just a copy not that it matters)
Now, the remote ID format is ascii in format but hexadecimal in meaning 0000079d010100660000000000000000000050544e55544147303033000705000064

We would only want to authenticate the part after the 20 zeroes "50544e55544147303033000705000064". By the way the length before this substring is always fixed (18 bytes) so we only want the part after 18 bytes.

is it possible to parse this string in perl then passing the result string to ldap for authentication? Or will we use ldap inside rlm_perl?

Just to add, we also want to check the first 4 bytes (0000079d) if it is not in this format, we'll treat the whole user-id as a whole. 

Thank you in advanced.

Vincent



      



More information about the Freeradius-Users mailing list