Merge pull request #124530 from Ma27/fix-openldap-mig-docs

nixos/release-notes: fix `slaptest` command for openldap section
This commit is contained in:
Sandro 2021-05-26 22:22:33 +02:00 committed by GitHub
commit 991825eea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -436,7 +436,7 @@
</para>
<programlisting>
TMPDIR=$(mktemp -d)
slaptest -f /path/to/slapd.conf $TMPDIR
slaptest -f /path/to/slapd.conf -F $TMPDIR
slapcat -F $TMPDIR -n0 -H 'ldap:///???(!(objectClass=olcSchemaConfig))'
</programlisting>
<para>