From 3f541408f15d424a3b98e2869029931cf09f143c Mon Sep 17 00:00:00 2001 From: spideyz0r <47341410+spideyz0r@users.noreply.github.com> Date: Fri, 7 Apr 2023 18:31:02 -0400 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c91ff0e..34ae25f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,22 @@ -# ldapsearcher [![CI](https://github.com/spideyz0r/ldapsearcher/workflows/gotester/badge.svg)][![CI](https://github.com/spideyz0r/ldapsearcher/workflows/goreleaser/badge.svg)] + +# ldapsearcher [![CI](https://github.com/spideyz0r/ldapsearcher/workflows/gotester/badge.svg)][![CI](https://github.com/spideyz0r/ldapsearcher/workflows/goreleaser/badge.svg)][![CI](https://github.com/spideyz0r/ldapsearcher/workflows/rpm-builder/badge.svg)] A ldap search tool. Run pre-defined or custom queries + +## Install + +### RPM +``` +dnf copr enable brandfbb/ldapsearcher +dnf install ldapsearcher +``` + + +### From source +``` +go build -v -o ldapsearcher +``` + +## Usage ``` $ ldapsearcher -h Usage: search [-chjLp] [-a value] [-b value] [-f value] [-g value] [-G value] [-l value] [-m value] [-o value] [-P value] [-s value] [-u value] [parameters ...]