Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spideyz0r committed Apr 7, 2023
1 parent 4998cb4 commit 3f54140
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 ...]
Expand Down

0 comments on commit 3f54140

Please sign in to comment.