Hi,
It looks like TWiki::LoginManager::LdapApacheLogin is returning the normalized login name instead of the normalized wikiname.
in lib/TWiki/LoginManager/LdapApacheLogin.pm, replacing the return in loadSession with something like "return $this->{ldap}->getWikiNameOfLogin($authUser);" fix the problem
--
TWiki:Main/LaurentBigonville
- 19 May 2010
Thanks for reporting. I have not come across your issue because I usually use this combination:
$TWiki::cfg{LoginManager} = 'TWiki::LoginManager::TemplateLogin';
$TWiki::cfg{UserMappingManager} = 'TWiki::Users::TWikiUserMapping';
$TWiki::cfg{PasswordManager} = 'TWiki::Users::LdapUser';
--
TWiki:Main.PeterThoeny
- 19 May 2010