diff options
author | Mark Felder <feld@feld.me> | 2024-09-14 20:03:26 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-09-14 20:36:24 -0400 |
commit | 5539fea3bb0d272b4cefc2b72755cb3cd285cc67 (patch) | |
tree | 411e925a4620b7aa974c010ba2d2b9a98bf8a94a /docs/configuration/cheatsheet.md | |
parent | 7def11d7c352f13ce0f12715649359344cbba9a6 (diff) | |
download | pleroma-5539fea3bb0d272b4cefc2b72755cb3cd285cc67.tar.gz pleroma-5539fea3bb0d272b4cefc2b72755cb3cd285cc67.zip |
LDAP: permit overriding the CA root
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 0b4e53b6f..4cbde696e 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -974,6 +974,7 @@ Pleroma account will be created with the same name as the LDAP user name. * `tlsopts`: additional TLS options * `base`: LDAP base, e.g. "dc=example,dc=com" * `uid`: LDAP attribute name to authenticate the user, e.g. when "cn", the filter will be "cn=username,base" +* `cacertfile`: Path to alternate CA root certificates file Note, if your LDAP server is an Active Directory server the correct value is commonly `uid: "cn"`, but if you use an OpenLDAP server the value may be `uid: "uid"`. |