Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Cubas Brand <viniciuscb@gmail.com>2017-11-03 01:19:03 +0300
committerVinicius Cubas Brand <viniciuscb@gmail.com>2017-11-03 16:42:59 +0300
commitfa565750d1f94f9d3f7e2229e7ec7aadd0d06063 (patch)
tree253341362a6379131828ca97c64f52e09597bd77 /lib/public/LDAP
parent10ca793452e75ecd276589f8ad916f3090ecb441 (diff)
User_LDAP plugins: smaller fixes
Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
Diffstat (limited to 'lib/public/LDAP')
-rw-r--r--lib/public/LDAP/ILDAPProvider.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/public/LDAP/ILDAPProvider.php b/lib/public/LDAP/ILDAPProvider.php
index 03ac54d01e3..a65d3e85cd6 100644
--- a/lib/public/LDAP/ILDAPProvider.php
+++ b/lib/public/LDAP/ILDAPProvider.php
@@ -124,6 +124,13 @@ interface ILDAPProvider {
public function clearCache($uid);
/**
+ * Clear the cache if a cache is used, otherwise do nothing.
+ * @param string $gid group id
+ * @since 13.0.0
+ */
+ public function clearGroupCache($gid);
+
+ /**
* Get the LDAP attribute name for the user's display name
* @param string $uid user id
* @return string the display name field