|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Change_ldappass +CrackI am using 2.2 of change_ldappass and just implemented the crack-0.4
php module to require secure passwords. I would like to require a password length greater than the default of 6 which is permitted. Where does this get set or where can I change this reqirement? Any help or pointer is appreciated. S.Waltz ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
|
|
Re: Change_ldappass +CrackOn Wed, Oct 28, 2009 at 9:49 AM, Shelley Waltz <shwaltz@...> wrote:
> I am using 2.2 of change_ldappass and just implemented the crack-0.4 > php module to require secure passwords. I would like to require a > password length greater than the default of 6 which is permitted. > Where does this get set or where can I change this reqirement? > Any help or pointer is appreciated. If you are looking to integrate any external module into the plugin, that would be some work you'd need a programmer to do for you (if you are not one). If you just need to set limits on password length, that's a much faster hack that anyone familiar with PHP can do for you. You might try downloading a snapshot of SquirrelMail version 1.5.2 from the downloads page and copy the change_password plugin directory from that package into your SquirrelMail environment and configure it to use LDAP. It's been a while since I looked, but I think it supports those kinds of limitations (password length) and supposedly it works under 1.4.x. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
|
|
Re: Change_ldappass +CrackIn crack 0.4 it is set in libcrack/src/fascist.c. You would have to recompile crack extension or do minimal length tests without crack extension. |
|
|
Re: Change_ldappass +CrackTomas,
Thanks very much - that is it - in fascist.c(#define MINLEN 6) Shelley On Wed, 28 Oct 2009, Tomas Kuliavas wrote: Shelley Waltz wrote: > > I am using 2.2 of change_ldappass and just implemented the crack-0.4 > php module to require secure passwords. I would like to require a > password length greater than the default of 6 which is permitted. > Where does this get set or where can I change this reqirement? > In crack 0.4 it is set in libcrack/src/fascist.c. You would have to recompile crack extension or do minimal length tests without crack extension. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ----- squirrelmail-plugins mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-plugins@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins |
| Free embeddable forum powered by Nabble | Forum Help |