From a02b8b9359aaf2e28638f2733870ec95a7fc980c Mon Sep 17 00:00:00 2001 From: yo Date: Sat, 12 Nov 2022 20:54:37 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ed5948..14946ee 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ SSL_PRIVATE_KEY=/etc/ssl/private/server.key ``` ## Querying API -### Search entries +### Search Entries Search LDAP entries through the whole subtree, specifying organizationalUnit, commnName, objectClass, attribute to retrieve. Each of these parameters can be replaced by "ALL" to act like a wildcard. ```