SID-01437: Punbb authentication required to TWiki site
| Status: |
Answered |
TWiki version: |
5.1.1 |
Perl version: |
5.8.1 |
| Category: |
CategoryAuthentication |
Server OS: |
Linux |
Last update: |
13 years ago |
Hi,
We want to integrate punbb forums authentication to twiki site. WIll it be possible? Users are having problems to remember two logins for both the sites.
let us know if any other solution possible.
--
TWikiGuest - 2012-03-28
Discussion and Answer
Two options:
1. Make Apache supply a
REMOTE_USER environment variable to the TWiki scripts. TWiki takes this name as the authenticated user.
2. Create a new login manager for TWiki that handles the authenticated user based on the punbb login. We do not have good documentation, start at
TWikiLoginManagerDotPm and use
TWikiLoginManagerTemplateLoginDotPm (
SVN:core/lib/TWiki/LoginManager/TemplateLogin.pm
) as a base for your own login manager.
If inclined you can hire one of the
TWikiConsultants.
--
PeterThoeny - 2012-03-28
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2012-07-01
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.