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
+1 -1
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>