14 lines
173 B
Plaintext
14 lines
173 B
Plaintext
|
[HTTP]
|
||
|
Secret = "not_so_secret"
|
||
|
Address = ":8080"
|
||
|
[LDAP]
|
||
|
Base = ""
|
||
|
Host = ""
|
||
|
Port = 389
|
||
|
BindDN = ""
|
||
|
BindPassword = ""
|
||
|
UserFilter = "(uid=%s)"
|
||
|
Attributes = {"uid", "mail"}
|
||
|
|
||
|
|