Hi, I'm using Freeradius 1.1.0. Is there some possibility to check the DN of client certificate within rlm_perl module when using EAP-TLS? I don't want allow access to all users which have right certificate. I'd like to check the DN by the perl script towards the file which contains allowed DNs. Thanks for suggestions. Regards, Michal -- Michal Prochazka // michalp@ics.muni.cz Supercomputing Center Brno Institute of Computer Science Masaryk University Botanicka 68a, 60200 Brno, CZ CESNET z.s.p.o. Zikova 4, 16200 Praha 6, CZ
Michal Prochazka <michalp@ics.muni.cz> wrote:
I'm using Freeradius 1.1.0. Is there some possibility to check the DN of client certificate within rlm_perl module when using EAP-TLS?
No. The certificate is not stored in a place that's accessible by the Perl module. The solution would be to patch the source. Alan DeKok.
participants (2)
-
Alan DeKok -
Michal Prochazka