Problem with PHP Standalone OpenID Server
Myself
pub1 at hverdag.dk
Sat Aug 18 13:43:57 PDT 2007
Since the server doesn't seem to have a randomness source, you'll have to
run in operate in pseudorandomness mode (less secure, but I don't know how
much). You do that by putting setting the constant of that name to null. Put
this line in your script before you instantiate the class.
define('Auth_OpenID_RAND_SOURCE', null);
-Allan
----- Original Message -----
From: "Josh Smith" <hello at saxsux.me.uk>
To: <dev at lists.openidenabled.com>
Sent: Saturday, August 18, 2007 10:12 PM
Subject: Problem with PHP Standalone OpenID Server
> I've installed the standalone OpenID server and created an account on it,
> but whenever I try to sign in on an OpenID-enabled site I get this
> message:
> Fatal error: Define Auth_OpenID_RAND_SOURCE as null to continue with an
> insecure random number generator. in
> /usr/local/lib/php/Auth/OpenID/CryptUtil.php on line 52
>
> How can I fix this?
>
>
> _______________________________________________
> Dev mailing list
> Dev at lists.openidenabled.com
> http://lists.openidenabled.com/mailman/listinfo/dev
>
--
I am using the free version of SPAMfighter for private users.
It has removed 17259 spam emails to date.
Paying users do not have this message in their emails.
Get the free SPAMfighter here: http://www.spamfighter.com/len
More information about the Dev
mailing list