mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Revert "update awFeature ldap to enterprise_auth"
This reverts commit bc49756ef6e792efd5a32d7342b0f7d1aa17a950.
This commit is contained in:
parent
ff121a56c1
commit
e3d6803df7
@ -114,7 +114,7 @@ export default
|
||||
label: 'Created by LDAP',
|
||||
type: 'checkbox',
|
||||
readonly: true,
|
||||
awFeature: 'enterprise_auth'
|
||||
awFeature: 'ldap'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user