You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
(4) |
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(4) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(1) |
Feb
(1) |
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2002 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
From: Nick B. <ni...@em...> - 2000-06-22 14:53:03
|
I've got pimp setup and can login as root and as a real user on the box, but i cannot login to a virtual domain "box". It's entirely possible that this is a problem with courier-imap not authenticating correctly. I'm not sure - still investigating... Also, another question, on a successful login as root or real user, it takes quite a long time (20-30 seconds) to get from the login page to the "logged-in" page. any thoughts? Overall, I'm impressed with the cleanness of pimp - simple and sweet. Thanks in advance, --Nick |
From: ZeroDiVide <ze...@ze...> - 2000-06-11 00:48:56
|
This is a known "feature" / bug that will be fixed in the next release. -------------------------------------------------------------------------------- | Jason "ZeroDiVide" Orcutt "Code is life is Code" | | Prometheus Project - http://prometheus.zerodivide.net | | PIMP Webmail - http://prometheus.zerodivide.net/apps/pimp/ | | Resume - http://www.zerodivide.net ICQ - 31948044 | -------------------------------------------------------------------------------- On Fri, 9 Jun 2000, Arjan Koole wrote: > Hi, > > I downloaded and installed, > and had install.php3 set the mysql databases on a remote server. > (I must use a different server for now) > That all worked like a charm, but when I tried to login using root and > changme for a password it somehow fails and leaves me with a blank > loginscreen. (no errormessages found anywhere) > > I also checked all the config file and made sure it looks for te right > server to mysql connect to.. > (and off course made sure prouser is allowed to access mysql on that > server) > > I'm out of ideas here. > > greets, > Arjan Koole > > _______________________________________________ > Prometheus-library mailing list > Pro...@li... > http://lists.sourceforge.net/mailman/listinfo/prometheus-library > |
From: Arjan K. <ak...@wi...> - 2000-06-09 09:59:21
|
Hi, I downloaded and installed, and had install.php3 set the mysql databases on a remote server. (I must use a different server for now) That all worked like a charm, but when I tried to login using root and changme for a password it somehow fails and leaves me with a blank loginscreen. (no errormessages found anywhere) I also checked all the config file and made sure it looks for te right server to mysql connect to.. (and off course made sure prouser is allowed to access mysql on that server) I'm out of ideas here. greets, Arjan Koole |
From: ZeroDiVide <ze...@ze...> - 2000-05-26 17:54:15
|
In order for /etc/shadow to be readable via the webserver (php) it'd have to have access fro the nobody user as for if this is php shell script it'll still need access. I have no write features built into that class. The shadow file support is not in also, but might be in the next release. -------------------------------------------------------------------------------- | Jason "ZeroDiVide" Orcutt "Code is life is Code" | | Prometheus Project - http://prometheus.zerodivide.net | | PIMP Webmail - http://prometheus.zerodivide.net/apps/pimp/ | | Resume - http://www.zerodivide.net ICQ - 31948044 | -------------------------------------------------------------------------------- On Fri, 26 May 2000, Alejandro Miguel Hernandez (ViewPoint) wrote: > Hi: > > Im trying to write a script using the prometheus library to change the > password of a unix user via a web browser. So first I need to know is the > user and password are Ok. > > The problem is that using the following code (as in the example code): > > $returns = $passwd_obj->GetPasswordEntry( $find_user ); > > if ( $returns[ 0 ] == 1 ) { > // The user was found > $found_user = $returns[ 1 ]; > echo( $found_user->passwd ); > } > > I always get an X for a password: > > username password uid gid > viewpnt x 501 501 > > I know that this is the correct value according to /etc/passwd, the question > is, Is there a way I can get the encrypted passwd according to /etc/shadow. > > I already tried : > $passwd_obj->uses_shadowed_passwords = 1; > $passwd_obj->uses_shadowed_passwords = True; > $passwd_obj->shadow_file ="/etc/shadow"; > > But always with the same resut. > I'm new to the prometheus library (I just found it) and to php in general, > so if sombody knows a better way to change a password via a web browser, I`m > all ears. > > Just a note: > in > http://prometheus.zerodivide.net/api/docs/index.php3?api=1&docs=1&def_file=U > nixPasswordFile > In table: Member variables ( 6 ) - > it says: shadow file > it should say: shadow_file > > ¡ I read the documentation ! and I would like to save the trouble of finding > this subtle trouble to people like my that like to "cut and paste" > > Alejandro Miguel > ViewPoint Computadoras. > > > > > > > > > > > > > > > > > > > > _______________________________________________ > Prometheus-library mailing list > Pro...@li... > http://lists.sourceforge.net/mailman/listinfo/prometheus-library > |
From: Alejandro M. H. (ViewPoint) <ale...@vi...> - 2000-05-26 05:35:55
|
Hi: Im trying to write a script using the prometheus library to change the password of a unix user via a web browser. So first I need to know is the user and password are Ok. The problem is that using the following code (as in the example code): $returns = $passwd_obj->GetPasswordEntry( $find_user ); if ( $returns[ 0 ] == 1 ) { // The user was found $found_user = $returns[ 1 ]; echo( $found_user->passwd ); } I always get an X for a password: username password uid gid viewpnt x 501 501 I know that this is the correct value according to /etc/passwd, the question is, Is there a way I can get the encrypted passwd according to /etc/shadow. I already tried : $passwd_obj->uses_shadowed_passwords = 1; $passwd_obj->uses_shadowed_passwords = True; $passwd_obj->shadow_file ="/etc/shadow"; But always with the same resut. I'm new to the prometheus library (I just found it) and to php in general, so if sombody knows a better way to change a password via a web browser, I`m all ears. Just a note: in http://prometheus.zerodivide.net/api/docs/index.php3?api=1&docs=1&def_file=U nixPasswordFile In table: Member variables ( 6 ) - it says: shadow file it should say: shadow_file ¡ I read the documentation ! and I would like to save the trouble of finding this subtle trouble to people like my that like to "cut and paste" Alejandro Miguel ViewPoint Computadoras. |
From: ZeroDiVide <ze...@ze...> - 2000-05-02 06:06:58
|
Sessions don't use cookies within prometheus. I leave it up to the programmer to choose whether or not to use it. I may actually add it as a additional feature for the session library. But i'm resisting it. As for the counter not incrementing. I dunno i'd have to bet somthing is dorked in either the retrival or set. So turning on debugging mode and looking into the pages source for the comments that are generated would be the way to go. Turning debug mode on is pretty simple : // Replace $session_obj with whatever the current instance of the // object is. $session_obj->debug->On(); -------------------------------------------------------------------------------- | Jason "ZeroDiVide" Orcutt "Code is life is Code" | | Prometheus Project - http://prometheus.zerodivide.net | | PIMP Webmail - http://prometheus.zerodivide.net/apps/pimp/ | | Resume - http://www.zerodivide.net ICQ - 31948044 | -------------------------------------------------------------------------------- On Mon, 1 May 2000, Michael W wrote: > I installed prometheus according to directions... I am trying the example > Session counter page from prometheus' webpage and the counter always comes > across as 1. It doesn't increment... Any ideas why? Also, I told my > browser to prompt for cookies, but I don't get prompted... I see the > sessions db being updated, but I don't see the result in the browser.. I > don't get any error messages or anything, just the counter always shows as > 1. > > Michael Whitford > Systems Engineer > > > _______________________________________________ > Prometheus-library mailing list > Pro...@li... > http://lists.sourceforge.net/mailman/listinfo/prometheus-library > |
From: Michael W <mi...@de...> - 2000-05-01 18:39:36
|
I installed prometheus according to directions... I am trying the example Session counter page from prometheus' webpage and the counter always comes across as 1. It doesn't increment... Any ideas why? Also, I told my browser to prompt for cookies, but I don't get prompted... I see the sessions db being updated, but I don't see the result in the browser.. I don't get any error messages or anything, just the counter always shows as 1. Michael Whitford Systems Engineer |
From: ZeroDiVide <ze...@ze...> - 2000-03-25 15:46:20
|
Is there a way i can look at your install? Via the web with a user name and password... -------------------------------------------------------------------------------- | Jason "ZeroDiVide" Orcutt "Code is life is Code" | | Prometheus Project - http://prometheus.zerodivide.net | | Resume - http://www.zerodivide.net | -------------------------------------------------------------------------------- On Sat, 25 Mar 2000, Giray Devlet wrote: > > Hi > > After having installed everyting, and test.php3 works. > > after I login via the root account, all I get is > a black screen. > > what now? > > gd > > > > _______________________________________________ > Prometheus-library mailing list > Pro...@li... > http://lists.sourceforge.net/mailman/listinfo/prometheus-library > |
From: Giray D. <gi...@os...> - 2000-03-25 14:16:05
|
Hi After having installed everyting, and test.php3 works. after I login via the root account, all I get is a black screen. what now? gd |
From: ZeroDiVide <ze...@ze...> - 2000-03-03 13:27:15
|
> I 've just found prometheus and I installed it as described (I think so > !). > > I downloaded the examples. > > When I try the examples I get : > > > Fatal error: User_Db is not a class in > /usr/local/www/htdocs/prometheus/example_5.php3 on line 22 I would assume that the prometheus-library is to be found in /usr/local/www/htdocs/prometheus/prometheus-library ? If not you'll probably find that there is a issue in 2.0 that didn't allow : $PROMETHEUS_LIBRARY_BASE = '/myinstall path'; to work correctly. Thanks, Jason Orcutt |
From: Dietmar S. <di...@as...> - 2000-03-03 13:09:05
|
Hi there ! I 've just found prometheus and I installed it as described (I think so !). I downloaded the examples. When I try the examples I get : Fatal error: User_Db is not a class in /usr/local/www/htdocs/prometheus/example_5.php3 on line 22 Oh, of course I renamed the example to .php3 Can anybody tell me what's wrong ? Best regards Dietmar -- Dietmar Schaefer DFS Deutsche Flugsicherung GmbH fon: +49 6103 594 1693 Paul-Ehrlich-Str. 33 fax: +49 6103 594 1680 63225 Langen |