wikijs-fork/server/modules/authentication/ldap/definition.yml

38 lines
1.0 KiB
YAML
Raw Normal View History

key: ldap
title: LDAP / Active Directory
2018-08-04 21:27:55 +00:00
description: Active Directory is a directory service that Microsoft developed for the Windows domain networks.
author: requarks.io
2018-08-04 21:27:55 +00:00
logo: https://static.requarks.io/logo/active-directory.svg
color: blue darken-3
2018-08-04 21:27:55 +00:00
website: https://www.microsoft.com/windowsserver
useForm: true
props:
url:
2018-08-04 21:27:55 +00:00
title: URL
type: String
default: 'ldap://serverhost:389'
2018-08-04 21:27:55 +00:00
hint: (e.g. ldap://serverhost:389)
bindDn:
2018-08-04 21:27:55 +00:00
title: Bind DN
type: String
default: cn='root'
2018-08-04 21:27:55 +00:00
hint: The dstinguished name (dn) of the account used for binding.
bindCredentials:
type: String
hint: The password of the account used for binding.
searchBase:
type: String
default: 'o=users,o=example.com'
searchFilter:
type: String
default: '(uid={{username}})'
2018-08-04 21:27:55 +00:00
hint: The query to use to match username. {{username}} must be present.
tlsEnabled:
2018-08-04 21:27:55 +00:00
title: Use TLS
type: Boolean
default: false
2018-08-04 21:27:55 +00:00
tlsCertPath:
title: TLS Certificate Path
type: String
hint: Absolute path to the TLS certificate on the server.