Vote #71403
完了Auto-populate fields while creating a new user with LDAP
0%
説明
The On-the-fly user creation option for LDAP authentication works fine if the user tries to login with he's credentials. But it would be useful if the administrator was able to create the user based on the Authentication mode and the fields would be auto-populated just as if the user logins for the first time.
Sometimes the administrator needs to add permissions to the user and he cannot to this as the user does not exist, so he must create it but is asked to fill in all information instead of gathering them from LDAP.
journals
Feature added in r11080.
For this to work:
* your LDAP must be configured with anonymous access or a predefined user account (not compatible with #1913)
* all attribute names (login, firstname, lastname, email) must be entered in your LDAP definition
When creating a new user, typing a few letters in the "login" field will trigger a search in the LDAP and show the results in a drop down menu. Clicking a result will populate the form fields:
!ldap_autocomplete.png!
--------------------------------------------------------------------------------
related_issues
relates,Closed,13811,Broken javascript in IE7 ; recurrence of #12195
Admin Redmine さんが約4年前に更新
- カテゴリ を Accounts / authentication_7 にセット
- 対象バージョン を 2.3.0_60 にセット