diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-14 01:50:05 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-14 01:52:22 +0200 |
commit | 7f5b226448aabbe9aed8018824713258e03b329f (patch) | |
tree | 0742e19f5b9cab5830f17c4bee088ca0ea2ca7f3 /testing/ldap-passwd-webui/settings.patch | |
parent | d1319b654fdf3ca52d0256cdb130b7b89bcbfd75 (diff) | |
download | aports-7f5b226448aabbe9aed8018824713258e03b329f.tar.bz2 aports-7f5b226448aabbe9aed8018824713258e03b329f.tar.xz |
testing/ldap-passwd-webui: new aport
https://github.com/jirutka/ldap-passwd-webui
Very simple web interface for changing password stored in LDAP or Active Directory (Samba 4 AD)
Diffstat (limited to 'testing/ldap-passwd-webui/settings.patch')
-rw-r--r-- | testing/ldap-passwd-webui/settings.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/ldap-passwd-webui/settings.patch b/testing/ldap-passwd-webui/settings.patch new file mode 100644 index 0000000000..4698faebd3 --- /dev/null +++ b/testing/ldap-passwd-webui/settings.patch @@ -0,0 +1,11 @@ +--- a/settings.ini.example ++++ b/settings.ini.example +@@ -12,8 +12,3 @@ + #type = ad + #ad_domain = ad.example.org + #search_filter = sAMAccountName={uid} +- +-[server] +-server = auto +-host = localhost +-port = 8080 |