Wrong information in documentation ldap_url -> ldaps_url #1043
DamianJamrozy
started this conversation in
General
Replies: 1 comment
-
Hello,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I found a mistake in your documentation.
To use SSL, set ldaps in the URI:
$ldap_url = "ldaps://localhost";
It should be: $ldaps_url = "ldaps://localhost";
On ldap_url it doesynt work.
(https://self-service-password.readthedocs.io/en/latest/config_ldap.html)
Beta Was this translation helpful? Give feedback.
All reactions