"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
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

idoz - January 19, 2009 - 14:15

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

miglius - January 22, 2009 - 15:30

do you use localized version or english one?

#3

miglius - January 29, 2009 - 17:19
Status:active» postponed (maintainer needs more info)

#4

droetker - February 7, 2009 - 10:59

I use the localized one (German) - but the issue is also there when I switch the page back to English.

#5

ishiomin - March 3, 2009 - 16:45

I use a french localized version and the issue disapear when I switch the page back to English.

#6

miglius - March 10, 2009 - 16:06
Version:6.x-1.0-alpha2» 6.x-1.x-dev
Assigned to:Anonymous» miglius

#7

miglius - March 11, 2009 - 21:23

Cannot replicate. I have installed german localization, then switched language to german and was able to save configuration settings.

#8

arnd - March 12, 2009 - 21:51

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

miglius - March 12, 2009 - 22:06
Status:postponed (maintainer needs more info)» fixed

OK, then I close this issue.

#10

System Message - March 26, 2009 - 22:10
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.