Maximilian Bosch
b5a12b4b61
nixos/release-notes: fix slaptest command for openldap section
When running - as suggested - `slaptest -f slapd.conf $TMPDIR` I get the
following result:
[root@ldap:/tmp/tmp.De46ABIbFf]# slaptest -f /nix/store/lks3ihydj40ff6yqvz0k33ycrc9vbyry-slapd.conf $TMPDIR
usage: slaptest [-v] [-d debuglevel] [-f configfile] [-F configdir] [-o <name>[=<value>]] [-n databasenumber] [-u] [-Q]
[root@ldap:/tmp/tmp.De46ABIbFf]# echo $?
1
Adding a `-F` option fixes the issue.
2021-05-26 20:50:01 +02:00
..
2021-05-22 18:14:49 -07:00
2020-09-11 12:14:07 -07:00
2021-05-08 09:47:42 +02:00
2021-01-18 11:50:52 -08:00
2021-04-23 07:19:32 +02:00
2021-05-26 20:50:01 +02:00
2021-05-24 14:17:51 +02:00