"LDAP UI Options" does not save options
droetker - January 7, 2009 - 20:18
| Project: | LDAP integration |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | miglius |
| Status: | closed |
| Issue tags: | ldapauth |
Jump to:
Description
Using Drupal 6.8, every item I change in the "LDAP UI Options" area is not saved when I click on "save". The formerly checked checkbox "Remove password change fields from user edit form" is clear again, and the radio buttons below do not keep their value neither.

#1
ldapauth.admin.inc
function ldapauth_admin_settings_submit($form, &$form_state) {
$op = $form_state['clicked_button']['#value'];
switch ($op) {
case t('Save configuration'):
[...]
break;
case t("Reset to defaults"):
[...]
#2
do you use localized version or english one?
#3
#4
I use the localized one (German) - but the issue is also there when I switch the page back to English.
#5
I use a french localized version and the issue disapear when I switch the page back to English.
#6
#7
Cannot replicate. I have installed german localization, then switched language to german and was able to save configuration settings.
#8
I remember that I have seen this too a few weeks ago. I could not save with german localization and after switching to english it worked. I found out, that some keyword was wrongly translated (don't remember which one). Then I found, that in a later version of the translation files, this was fixed.
#9
OK, then I close this issue.
#10
Automatically closed -- issue fixed for 2 weeks with no activity.