Skip to content

Commit 0e58bdf

Browse files
committed
Update README.md
1 parent 33fa08e commit 0e58bdf

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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)]
23
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
320
```
421
$ ldapsearcher -h
522
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 ...]

0 commit comments

Comments
 (0)