From: Stefan <son...@ba...> - 2006-05-12 09:03:24
|
Can't handle it like that I only get a authentificated userid, don't know if it is from a session a database or where it comes from This user should be also fully authentificated (like login with userid and password). here is the possible code to use (from SMF forum software) require("/path to/SSI.php"); if (!$context['user']['is_guest']) { $userid = $context['user']['name']; } now $userid is the authentificated user I don't know where to insert this code that phpwiki is using this $userid and did'nt ask for auth anymore. Thx Stefan Manuel Vacelet schrieb: > 2006/5/11, Stefan <son...@ba...>: >> i need to get the authentification from an other system. When the user >> is signed in at the forum he should also be signed in at phpwiki. > > You should be able to re-use existing sessions with 'Session' in > USER_AUTH_ORDER. There is also 2 other variable. > > For groups, I think you should look at GROUP_METHOD. > > Manuel > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > |