This website requires JavaScript.
Explore
Help
Register
Sign In
mbk-lab
/
nextcloud
Watch
2
Star
0
Fork
You've already forked nextcloud
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
baa0b4d530
nextcloud
/
apps
/
user_ldap
History
Arthur Schiwon
7780e37f38
LDAP: don't give Test Connection button red background on fail, it is becoming unreadable
2012-08-09 21:42:35 +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
css
LDAP: layout settings form. Hope it is now a bit clearer and prettier.
2012-08-06 17:25:59 +02:00
js
LDAP: don't give Test Connection button red background on fail, it is becoming unreadable
2012-08-09 21:42:35 +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: layout settings form. Hope it is now a bit clearer and prettier.
2012-08-06 17:25:59 +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: layout settings form. Hope it is now a bit clearer and prettier.
2012-08-06 17:25:59 +02:00
user_ldap.php
LDAP: check for always available attribute on userExists, fixes oc-1440
2012-08-05 22:02:34 +02:00