guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: tests: ldap: Fix it.


From: guix-commits
Subject: branch master updated: tests: ldap: Fix it.
Date: Sun, 18 Apr 2021 04:33:30 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 868d806  tests: ldap: Fix it.
868d806 is described below

commit 868d8068a0b0ea985c6f8d28cb7a436c96bd4de5
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Apr 18 10:31:59 2021 +0200

    tests: ldap: Fix it.
    
    Fixes: <https://issues.guix.gnu.org/47745>.
    
    * gnu/tests/ldap.scm (run-ldap-test): Use a password with more that 8
    characters so that dscreate doesn't fail.
---
 gnu/tests/ldap.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/tests/ldap.scm b/gnu/tests/ldap.scm
index 2d4f15f..197c1bf 100644
--- a/gnu/tests/ldap.scm
+++ b/gnu/tests/ldap.scm
@@ -84,7 +84,7 @@
 config_version = 2
 
 \n[slapd]
-root_password = SECRET
+root_password = SECRET_PASS
 user = root
 group = root
 
@@ -112,7 +112,7 @@ suffix = dc=example,dc=com")))
             (marionette-eval
              '(zero? (system* #$(file-append openldap "/bin/ldapwhoami")
                               "-H" "ldap://localhost"; "-D"
-                              "cn=Directory Manager" "-w" "SECRET"))
+                              "cn=Directory Manager" "-w" "SECRET_PASS"))
              marionette))
 
           ;; Wait for nslcd to be up and running.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]