From: Reini U. <ru...@x-...> - 2004-06-16 09:24:45
|
[CC deleted. we prefer to keep the conversation on the list only. No need to send it personally also] EAG...@RE... schrieb: > Setting USE_DB_SESSION=true I still have the same problem. > > Setting USE_DB_SESSION=false I have this error message: > > *Fatal error*: Cannot instantiate non-existent class: file_passwd in > */usr/local/apache/htdocs/phpwiki-1.3.10/lib/WikiUserNew.php* on line *2122* > Any idea ? This was fixed in CVS. Add include_once(dirname(__FILE__)."/pear/File_Passwd.php"); before that // "__PHP_Incomplete_Class" line > -----Mensaje original----- > *De:* php...@li... > [mailto:php...@li...]*En nombre de > *Barrow H Kwan > *Enviado el:* martes, 15 de junio de 2004 12:17 > *Para:* Reini Urban <rurban > *CC:* php...@li...; > php...@li... > *Asunto:* Re: [Phpwiki-talk] user authentication > > > I have the same problem ( I have posted this few days ago on a > different thread but got no answer ). I use Postgresql to store > pages and use file base authentication. I did try to set > USE_DB_SESSION to true ( try to set it to false as well ), but it > didn't work ( in fact I got some error when I set it to false ). > > Does the authentication really work on phpwiki? I didn't mean it is > broken but not work as everyone thought. ( I don't think login in > each page is right ). > > > > > *Reini Urban <ru...@x-...>* > Sent by: php...@li... > > 06/15/2004 07:39 AM > > > To > > cc > php...@li... > Subject > Re: [Phpwiki-talk] user authentication > > > > > > > > > EAG...@RE... schrieb: > > I have the same problem using File authentication, (a file like > /etc/shadow) , > > I need login in each page. > > Is these solution right for my problem ? > > No, you are experienceing lost sessions. > You can try to set USE_DB_SESSION true or false, until you find the > real > solution to your problem. > > > -----Mensaje original----- > > De: php...@li... > > [mailto:php...@li...]En nombre de Reini > > Urban > > Enviado el: martes, 15 de junio de 2004 4:00 > > Para: Lisa Glendenning > > CC: php...@li... > > Asunto: Re: [Phpwiki-talk] user authentication > > > > Lisa Glendenning schrieb: > >>I am trying to use HttpAuth to authenticate through a Kerberos pop-up > >>window. This is working fine - except for anything requiring > >>administrative privileges. It is basically impossible to log on > as the > >>administrator. I have tried making the adminstrator an existing > >>Kerberos user and a separate WikiWord. I've also tried many > >>combinations of the user authentication options. No matter what, the > >>adminstrative login won't 'stick'. Every page asks for the admin > login, > >>and actions done won't actually take effect (such as unlocking a > page). > >>It will default back to the Kerberos login. Any thoughts? > > > > > > You are right. This is an overthought with HttpAuth. > > I would suggest to setup an Administrators group and add some > user (not > > ADMIN_USER) to this group. This user will have Admin Permissions > then, > > but not the special admin login method, which does not work for http > > auth (yet). > > > > I usually create this page: > > CategoryGroup > > > > * [Administrators] > > > > and this page: > > Administrators > > > > * MyAdminUser > > > > ---- > > CategoryGroup > -- > Reini Urban > http://xarch.tu-graz.ac.at/home/rurban/ > > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > AVISO LEGAL: > Esta información es privada y confidencial y está dirigida únicamente a > su destinatario. Si usted no es el destinatario original de este mensaje > y por este medio pudo acceder a dicha información por favor elimine el > mensaje. La distribución o copia de este mensaje está estrictamente > prohibida. Esta comunicación es sólo para propósitos de información y no > debe ser considerada como propuesta, aceptación ni como una declaración > de voluntad oficial de REPSOL YPF S.A. y/o subsidiarias y/o afiliadas. > La transmisión de e-mails no garantiza que el correo electrónico sea > seguro o libre de error. Por consiguiente, no manifestamos que esta > información sea completa o precisa. Toda información está sujeta a > alterarse sin previo aviso. > > This information is private and confidential and intended for the > recipient only. If you are not the intended recipient of this message > you are hereby notified that any review, dissemination, distribution or > copying of this message is strictly prohibited. This communication is > for information purposes only and shall not be regarded neither as a > proposal, acceptance nor as a statement of will or official statement > from REPSOL YPF S.A. and/or subsidiaries and/or affiliates. Email > transmission cannot be guaranteed to be secure or error-free. Therefore, > we do not represent that this information is complete or accurate and it > should not be relied upon as such. All information is subject to change > without notice. > -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |