From 5f14f61b9f0c1eb16e4713a1607d5ddee82eb6fe Mon Sep 17 00:00:00 2001 From: yo Date: Sat, 8 Oct 2022 18:55:00 +0200 Subject: [PATCH] update readme form --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 721bdc2..9477d1b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Go Ldap API is an HTTP API to an LDAP backend. Only supporting read at the moment, maybe one day it will write, and break LDAP backends with ease and joy! -## Usage +## Usage Start glapi with parameters on command line: ``` glapi -ldap-host ldap://ldap.example.org -ldap-base-dn dc=example,dc=org -ldap-user cn=yo,dc=example,dc=org -ldap-pass 'here_is_the_password' @@ -14,7 +14,7 @@ or point it to a configuration file : glapi -config glapi.env ``` -## Configuration file +## Configuration file ``̀` LISTEN="127.0.0.1:8080" LDAP_HOST="ldap://ldap.example.org"