home.social

#freeradius — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #freeradius, aggregated by home.social.

  1. Интеграция TOTP в OСSERV (FreeRADIUS + FreeIPA)

    В данном руководстве приведена инструкция по внедрению двухфакторной аутентификации (2FA/TOTP) для VPN-доступа на базе OCSERV (OpenConnect Server) в связке с FreeRADIUS и FreeIPA.

    habr.com/ru/articles/1027944/

    #ocserv #freeradius #freeipa #docker #OpenConnect

  2. Ocserv 2FA/OTP (RADIUS + FreeIPA)

    В данном руководстве приведена инструкция по внедрению двухфакторной аутентификации (2FA/TOTP) для VPN-доступа на базе ocserv (OpenConnect Server) в связке с FreeRADIUS и FreeIPA.

    habr.com/ru/articles/1025578/

    #freeipa #ocserv #freeradius #radius #docker

  3. Yesterday's Conference 2025 was an outstanding event, thank you for allowing online participation and releasing these videos so quickly.
    About : "Every commit is built against . Because it's a good operating system."
    AlanDekok[1]

    1. Source: freeradius-users@ mailing list, Fri Apr 22 20:20:34 UTC 2022.

  4. #pfsense service toot:

    Using #ACME certificates on your #freeradius for wifi authentication and things stop working after 60 days when the cert renews?

    in the acme configuration add the follwing php-command to the actions list:

    require_once('/usr/local/pkg/freeradius.inc'); freeradius_eapconf_resync(true);

    (Long time lingering bug in pfsense, #netgate is not willing to fix)