mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
system: pam: Export accessors.
* gnu/system/pam.scm: Export <pam-service> and <pam-entry> accessors.
This commit is contained in:
parent
b7807bb2fa
commit
d7bce31c36
1 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -26,7 +26,17 @@ (define-module (gnu system pam)
|
||||||
#:use-module (srfi srfi-26)
|
#:use-module (srfi srfi-26)
|
||||||
#:use-module ((guix utils) #:select (%current-system))
|
#:use-module ((guix utils) #:select (%current-system))
|
||||||
#:export (pam-service
|
#:export (pam-service
|
||||||
|
pam-service-name
|
||||||
|
pam-service-account
|
||||||
|
pam-service-auth
|
||||||
|
pam-service-password
|
||||||
|
pam-service-session
|
||||||
|
|
||||||
pam-entry
|
pam-entry
|
||||||
|
pam-entry-control
|
||||||
|
pam-entry-module
|
||||||
|
pam-entry-arguments
|
||||||
|
|
||||||
pam-services->directory
|
pam-services->directory
|
||||||
unix-pam-service
|
unix-pam-service
|
||||||
base-pam-services
|
base-pam-services
|
||||||
|
|
Loading…
Reference in a new issue