diff options
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 |