Fixed example configuration
* LDAP attribute names are case-sensitive here * the ";binary" suffix is needed.
This commit is contained in:
parent
f677fa0b6e
commit
29ab0fd8f0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue