chore(xo-server-auth-ldap): clarify bind.dn description

This commit is contained in:
Julien Fontanet
2017-02-13 17:09:41 +01:00
parent eecd89772f
commit b5d1e7c459

View File

@@ -49,7 +49,9 @@ If not specified, it will use a default set of well-known CAs.
properties: {
dn: {
description: `
Distinguished name of the user permitted to search the LDAP directory for the user to authenticate.
Full distinguished name of the user permitted to search the LDAP directory for the user to authenticate.
Example: uid=xoa-auth,ou=people,dc=company,dc=net
For Microsoft Active Directory, it can also be \`<user>@<domain>\`.
`.trim(),