mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
427 B
23 lines
427 B
6 years ago
|
key: ldap
|
||
|
title: LDAP / Active Directory
|
||
|
author: requarks.io
|
||
|
useForm: true
|
||
|
props:
|
||
|
url:
|
||
|
type: String
|
||
|
default: 'ldap://serverhost:389'
|
||
|
bindDn:
|
||
|
type: String
|
||
|
default: cn='root'
|
||
|
bindCredentials: String
|
||
|
searchBase:
|
||
|
type: String
|
||
|
default: 'o=users,o=example.com'
|
||
|
searchFilter:
|
||
|
type: String
|
||
|
default: '(uid={{username}})'
|
||
|
tlsEnabled:
|
||
|
type: Boolean
|
||
|
default: false
|
||
|
tlsCertPath: String
|