Skip to content

Commit

Permalink
Update API reference doc
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHelm committed Oct 31, 2023
1 parent 16a2733 commit f3f2c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/api-ref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ m| remoteURL | URL from where the file will be downloaded. m| string | false | -
[cols="4,8,4,2,4"options="header"]
|===
| Field | Description | Type | Required | Default
m| url | URL of your LDAP server, including schema (ldap:// or ldaps://) and port. m| string | true | -
m| url | URL of your LDAP server, including schema (ldap://) and port. m| string | true | -
m| credentialsSecretName | CredentialsSecretName is the name of the secret that contains username and password of a user that has admin privileges on the LDAP server. The username must be the DN of the user. It is used to connect to the server when authenticating users. m| string | true | -
m| userDN | DN to be used for searching users. m| string | true | -
m| groupDN | DN to be used for searching groups. m| string | true | -
Expand Down

0 comments on commit f3f2c5b

Please sign in to comment.