List<String> dbConsumers = Arrays.asList( "update-db-artifact", "update-db-repository-metadata" );
- // remove database consumers if here
+ // remove database consumers if here
List<String> intersec =
ListUtils.intersection( dbConsumers, configuration.getRepositoryScanning().getKnownContentConsumers() );
<description>ssl LDAP connection.</description>
<version>1.4.0+</version>
<type>boolean</type>
+ <defaultValue>false</defaultValue>
</field>
<field>
<name>baseDn</name>
<description>The LDAP authenticator enabled.</description>
<version>1.4.0+</version>
<type>boolean</type>
+ <defaultValue>false</defaultValue>
</field>
<field>
<name>writable</name>
<description>LDAP writable.</description>
<version>1.4.0+</version>
<type>boolean</type>
+ <defaultValue>false</defaultValue>
</field>
<field>
<name>extraProperties</name>
$.ajax("restServices/redbackServices/ldapGroupMappingService/ldapGroups", {
type: "GET",
dataType: 'json',
- success: function(data) {
+ complete: function(data) {
var groups = [];
if(data&&data.strings){
groups = $.isArray(data.strings)? $.map(data.strings,function(item){
${$.i18n.prop('redback.runtime.ldap.writable.label')}
</label>
<div class="controls">
- <input type="checkbox" id="ldap-writable" name="ldap-ssl"
+ <input type="checkbox" id="ldap-writable" name="ldap-writable"
data-bind="checked: redbackRuntimeConfiguration().ldapConfiguration().writable"/>
</div>
</div>