nextcloud/apps/user_ldap
Arthur Schiwon 95c33e466c LDAP: offer option to disable SSL certificate checks. Works around problems with self-signed certificates, for example. However, the best and right way to solve it is always to import the LDAP server cert to the owncloud server, so you it for testing only.
Like to hear wether it works, instead appending LDAPTLS_REQCERT=never to ldap.conf.
2012-08-05 23:00:47 +02:00
..
ajax LDAP: add Test Configuration functionality in the settings 2012-07-26 18:11:12 +02:00
appinfo LDAP: remove obsolete require_once 2012-07-25 13:16:31 +02:00
js LDAP: add Test Configuration functionality in the settings 2012-07-26 18:11:12 +02:00
lib LDAP: offer option to disable SSL certificate checks. Works around problems with self-signed certificates, for example. However, the best and right way to solve it is always to import the LDAP server cert to the owncloud server, so you it for testing only. 2012-08-05 23:00:47 +02:00
templates LDAP: offer option to disable SSL certificate checks. Works around problems with self-signed certificates, for example. However, the best and right way to solve it is always to import the LDAP server cert to the owncloud server, so you it for testing only. 2012-08-05 23:00:47 +02:00
tests LDAP: adjust test after refactoring 2012-07-25 12:56:09 +02:00
group_ldap.php LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced. 2012-07-26 16:11:32 +02:00
settings.php LDAP: offer option to disable SSL certificate checks. Works around problems with self-signed certificates, for example. However, the best and right way to solve it is always to import the LDAP server cert to the owncloud server, so you it for testing only. 2012-08-05 23:00:47 +02:00
user_ldap.php LDAP: check for always available attribute on userExists, fixes oc-1440 2012-08-05 22:02:34 +02:00