Initial commit of LDAP plugin
This commit is contained in:
14
login-ldap.yaml
Normal file
14
login-ldap.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
enabled: true
|
||||
host:
|
||||
port: 389
|
||||
version: 3
|
||||
ssl: false
|
||||
start_tls: false
|
||||
opt_referrals: false
|
||||
user_dn: uid=[username],dc=company,dc=com
|
||||
search_dn: dc=company,dc=com
|
||||
map_username: uid
|
||||
map_fullname: givenName lastName
|
||||
map_email: mail
|
||||
|
||||
|
||||
Reference in New Issue
Block a user