icingaweb2/library/Icinga/Protocol/Ldap
Matthias Jentsch 9e40f5f2c7 Remove option to skip certificate validation to prevent insecure configurations
Skipping certificate validation will allow MITM on every single request and not give any real security over just running unencrypted queries. On top of that, there is no way to configure this behavior from within PHP except of setting environment variables, which is really hacky and has side effects on other requests.

fixes #9607
2015-08-19 16:20:33 +02:00
..
Discovery.php Add abillity to discover AD version and vendor name to discovery 2015-07-14 18:32:44 +02:00
Expression.php Add support for dynamic ldap filter expressions 2015-03-11 09:50:41 +01:00
LdapCapabilities.php Fix invalid function call in getCapabilities caused by refactoring 2015-07-15 15:36:32 +02:00
LdapConnection.php Remove option to skip certificate validation to prevent insecure configurations 2015-08-19 16:20:33 +02:00
LdapException.php Ldap\Exception: Rename to LdapException 2015-06-24 09:19:41 +02:00
LdapQuery.php Ldap\Exception: Rename to LdapException 2015-06-24 09:19:41 +02:00
LdapUtils.php Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL 2015-02-04 10:52:27 +01:00
Node.php Ldap\Connection: Rename to LdapConnection 2015-06-24 09:05:29 +02:00
Root.php Ldap\Connection: Rename to LdapConnection 2015-06-24 09:05:29 +02:00