Newer
Older
ldap-passwd-webui / settings.ini.example
@Jakub Jirutka Jakub Jirutka on 17 Mar 2017 328 bytes Add example for AD config into settings.ini.example
[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}

# Uncomment for AD / Samba 4
#type = ad
#ad_domain = ad.example.org
#search_filter = sAMAccountName={uid}

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