Revert "update awFeature ldap to enterprise_auth"

This reverts commit bc49756ef6e792efd5a32d7342b0f7d1aa17a950.
This commit is contained in:
John Mitchell 2015-10-14 16:01:37 -04:00
parent ff121a56c1
commit e3d6803df7
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: 'enterprise_auth'
awFeature: 'ldap'
}
},

View File

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