update awFeature ldap to enterprise_auth

This commit is contained in:
John Mitchell 2015-10-09 16:00:20 -04:00
parent 8341810ba2
commit 8e4c50d7a6
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ export default
label: 'Created by LDAP',
type: 'checkbox',
readonly: true,
awFeature: 'ldap'
awFeature: 'enterprise_auth'
}
},

View File

@ -19,7 +19,7 @@ describe('featuresController', function() {
actual = controller.isFeatureEnabled('activity_streams');
expect(actual).to.be.true;
actual = controller.isFeatureEnabled('ldap');
actual = controller.isFeatureEnabled('enterprise_auth');
expect(actual).to.be.false;