home.social

#webidamd — Public Fediverse posts

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

fetched live
  1. Sneak peak for tomorrow's talk: #WebIDAMd providing an #OAuth token to neomutt for it to do single sign-on against an IMAP and SMTP server! OIDC slowly replacing #Kerberos on #Linux clients ;).

    asciinema.org/a/814075

  2. Am Freitag rede ich beim Frühjahrsfachgespräch der #GUUG über #WebIDAMd, meinen Vorschlag für einen modernen Ansatz für System-Authentifikation mit OAuth/OpenID Connect auf #Linux-Systemem.

    Wir werden einiges über OIDC, Web-APIs und #systemds Mechanismen für Benutzerverwaltung hören und eine Live-Demo sehen.

    Hier geht es zum Programm des #FFG2026: guug.de/veranstaltung/ffg2026/

  3. ```plain
    default:~ # time getent passwd >/dev/null

    real 0m0.042s
    user 0m0.035s
    sys 0m0.001s
    default:~ # getent passwd | wc -l
    2641
    ```

    Caching in #WebIDAMd 🎉!

    #systemd #Linux

  4. I lied when I said #PAM authentication will come next week. Here's #WebIDAMd demonstrating password authentication against #OAuth, with a PAM module speaking via #Varlink to the daemon:

    asciinema.org/a/728726

    @signaleleven @pid_eins @jasmin

    #systemd #Linux

  5. I got back to #WebIDAMd, a #systemd-userdbd-based system for using #OAuth / #OIDC / #REST identity providers for #Linux system authentication.

    And I can now show off a first demo (no #PAM authentication yet, but user and group listing):

    asciinema.org/a/728567

    In contrast to #sssd's recent OIDC module, WebIDAMd is fully provider-agnostic and integrates transparently with userdbd, the current/upcoming standard in most Linux distributions instead of requiring a full separate software stack.