23 Dec
2011
23 Dec
'11
4:26 a.m.
On Fri, Dec 23, 2011 at 3:54 PM, vazoumana fofana <zoumlander@hotmail.com> wrote:
Do you know where i can insert script to add new fonctions like described in my previous email ? When client sends its certificate , server checks before username or certificate validity ?
Try: - http://wiki.freeradius.org/Sites%20configuration - http://freeradius.org/radiusd/man/unlang.html - http://wiki.freeradius.org/Rlm_perl Use unlang and attributes (such as TLS-Client-Cert-Common-Name) to do whatever filtering you want. If you need complex processing, you might have to use rlm_perl as well. -- Fajar