• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item7810: Case sensitive LDAPContrib login and group configuration parameters don't work
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Extension |
LdapContrib |
Normal |
New |
|
patch |
|
Detail
The case sensitive login and case sensitive group configuration parameter features are broken due to a simple typo/mistake in the case sensitivity of the corresponding Perl variables. Setting,
$TWiki::cfg{Ldap}{caseSensitiveLogin} = 1;
$TWiki::cfg{Ldap}{caseSensitiveGroup} = 1;
in LocalSite.cfg has no effect. Please see attached patch file for a fix.
--
TWiki:Main/TomCrane
- 2017-05-09