diff options
author | Vinicius Cubas Brand <viniciuscb@gmail.com> | 2017-11-02 20:19:03 -0200 |
---|---|---|
committer | Vinicius Cubas Brand <viniciuscb@gmail.com> | 2017-11-03 11:42:59 -0200 |
commit | fa565750d1f94f9d3f7e2229e7ec7aadd0d06063 (patch) | |
tree | 253341362a6379131828ca97c64f52e09597bd77 /lib/public/LDAP | |
parent | 10ca793452e75ecd276589f8ad916f3090ecb441 (diff) | |
download | nextcloud-server-fa565750d1f94f9d3f7e2229e7ec7aadd0d06063.tar.gz nextcloud-server-fa565750d1f94f9d3f7e2229e7ec7aadd0d06063.zip |
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.php | 7 |
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 |