Newer
Older
ldap-passwd-webui / settings.ini.example
@Jakub Jirutka Jakub Jirutka on 17 Mar 2017 221 bytes Add configuration key "use_ssl" for LDAP server
[html]
page_title = Change your password on example.org

[ldap]
host = localhost
port = 636
use_ssl = true
base = ou=People,dc=example,dc=org
search_filter = uid={uid}

[server]
server = auto
host = localhost
port = 8080