[Pkg-owncloud-commits] [owncloud-doc] 70/110: generate documentation from config.sample.php

David Prévot taffit at moszumanska.debian.org
Fri Feb 6 21:10:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 50d49b85cccc0a9ec2ea7767156e3291424d90ba
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Thu Jan 15 11:08:31 2015 +0100

    generate documentation from config.sample.php
---
 .../configuration/config_sample_php_parameters.rst       | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/admin_manual/configuration/config_sample_php_parameters.rst b/admin_manual/configuration/config_sample_php_parameters.rst
index e82e8ff..8d2fc83 100644
--- a/admin_manual/configuration/config_sample_php_parameters.rst
+++ b/admin_manual/configuration/config_sample_php_parameters.rst
@@ -762,6 +762,22 @@ concerns:
  - OC\Preview\StarOffice
  - OC\Preview\SVG
 
+LDAP
+----
+
+Global settings used by LDAP User and Group Backend
+
+
+::
+
+	'ldapUserCleanupInterval' => 51,
+
+defines the interval in minutes for the background job that checks user
+existance 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
+
 Maintenance
 -----------
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list