Actions
Bug #3493
closedUsers created from LDAP even if auto creation is not checked
Description
I have verified "Automatically create accounts in Foreman" is not checked in my configuration.
Reproduce:
1) setup ldap authentication
2) make sure "Automatically create accounts in Foreman" is not checked
3) login to foreman with a user that is in LDAP but does not have a foreman account
4) Foreman will create a new account for the user and ask them to fill out their email and name.
Debug shows:
(2.3ms) COMMIT
User 'testid1' auto-created from LDAP-Server1
Updated by Stephen Benjamin almost 11 years ago
I can confirm this. source.onthefly_register isn't checked anywhere, so ldap users are always automatically registered.
PR for proposed fix:
https://github.com/theforeman/foreman/pull/1031
Updated by Dominic Cleal almost 11 years ago
- Status changed from New to Ready For Testing
- Assignee set to Stephen Benjamin
- Target version set to 1.10.0
Updated by Dominic Cleal almost 11 years ago
- Translation missing: en.field_release set to 2
Updated by Anonymous almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset ccd9e52c479e0ee56d115fd47bbc54d0a82f3ea1.
Actions