LDAP: permit overriding the CA root

This commit is contained in:
Mark Felder 2024-09-14 20:03:26 -04:00
commit 5539fea3bb
5 changed files with 21 additions and 3 deletions

View file

@ -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"`.