Download & Extend

"LDAP UI Options" does not save options

Project:LDAP integration
Version:6.x-1.x-dev
Component:User interface
Category:bug report
Priority:normal
Assigned:miglius
Status:closed (fixed)
Issue tags:ldapauth

Issue Summary

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.

Comments

#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

Status:active» postponed (maintainer needs more info)

#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

Version:6.x-1.0-alpha2» 6.x-1.x-dev
Assigned to:Anonymous» miglius

#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

Status:postponed (maintainer needs more info)» fixed

OK, then I close this issue.

#10

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here