With the new version 1.3 I cannot access the three forms Security Options, Anonymous UI Options and LDAP UI Options when I selecte the tabs System Wide Options.
When I revert back to 1.2 it's OK

Comments

kreaper’s picture

Assigned: Unassigned » kreaper
Status: Active » Fixed

I have fixed this in head. The fix is very simple.

In the ldapauth.module, GOTO line 224

replace

    '#description' => t('<p><strong>NOTE:</strong> These settings have no effect on Drupal user with uid 1. The admin account never uses LDAP.</p>'), 

with

    '#description' => t('<p><strong>NOTE:</strong> These settings have no effect on Drupal user with uid 1. The admin account never uses LDAP.<strong></p>'), 

Basically, remove the extra <strong> that is erroneously placed.

ishiomin’s picture

Thank's for your indication (reverse replacement)

Anonymous’s picture

Status: Fixed » Closed (fixed)