In Administer > Site Configuration > LDAP Integration > System Wide Options
'Authentication mode' is there, which I have set to 'LDAP directory only', but 'Security options', 'Anonymous UI options', and 'LDAP UI options' are missing (or at least are not showing up with the default Garland theme... I tried a the Bluemarine theme as well, but same result).
I have disabled and removed this module and reinstalled it after downloading again, this solved a problem I had related to administrative authentication, but still have this issue.
I have enclosed a screen shot.
Thanks

CommentFileSizeAuthor
ldapIntegrationBug.jpg29.62 KBkpm

Comments

kpm’s picture

After viewing the source xhtml of the LDAP Integration System Wide Settings page, I see that these sections are being generated, but the browser is not displaying them. There must be a div out of line or something... searching now...

kpm’s picture

Just noticed that these sections ARE showing up in IE 7, but not in Firefox... dam I wish the browser makers could sort out there inconsistencies!

jwade’s picture

You need to follow the instructions in this bug report: http://drupal.org/node/171440

Basically, you need to remove the extra <strong> at the end of this line:

'#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>'),

kpm’s picture

Title: Missing: 'Security options', 'Anonymous UI options', and 'LDAP UI options' » Thanks!
Status: Active » Closed (fixed)

Much appreciated. I searched and searched but couldn't find anything regarding this.

aclight’s picture

Title: Thanks! » Missing: 'Security options', 'Anonymous UI options', and 'LDAP UI options'