]> git.ipfire.org Git - thirdparty/openldap.git/commit
Issue#8769 - Fix oid search extension syntax in documentation
authorLukas Juhrich <lukas.juhrich@agdsn.de>
Sat, 4 Nov 2017 01:50:44 +0000 (02:50 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 4 Sep 2020 22:39:53 +0000 (22:39 +0000)
commitc8ba729f846434cc87fd4e2df812d6aa628a9b98
tree4ccc4d8ecbb5b5a0b3d79a1f89804704fb1b2c67
parentce23aee98dff2cadba6ccf5a8df97777be0f7b00
Issue#8769 - Fix oid search extension syntax in documentation

The option string, e.g. '<oid>=:dn:' is parsed like a LDIF entry starting from
the '=' and replacing the '=' with a dummy variable 'x'.  In this case, said
string is 'x:dn:', so the resulting effective value is 'dn:'.  This also implies
that base64 values have to be passed in the form '<oid>=::<b64value>'.
clients/tools/ldapsearch.c
doc/man/man1/ldapsearch.1