Update readme
This commit is contained in:
parent
f8a8c1a0c8
commit
4a8edd3ebd
15
README.md
15
README.md
@ -16,11 +16,20 @@ glapi -config glapi.env
|
|||||||
|
|
||||||
## Configuration file
|
## Configuration file
|
||||||
```
|
```
|
||||||
LISTEN="127.0.0.1:8080"
|
LISTEN="0.0.0.0:8080"
|
||||||
LDAP_HOST="ldap://ldap.example.org"
|
LDAP_HOST="ldap://ldap.example.org"
|
||||||
LDAP_BASE_DN="dc=example,dc=org"
|
LDAP_BASE_DN="dc=example,dc=org"
|
||||||
LDAP_USER="cn=yo,dc=example,dc=org"
|
|
||||||
LDAP_PASS='here_is_the_password'
|
# This account search for valid user provided by authenticating client.
|
||||||
|
# Then glapi bind with client provided credentials to operate LDAP.
|
||||||
|
# Thus this account only needs bind privilege, and read access to users organizational unit
|
||||||
|
LDAP_USER="cn=ldapreaduser,dc=example,dc=org"
|
||||||
|
LDAP_PASS='here_lies_the_password'
|
||||||
|
|
||||||
|
# Https support
|
||||||
|
HTTPS=true
|
||||||
|
SSL_CERTIFICATE=/etc/ssl/certs/server.pem
|
||||||
|
SSL_PRIVATE_KEY=/etc/ssl/private/server.key
|
||||||
```
|
```
|
||||||
|
|
||||||
## Querying API
|
## Querying API
|
||||||
|
Loading…
Reference in New Issue
Block a user