Skip to content

ldap auth example should use port 636 for simple_tls

MK requested to merge kosli/gitlab:kosli-master-patch-75540 into master

As the example ldap configuration uses simple_tls, the port should be 636 instead 389 -> see the note above the example configuration:

Normally, if you specify simple_tls it is on port 636, while start_tls (StartTLS) would be on port 389

Merge request reports