Thank you all for the points you mentioned around this topic.
On Mon, Jun 17, 2013 at 3:44 PM, Mark Felder wrote:
>There isn't a max password length as far as I'm aware, ...
On Jun 17, 2013, at 7:47 AM, Eduardo Morras wrote:
>
> If I remember well, any password longer than default size is trunc
I know this may seem off-the-wall to some, but I pasted a hashed
password for a user under 9.1 into the /etc/passwd entry for that user
on an 8.3 machine, and auth continues to work properly. That's nice.
- M
___
freebsd-questions@freebsd.org mailing li
On Mon, Jun 17, 2013, at 21:19, Brandon Gooch wrote:
> On Mon, Jun 17, 2013 at 6:35 AM, takCoder wrote:
>
> Perhaps your PR is unnecessary:
>
> $ svn log -v -r243023 /usr/src/sys/sys/param.h
>
Hmm, looks like it wasn't MFC'd to 9-STABLE before 9.1's release. Well,
at least it's good to know tha
On Mon, Jun 17, 2013 at 6:35 AM, takCoder wrote:
> Thank you, Mark, for your helpful answer :)
>
> yes, i am aware of the max username length of 16characters.. I just wanted
> to become sure about password max length, cause i need to moderate it in my
> self-built user interface..
>
> Thank you ag
One _little_ terminology detail:
On Tue, 18 Jun 2013 00:56:08 +0100, RW wrote:
> What's important is the
> amount of work needed to evaluate a password in a bruteforce dictionary
> attack.
I'd say that bruteforce != dictionary. It's bruteforce _or_
dictionary attack instead.
A dictionary attack
On Mon, 17 Jun 2013 17:52:48 +
Teske, Devin wrote:
>
> On Jun 17, 2013, at 10:28 AM, Mark Felder wrote:
>
> > On Mon, 17 Jun 2013 12:25:54 -0500, Teske, Devin
> > wrote:
> >
> >> The default in FreeBSD is MD5
> >
> > MD5 is no longer the default.
> >
> >
> > http://svnweb.freebsd.org/ba
On Mon, 17 Jun 2013 12:52:48 -0500, Teske, Devin
wrote:
Is sha512 the highest it goes in our system?
Not sure what the limitations are. I know OpenBSD uses blowfish and I have
been using that on older FreeBSD servers as a workaround. I think that
OpenBSD uses a high number of rounds on
On Jun 17, 2013, at 10:28 AM, Mark Felder wrote:
> On Mon, 17 Jun 2013 12:25:54 -0500, Teske, Devin
> wrote:
>
>> The default in FreeBSD is MD5
>
> MD5 is no longer the default.
>
>
> http://svnweb.freebsd.org/base?view=revision&revision=238484
Huzzah!
9.1-RELEASE and higher indeed use sh
On Mon, 17 Jun 2013 12:25:54 -0500, Teske, Devin
wrote:
The default in FreeBSD is MD5
MD5 is no longer the default.
http://svnweb.freebsd.org/base?view=revision&revision=238484
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.
On Jun 17, 2013, at 7:47 AM, Eduardo Morras wrote:
> On Mon, 17 Jun 2013 17:49:56 +0330
> takCoder wrote:
>>
>> I need to moderate the input password in my system's user interface. And I
>> believe i have tested longer passwords than that, about 1000 characters
>> long, and there was no limitat
On Mon, 17 Jun 2013 17:49:56 +0330
takCoder wrote:
>
> I need to moderate the input password in my system's user interface. And I
> believe i have tested longer passwords than that, about 1000 characters
> long, and there was no limitations, via using this command in a /bin/sh
> test shell script
Thank you, Lowell, for your reply. :)
>> And i've heard that no-maximum-limits for passwords length is only
possible
>> when we keep them in encrypted form not as plain text, which i think is
>> matched with FreeBSD behavior.
>
>Is plain-text passwords even a supported behaviour? I didn't think it
takCoder writes:
> As i googled it, there is no maximum limitations for users' password
> length by default.. But we may use *pam_passwdqc* module with *max* option
> to check it when required.
>
> And i've heard that no-maximum-limits for passwords length is only possible
> when we keep them in
Thank you, Mark, for your helpful answer :)
yes, i am aware of the max username length of 16characters.. I just wanted
to become sure about password max length, cause i need to moderate it in my
self-built user interface..
Thank you again :)
On Mon, Jun 17, 2013 at 3:44 PM, Mark Felder wrote:
There isn't a max password length as far as I'm aware, but there is a max
username length that drive me insane sometimes. I should really file a PR
about that...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo
15 matches
Mail list logo