Question
Hi everybody,
First of all i used ordinary authentication mechanism for my internal twiki. Then i changed that to LDAP authentication by using the Authnz_ldap_module. It worked fine for me. But when i used this module i could not map the loginname(it will be if some id like 123456) to wikiname(firstname with lastname). So i referred how to map to wikiname and moved onto
LdapContrib? . I referred
LdapContrib? configuration and did as what it says. But i could not able to logon itself. my doubt is what should be given to the following line in configuration. What i used is correct or not !
$TWiki::cfg{LoginManager} = 'TWiki::Client::ApacheLogin';
$TWiki::cfg{PasswordManager} = 'TWiki::Users::LdapUser';
$TWiki::cfg{UserMappingManager} = 'TWiki::Users::LdapUserMapping';
$TWiki::cfg{Ldap}{SecondaryPasswordManager} = 'TWiki::Users::HtPasswdUser';
My main confusion is $TWiki::cfg{LoginManager} = ''; There are three facilities available
1)Template Login
2)ApacheLogin
3)LdapApache Login
Could anyone help on this. This will be of great help to me.
Environment
--
TWikiGuest - 15 May 2008
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.