mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
Capture LDAP configuration
This commit is contained in:
parent
fd167234ae
commit
1ce7e53398
15 changed files with 647 additions and 714 deletions
|
@ -24,7 +24,11 @@ let constants = EmberObject.extend({
|
|||
AuthProvider: { // eslint-disable-line ember/avoid-leaking-state-in-ember-objects
|
||||
Documize: 'documize',
|
||||
Keycloak: 'keycloak',
|
||||
LDAP: 'ldap'
|
||||
LDAP: 'ldap',
|
||||
ServerTypeLDAP: 'ldap',
|
||||
ServerTypeAD: 'ad',
|
||||
EncryptionTypeNone: 'none',
|
||||
EncryptionTypeStartTLS: 'starttls'
|
||||
},
|
||||
|
||||
DocumentActionType: { // eslint-disable-line ember/avoid-leaking-state-in-ember-objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue