diff options
-rw-r--r-- | community/ldap-passwd-webui/APKBUILD | 2 | ||||
-rw-r--r-- | community/ldap-passwd-webui/settings.patch | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/community/ldap-passwd-webui/APKBUILD b/community/ldap-passwd-webui/APKBUILD index 5f99eb28da..2c5e665c62 100644 --- a/community/ldap-passwd-webui/APKBUILD +++ b/community/ldap-passwd-webui/APKBUILD @@ -37,4 +37,4 @@ waitress() { sha512sums="3e54766ad13561613570160fa509bf64d5769e977593c36da4b35591d6a98556093eacb8d95db052c10e911a8365678c70faefe47b5f091bb56d448323ae7e2a ldap-passwd-webui-2.1.0.tar.gz a1f10fbd2261e86ac249efe6571b6c42c398cd17566b602fb0a94e1c9c755da09e73ee7a1bd839181d552ffd74ea7e99352efb51b01a1a27db707e29312b8120 ldap-passwd-webui.confd -e3200bb2495dfe0f233554c003fd2401ffdc6d86e29c1fbecb1f473f351bd4d2a97add2983d43828bed31c0afb23535cd99ff37c5d8343f304fe9edfa4ccc991 settings.patch" +5ef037c933c012ad057b01a81188c691b2ea99c6f80e4feb68e2d5424e373fa411844bf7681fb50750f5c4f11afacb20d84e849566e9a731c9890a0d7f5ca46b settings.patch" diff --git a/community/ldap-passwd-webui/settings.patch b/community/ldap-passwd-webui/settings.patch index 4698faebd3..ffd06311af 100644 --- a/community/ldap-passwd-webui/settings.patch +++ b/community/ldap-passwd-webui/settings.patch @@ -1,9 +1,9 @@ --- a/settings.ini.example +++ b/settings.ini.example -@@ -12,8 +12,3 @@ - #type = ad - #ad_domain = ad.example.org - #search_filter = sAMAccountName={uid} +@@ -19,8 +19,3 @@ + #host = localhost + #base = ou=People,dc=example,dc=org + #search_filter = uid={uid} - -[server] -server = auto |