summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 99d94a1a815..b526c952397 100644
--- a/gnu/system/pam.scm
+++ b/gnu/system/pam.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
3;;; 3;;;
4;;; This file is part of GNU Guix. 4;;; This file is part of GNU Guix.
5;;; 5;;;
@@ -26,7 +26,17 @@
26 #:use-module (srfi srfi-26) 26 #:use-module (srfi srfi-26)
27 #:use-module ((guix utils) #:select (%current-system)) 27 #:use-module ((guix utils) #:select (%current-system))
28 #:export (pam-service 28 #:export (pam-service
29 pam-service-name
30 pam-service-account
31 pam-service-auth
32 pam-service-password
33 pam-service-session
34
29 pam-entry 35 pam-entry
36 pam-entry-control
37 pam-entry-module
38 pam-entry-arguments
39
30 pam-services->directory 40 pam-services->directory
31 unix-pam-service 41 unix-pam-service
32 base-pam-services 42 base-pam-services