ldap0r/Rocket.toml

14 lines
294 B
TOML
Raw Permalink Normal View History

[development]
address = "0.0.0.0"
port = 8000
workers = 2
keep_alive = 5
log = "normal"
domain = "http://10.10.11.20:8000"
ldap_server = "ldap://localhost:389"
ldap_base = "ou=People,dc=nodomain"
ldap_filter = "(objectClass=person)"
ldap_bind = "cn=admin,dc=nodomain"
ldap_password = "foobar"