From: Felix Lechner via Guix-patches via <guix-patches@gnu.org>
To: 72316@debbugs.gnu.org
Cc: "Felix Lechner" <felix.lechner@lease-up.com>,
"Florian Pelz" <pelzflorian@pelzflorian.de>,
"Ludovic Courtès" <ludo@gnu.org>,
"Matthew Trzcinski" <matt@excalamus.com>,
"Maxim Cournoyer" <maxim.cournoyer@gmail.com>
Subject: [bug#72316] [PATCH 0/3] Switch to Guile-PAM.
Date: Fri, 26 Jul 2024 15:01:08 -0700 [thread overview]
Message-ID: <cover.1722030149.git.felix.lechner@lease-up.com> (raw)
Guile-PAM reimplements the PAM stack in GNU Guile and allows system
administrators to write modules in GNU Guile.
This patch series switches Guix System to Guile-PAM. It relies on the shared
objects from Linux-PAM until Guile implementations are available.
In Guix, Guile-PAM could start Shepherd's user services or keep track of login
sessions similar to pam_systemd.so.
The guile-pam package ships with a detailed Texinfo manual.
The software is in alpha stage. For example, the interaction with sddm was
not well-tested. Please let me know how it goes---private email is okay!
Kind regards
Felix
Felix Lechner (3):
Add guile-pam.
Switch to Guile-PAM.
Add a guile-pam-module service.
doc/guix.texi | 89 ++++++++++
gnu/local.mk | 1 +
gnu/packages/linux.scm | 56 ++++++
gnu/services/authentication.scm | 9 +-
gnu/services/base.scm | 16 +-
gnu/services/desktop.scm | 14 +-
gnu/services/kerberos.scm | 12 +-
gnu/services/lightdm.scm | 69 ++++++--
gnu/services/pam-mount.scm | 5 +-
gnu/services/pam.scm | 105 +++++++++++
gnu/services/sddm.scm | 91 +++++++---
gnu/services/xorg.scm | 17 +-
gnu/system/pam.scm | 296 ++++++++++++++++++++++++++------
13 files changed, 671 insertions(+), 109 deletions(-)
create mode 100644 gnu/services/pam.scm
base-commit: 862a9b5b25966845f71d218ad8c0c5655ffc479a
--
2.45.2
next reply other threads:[~2024-07-26 22:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-26 22:01 Felix Lechner via Guix-patches via [this message]
2024-07-26 22:39 ` [bug#72316] [PATCH 1/3] Add guile-pam Felix Lechner via Guix-patches via
2024-07-26 22:39 ` [bug#72316] [PATCH 2/3] Switch to Guile-PAM Felix Lechner via Guix-patches via
2024-07-26 22:39 ` [bug#72316] [PATCH 3/3] Add a guile-pam-module service Felix Lechner via Guix-patches via
2024-07-29 10:22 ` pelzflorian (Florian Pelz)
2024-07-30 17:00 ` Felix Lechner via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1722030149.git.felix.lechner@lease-up.com \
--to=guix-patches@gnu.org \
--cc=72316@debbugs.gnu.org \
--cc=felix.lechner@lease-up.com \
--cc=ludo@gnu.org \
--cc=matt@excalamus.com \
--cc=maxim.cournoyer@gmail.com \
--cc=pelzflorian@pelzflorian.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).