Fix warnings from building docs

This commit is contained in:
Joas Schilling 2016-07-13 14:30:50 +02:00
parent afef11f84a
commit bb287c0036
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ $CONFIG = array(
* domains prevents host header poisoning. Do not remove this, as it performs
* necessary security checks.
* You can specify:
*
* - the exact hostname of your host or virtual host, e.g. demo.example.org.
* - the exact hostname with permitted port, e.g. demo.example.org:443.
* This disallows all other ports on this host
@ -823,7 +824,7 @@ $CONFIG = array(
* 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
* See command line (occ) methods ``ldap:show-remnants`` and ``user:delete``
*/
'ldapUserCleanupInterval' => 51,