File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
- # ldapsearcher [ ![ CI] ( https://github.com/spideyz0r/ldapsearcher/workflows/gotester/badge.svg )] [ ![ CI] ( https://github.com/spideyz0r/ldapsearcher/workflows/goreleaser/badge.svg )]
1
+
2
+ # 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 )]
2
3
A ldap search tool. Run pre-defined or custom queries
4
+
5
+ ## Install
6
+
7
+ ### RPM
8
+ ```
9
+ dnf copr enable brandfbb/ldapsearcher
10
+ dnf install ldapsearcher
11
+ ```
12
+
13
+
14
+ ### From source
15
+ ```
16
+ go build -v -o ldapsearcher
17
+ ```
18
+
19
+ ## Usage
3
20
```
4
21
$ ldapsearcher -h
5
22
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 ...]
You can’t perform that action at this time.
0 commit comments