Skip to content
Snippets Groups Projects
Commit 1ed245c4 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

docs: Add documentation for ldap.port configuration option in authproc filters.

This is related to PR #313. The option was in use but not documented.
parent 0118a34d
No related branches found
No related tags found
No related merge requests found
......@@ -435,6 +435,17 @@ a listing of all configuration options and their details.
'ldap.hostname' => 'ad1.example.org ad2.example.org',
/**
* This is the port where the LDAP server(s) listen for
* connections.
*
* Default: 389
* Required: No
* AuthSource: port
*/
'ldap.port' => 389,
/**
* This is the password used to bind to LDAP.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment