+ Responder ao Tópico



  1. #1
    haas
    Visitante

    Padrão Habilitar mais de 16 caracteres no login

    Alguém sabe como fazer para aumentar a quantidade de caracteres do login no freebsd?

    Não tô achando....


    Valeu!!!

  2. #2

    Padrão 128 não basta?

    :twisted:

    encontrado no handbook:

    quote

    Notes
    [1]

    Under FreeBSD the standard login password may be up to 128 characters in length.
    unquote

    não tive muita paciencia pra ler tudo, mas tá na área de ´security´ do handbook do freebsd. Dá uma olhada no seu /usr/share/docs/handbook ou pesquise no site oficial http://www.freebsd.org

    de qualquer forma vc terá que alterar isso no /etc/login.conf:

    quote
    7. login.conf & auth.conf

    The default md5 password encryption will now be replaced with Blowfish, an algorithm yet to be broken. While strong encryption is a necessity, it is vital to remember that encryption in itself is a small part of security on a server. A metaphor stated at a NY ISSA meeting is fitting: having strong password encryption is like having a really high pole sitting in your front yard. No one can get over it, but there's lots of room to go around. Additionally, other password restrictions will be implemented which will increase security in that arena.

    [user@server /dir]#vi /etc/login.conf

    We'll do this under the default:\ section

    asswd_format=blf:\


    # change the password encryption to Blowfish instead of the default md5

    asswordtime=52d:\


    # force 52 day password changes

    :mixpasswordcase=true:\


    # warn users to use mixed-case passwords

    :minpasswordlen=9:\


    # make 9 characters the minimum password length<

    :idletime=32:\


    # automatically logoff users idle for more than 32 minutes

    Save and exit vi

    ZZ
    unquote

    (texto integral: http://sddi.net/FBSDSecCheckList.html )


    :twisted: