aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2024-04-07 14:58:33 +0200
committerW. Kosior <koszko@koszko.org>2025-05-26 14:07:25 +0200
commit62b67783e0c2b826f7e19b313da3815fe98d0cd8 (patch)
treeb06569be2c7fa6e07db8436af05c0d8d85998bca
parentaaa953e1cbf03678b3040093c538c4b83acefac3 (diff)
downloadguix-62b67783e0c2b826f7e19b313da3815fe98d0cd8.tar.gz
guix-62b67783e0c2b826f7e19b313da3815fe98d0cd8.zip
services: ldap: Fix exported name.
* gnu/services/ldap.scm (use-modules): Export `backend-userroot-configuration' instead of non-existent `backend-configuration'. Change-Id: I07c6d1c777bc42fa4afc3f23dc9d36080beb5bbc
-rw-r--r--gnu/services/ldap.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/ldap.scm b/gnu/services/ldap.scm
index 76f9b14a41..fcd9daf6d7 100644
--- a/gnu/services/ldap.scm
+++ b/gnu/services/ldap.scm
@@ -32,7 +32,7 @@
directory-server-instance-configuration
slapd-configuration
- backend-configuration))
+ backend-userroot-configuration))
(define (uglify-field-name name)
(let ((str (string-map (match-lambda