Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. ./test tests/suites/basic/basic_test.py::test_basic_ops
  2.  
  3. Run in /home/lkrispen/TEST/caa/install
  4. :/home/lkrispen/TEST/caa/ws/389-ds-base/src/lib389/:/home/lkrispen/TEST/caa/ws/389-ds-base/dirsrvtests
  5. PYTHONPATH=:/home/lkrispen/TEST/caa/ws/389-ds-base/src/lib389/:/home/lkrispen/TEST/caa/ws/389-ds-base/dirsrvtests
  6. =============================================================================================== test session starts ===============================================================================================
  7. platform linux -- Python 3.7.5, pytest-3.6.4, py-1.5.4, pluggy-0.6.0 -- /usr/bin/python3
  8. cachedir: ws/389-ds-base/dirsrvtests/.pytest_cache
  9. 389-ds-base: 1.4.0.31-1.fc29
  10. nss: 3.47.0-2.fc29
  11. nspr: 4.23.0-1.fc29
  12. openldap: 2.4.46-10.fc29
  13. cyrus-sasl: 2.1.27-0.3rc7.fc29
  14. FIPS: disabled
  15. rootdir: /home/lkrispen/TEST/caa/ws/389-ds-base/dirsrvtests, inifile: pytest.ini
  16. plugins: sourceorder-0.5, multihost-3.0
  17. collected 1 item
  18.  
  19. ws/389-ds-base/dirsrvtests/tests/suites/basic/basic_test.py::test_basic_ops ERROR
  20.  
  21. ......
  22.  
  23. > raise Exception('Failed to run setup-ds.pl')
  24. E Exception: Failed to run setup-ds.pl
  25.  
  26. ws/389-ds-base/src/lib389/lib389/__init__.py:811: Exception
  27.  
  28. .....
  29.  
  30. Could not import LDIF file '/tmp/ldifF_ntZf.ldif'. Error: 256. Output: importing data ...
  31. [01/Apr/2020:12:15:24.467679605 +0200] - ERR - dse_read_one_file - The entry cn=config in file /home/lkrispen/TEST/caa/install/etc/dirsrv/slapd-standalone1/dse.ldif (lineno: 1) is invalid, error code -9 (Bad parameter to an ldap routine) - nsslapd-rootpw: password scheme mismatch (passwd scheme is PBKDF2_SHA256; password is clear text)
  32.  
  33.  
  34. and in the error log:
  35. 389-Directory/1.4.3.4.20200401git7a6bbc1df B2020.092.0948
  36. lucy1:38901 (/home/lkrispen/TEST/caa/install/etc/dirsrv/slapd-standalone1)
  37.  
  38. [01/Apr/2020:12:15:24.482442203 +0200] - ERR - dse_read_one_file - The entry cn=config in file /home/lkrispen/TEST/caa/install/etc/dirsrv/slapd-standalone1/dse.ldif (lineno: 1) is invalid, error code -9 (Bad par
  39. ameter to an ldap routine) - nsslapd-rootpw: password scheme mismatch (passwd scheme is PBKDF2_SHA256; password is clear text)
  40. [01/Apr/2020:12:15:24.538946089 +0200] - ERR - init_dse_file - Could not load config file [dse.ldif]
  41. [01/Apr/2020:12:15:24.544845217 +0200] - ERR - setup_internal_backends - Please edit the file to correct the reported problems and then restart the server.
  42.  
  43.  
  44. and in the dse.ldif
  45.  
  46. nsslapd-rootdn: cn=Directory Manager
  47. nsslapd-rootpw:
  48.  
  49. so it looks like %ds_passwd% will not be set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement