Fixed example configuration

* LDAP attribute names are case-sensitive here
  * the ";binary" suffix is needed.
This commit is contained in:
Emmanuel BENOîT 2021-12-05 13:30:05 +01:00
parent f677fa0b6e
commit 29ab0fd8f0

View file

@ -20,10 +20,10 @@ ldap:
base_dn: ou=certificates,dc=example,dc=org base_dn: ou=certificates,dc=example,dc=org
# Name of the attribute that will contain an end entity certificate # Name of the attribute that will contain an end entity certificate
# in the LDAP objects. # in the LDAP objects.
end_entity: userCertificate end_entity: userCertificate;binary
# Name of the attribute that will contain a CA certificate in the LDAP # Name of the attribute that will contain a CA certificate in the LDAP
# objects. # objects.
ca_certificate: caCertificate ca_certificate: cACertificate;binary
# Attribute that will contain the DN of the next certificate in the chain. # Attribute that will contain the DN of the next certificate in the chain.
ca_chaining: seeAlso ca_chaining: seeAlso