ldap: add provider field

This commit is contained in:
Girish Ramakrishnan
2019-10-25 15:40:22 -07:00
parent a478134759
commit 1a21423401
3 changed files with 16 additions and 13 deletions
+3 -1
View File
@@ -129,7 +129,9 @@ let gDefaults = (function () {
intervalSecs: 24 * 60 * 60 // ~1 day
};
result[exports.PLATFORM_CONFIG_KEY] = {};
result[exports.EXTERNAL_LDAP_KEY] = {};
result[exports.EXTERNAL_LDAP_KEY] = {
provider: 'noop'
};
result[exports.REGISTRY_CONFIG_KEY] = {};
result[exports.ADMIN_DOMAIN_KEY] = '';
result[exports.ADMIN_FQDN_KEY] = '';