From: Jeff B. <jef...@ic...> - 2007-01-19 20:40:22
|
I've installed phpwiki 1.3.13rc1 using mysql for page store and LDAP for authentication. I followed the db setup and modified the config.ini as required for mysql config and LDAP auth. But when I go to the wiki and login it loads the virgin wiki as it should initially. But now everytime i always get prompted to sign in and when going to the HomePage it says its loading the virgin wiki. |
From: Jeff B. <jef...@ic...> - 2007-01-20 17:53:05
|
I fixed the loading virgin wiki problem, but can't seem to keep it from prompting for login everytime you go to a different page. I have USER_AUTH_ORDER set to "LDAP : Session" and USER_AUTH_POLICY set to stacked. I've also tried sett ORDER to Session : LDAP but then the LDAP authentication fails. Also ALLOW_ANON_USER, ALLOW_ANON_EDIT, and ALLOW_BOGO_LOGIN = false and ALLOW_USER_PASSWORDS = true AUTH_SESS_USER = "user[username]", I've also tried it as userid. AUTH_SESS_LEVEL = 2 Anyone have any ideas? On Fri, 2007-01-19 at 14:40 -0600, Jeff Bowes wrote: > I've installed phpwiki 1.3.13rc1 using mysql for page store and LDAP for > authentication. I followed the db setup and modified the config.ini as > required for mysql config and LDAP auth. But when I go to the wiki and > login it loads the virgin wiki as it should initially. But now > everytime i always get prompted to sign in and when going to the > HomePage it says its loading the virgin wiki. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > |
From: Reini U. <ru...@x-...> - 2007-01-21 16:03:41
|
Jeff Bowes schrieb: > I fixed the loading virgin wiki problem, but can't seem to keep it from > prompting for login everytime you go to a different page. > > I have USER_AUTH_ORDER set to "LDAP : Session" and USER_AUTH_POLICY set > to stacked. I've also tried sett ORDER to Session : LDAP but then the > LDAP authentication fails. > > Also ALLOW_ANON_USER, ALLOW_ANON_EDIT, and ALLOW_BOGO_LOGIN = false and > ALLOW_USER_PASSWORDS = true > > AUTH_SESS_USER = "user[username]", I've also tried it as userid. > > AUTH_SESS_LEVEL = 2 > > Anyone have any ideas? Yes, stacked auth is currently broken for the second auth method on. Only the first works. I'm working on it. > On Fri, 2007-01-19 at 14:40 -0600, Jeff Bowes wrote: >> I've installed phpwiki 1.3.13rc1 using mysql for page store and LDAP for >> authentication. I followed the db setup and modified the config.ini as >> required for mysql config and LDAP auth. But when I go to the wiki and >> login it loads the virgin wiki as it should initially. But now >> everytime i always get prompted to sign in and when going to the >> HomePage it says its loading the virgin wiki. >> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Phpwiki-talk mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk >> > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ |