aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-02-06 11:43:55 +0100
committerLudovic Courtès <ludo@gnu.org>2016-02-06 12:01:42 +0100
commitd7bce31c36469167226df9bed95be39db595c2c8 (patch)
tree7c61b7abaf756154e7739b3d24cef7cf5180c590
parentb7807bb2fabd6afcbd32afa866db2242a2319c08 (diff)
downloadguix-d7bce31c36469167226df9bed95be39db595c2c8.tar
guix-d7bce31c36469167226df9bed95be39db595c2c8.tar.gz
system: pam: Export accessors.
* gnu/system/pam.scm: Export <pam-service> and <pam-entry> accessors.
-rw-r--r--gnu/system/pam.scm12
1 files changed, 11 insertions, 1 deletions
diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm
index 99d94a1a81..b526c95239 100644
--- a/gnu/system/pam.scm
+++ b/gnu/system/pam.scm
@@ -1,5 +1,5 @@
;;; 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.
;;;
@@ -26,7 +26,17 @@
#:use-module (srfi srfi-26)
#:use-module ((guix utils) #:select (%current-system))
#:export (pam-service
+ pam-service-name
+ pam-service-account
+ pam-service-auth
+ pam-service-password
+ pam-service-session
+
pam-entry
+ pam-entry-control
+ pam-entry-module
+ pam-entry-arguments
+
pam-services->directory
unix-pam-service
base-pam-services