21 Mar
2019
21 Mar
'19
9:09 a.m.
On Mar 21, 2019, at 8:59 AM, jallamas@uma.es wrote:
I'm using freeradius 3.0.13 and I'm using it with openldap. I'm already mapped the ldap attributes, but unfortunately, I have radiusExpiration saved in ldap with double quotes and doesn't match the format that accepts.
I have searched in this list and google how to strip first and last char of radiusExpire variable without result. Anyone knows how to do it?
You can do it with a regular expression. But the real solution is to just get rid of the quotes in the database. Alan DeKok.