From dc83fed5002df77dc0fb5d3793be35e96bed930e Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 19 Mar 2018 08:00:53 +0545 Subject: [PATCH] Remove unused ldapUserCleanupInterval --- config/config.sample.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index a559f9d0d6fb..380bc62016c5 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -859,20 +859,6 @@ 'OC\Preview\MarkDown' ), -/** - * LDAP - * - * Global settings used by LDAP User and Group Backend - */ - -/** - * defines the interval in minutes for the background job that checks user - * existence and marks them as ready to be cleaned up. The number is always - * minutes. Setting it to 0 disables the feature. - * See command line (occ) methods ldap:show-remnants and user:delete - */ -'ldapUserCleanupInterval' => 51, - /** * Comments *