Skip to content

Commit 9725a4e

Browse files
committed
Add entry for ldapConnectionTimeout ldap option
nextcloud/server#35355 Signed-off-by: Louis Chemineau <[email protected]>
1 parent a0167aa commit 9725a4e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

admin_manual/configuration_user/user_auth_ldap_api.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ basic HTTP authentication header.
1818
Example
1919
^^^^^^^
2020

21-
::
21+
::
2222

2323
$ curl -X POST https://admin:[email protected]/ocs/v2.php/apps/user_ldap/api/v1/config -H "OCS-APIREQUEST: true"
2424

@@ -54,7 +54,7 @@ Deletes a given LDAP configuration. Authentication is done by sending a basic HT
5454
Example
5555
^^^^^^^
5656

57-
::
57+
::
5858

5959
$ curl -X DELETE ``https://admin:[email protected]/ocs/v2.php/apps/user_ldap/api/v1/config/s02 -H "OCS-APIREQUEST: true"
6060

@@ -89,7 +89,7 @@ Returns all keys and values of the specified LDAP configuration. Authentication
8989
Example
9090
^^^^^^^
9191

92-
::
92+
::
9393

9494
$ curl -X GET https://admin:[email protected]/ocs/v2.php/apps/user_ldap/api/v1/config/s02?showPassword=1 -H "OCS-APIREQUEST: true"
9595

@@ -178,7 +178,7 @@ Updates a configuration with the provided values. Authentication is done by send
178178
Example
179179
^^^^^^^
180180

181-
::
181+
::
182182

183183
$ curl -X PUT https://admin:[email protected]/ocs/v2.php/apps/user_ldap/api/v1/config/s01 -H "OCS-APIREQUEST: true" -d "configData[ldapHost]=ldap%3A%2F%2Fldap.server.tld &configData[ldapPort]=389"
184184

@@ -315,4 +315,6 @@ Configuration keys
315315
+-------------------------------+------+----------+-----------------------------------------------------------------------------------------------------------------------+
316316
| ldapDefaultPPolicyDN | rw | no | PPolicy DN for password rules |
317317
+-------------------------------+------+----------+-----------------------------------------------------------------------------------------------------------------------+
318+
| ldapConnectionTimeout | rw | no | Set the ``LDAP_OPT_NETWORK_TIMEOUT`` connection options. Default to 15 sec. |
319+
+-------------------------------+------+----------+-----------------------------------------------------------------------------------------------------------------------+
318320

0 commit comments

Comments
 (0)