[BlueOnyx:04366] Re: Strong Password Checking

fastreplies fastreplies at shaw.ca
Wed Apr 28 19:46:50 -05 2010


No, it's NOT disabled.
  $password = $_POST["password"];
  $password = "fl1pp1nL0ngP855w0rd";
  $dictionary = crack_opendict('/usr/share/dict/pw_dict') or die('Unable to 
open CrackLib dictionary');

doesn't work


Cheers

----- Original Message ----- 
From: "Richard Morgan" <richard at morgan-web.co.uk>
To: "BlueOnyx General Mailing List" <blueonyx at blueonyx.it>
Sent: Wednesday, April 28, 2010 5:09 PM
Subject: [BlueOnyx:04364] Re: Strong Password Checking


> OK, I'll start with a disclaimer... strong password checking is a damn 
> good
> thing and the guys or girls that put it together did a mighty fine job at
> helping to keep our boxes secure.
>
> However, if for some reason outside the realm of normal mortal thinking it
> is necessary to disable it... try the following:
>
> su -
> pico /usr/sausalito/ui/web/uifc/check_password.php
>
> There is a line that says:
>
> $password = $_POST["password"];
>
> Directly under it and before the $dictionary... line, add the following to
> overwrite the variable with a strong password.  Such as:
>
> $password = "fl1pp1nL0ngP855w0rd";
>
> Exit pico, save and password checking is disabled.  It might get 
> overwritten
> during an update so don't be surprised if it suddenly works again.
>
> There's a good little ebook floating around called 'nix_intrusion.pdf'
> (Google knows it).  You might want to keep it handy :o)
>
> Hope this helps.
>
> Richard
>
> ----- Original Message ----- 
> From: "Samuel Lentz" <saml at visuallink.com>
> To: "BlueOnyx General Mailing List" <blueonyx at blueonyx.it>
> Sent: Wednesday, April 28, 2010 7:54 PM
> Subject: [BlueOnyx:04361] Strong Password Checking
>
>
>> Dose anyone know if there is a way I can disable strong password
>> checking when adding a user.
>>
>> Sam L
>> _______________________________________________
>> Blueonyx mailing list
>> Blueonyx at blueonyx.it
>> http://www.blueonyx.it/mailman/listinfo/blueonyx
>>
>> __________ Information from ESET Smart Security, version of virus
>> signature database 5069 (20100428) __________
>>
>> The message was checked by ESET Smart Security.
>>
>> http://www.eset.com
>>
>>
>>
>
>
> __________ Information from ESET Smart Security, version of virus 
> signature
> database 5069 (20100428) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>
>
>
> __________ Information from ESET Smart Security, version of virus 
> signature database 5069 (20100428) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>
>
>
> __________ Information from ESET Smart Security, version of virus 
> signature database 5070 (20100428) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>
>
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at blueonyx.it
> http://www.blueonyx.it/mailman/listinfo/blueonyx 





More information about the Blueonyx mailing list