docs: add lldap-cli references, improve README

This commit is contained in:
Valentin Tolmer
2024-01-13 22:51:46 +01:00
committed by nitnelave
parent 8b7852bf1c
commit 56078c0b47
3 changed files with 75 additions and 1 deletions

View File

@@ -18,6 +18,15 @@ still supports basic RootDSE queries.
Anonymous bind is not supported.
## `lldap-cli`
There is a community-built CLI frontend,
[Zepmann/lldap-cli](https://github.com/Zepmann/lldap-cli), that supports all
(as of this writing) the operations possible. Getting information from the
server, creating users, adding them to groups, creating new custom attributes
and populating them, all of that is supported. It is currently the easiest way
to script the interaction with LLDAP.
## GraphQL
The best way to interact with LLDAP programmatically is via the GraphQL