[PLUTO-help] useradd aggiungere password automaticamente

sabpll a libero.it sabpll a libero.it
Dom 14 Mar 2004 00:16:45 CET


Alle 14:57, sabato 13 marzo 2004, Enrico Teotti ha scritto:
> [...]
> Ho incollato il comando tale e quale in console però ho ricevuto:
> bash: crypt: command not found
> [...]
> Credo che crypt sia una funzione C e serva un il frontend, [...]

ATTENZIONE la chiamata è crypto
crypt è un vecchio programma UNIX che crittava i dati e
credo sia obsoleto. Attualmente per crittare le password si
usano degli algoritmi di hashing più sicuri.

> [...]
> Io uso debian sid, su mkpasswd da quello che ho capito dal manuale
> restituisce la password che gli passi criptata come solo crypt la sà
> fare ;) l'output che dà è l'input criptato credo (ho notato che se la
> inserisci uguale per due volte in input l'output è diverso ma credo sia
> dovuto all'algoritmo di criptazione).
> Quindi per le password casuali non sò.
>
> Grazie delle dritte!

Alle 21:25, venerdì 12 marzo 2004, sabpll a libero.it ha scritto:
> [...]
> Invece mkpasswd ha un doppio comportamento:
> normalmente genera una password casuale;
> se viene avviato da root, passando un nome di utente come
> parametro, imposta una nuova password casuale per l'utente.
> Non so esattamente cosa hai fatto ma difficilmente può
> funzionare.
> [...]

Non so! Può anche essere che abbiamo due diversi comandi
con lo stesso nome.
In ogni caso man mkpasswd

MKPASSWD(1)                                                        MKPASSWD(1)

NAME
       mkpasswd - generate new password, optionally apply it to a user

SYNOPSIS
       mkpasswd [ args ] [ user ]

INTRODUCTION
       mkpasswd generates passwords and can apply them automatically to users.
       mkpasswd is based on the code from Chapter  23  of  the  O'Reilly  book
       "Exploring Expect".

USAGE
       With no arguments, mkpasswd returns a new password.

            mkpasswd

       With a user name, mkpasswd assigns a new password to the user.

            mkpasswd don

       The passwords are randomly generated according to the flags below.

FLAGS
       The -l flag defines the length of the password.  The default is 9.  The
       following example creates a 20 character password.

            mkpasswd -l 20

       The -d flag defines the minimum number of digits that must  be  in  the
       password.   The default is 2.  The following example creates a password
       with at least 3 digits.

            mkpasswd -d 3

       The -c flag defines the minimum number of lowercase alphabetic  charac-
       ters that must be in the password.  The default is 2.

       The  -C flag defines the minimum number of uppercase alphabetic charac-
       ters that must be in the password.  The default is 2.

       The -s flag defines the minimum number of special characters that  must
       be in the password.  The default is 1.

       The  -p  flag  names  a  program  to  set  the  password.   By default,
       /etc/yppasswd is used if present, otherwise /bin/passwd is used.

       The -2 flag causes characters to  be  chosen  so  that  they  alternate
       between  right and left hands (qwerty-style), making it harder for any-
       one watching passwords being entered.  This can also make it easier for
       a password-guessing program.

       The  -v flag causes the password-setting interaction to be visible.  By
       default, it is suppressed.

EXAMPLE
       The following example creates a 15-character password that contains  at
       least 3 digits and 5 uppercase characters.

            mkpasswd -l 15 -d 3 -C 5

SEE ALSO
       "Exploring  Expect: A Tcl-Based Toolkit for Automating Interactive Pro-
       grams" by Don Libes, O'Reilly and Associates, January 1995.

AUTHOR
       Don Libes, National Institute of Standards and Technology

       mkpasswd is in the public domain.  NIST and I would  appreciate  credit
       if this program or parts of it are used.

                                22 August 1994                     MKPASSWD(1)

-- 
Sabatino

...

 
 
 
 
 
 
 
 
 
 
 
(X)   Non importa quanto lavori, non lavorerai mai abbastanza.

(Y)   Quello che non hai fatto è più importante di quello che hai fatto già.

(Z)   Niente è impossibile per chi non deve farlo.



More information about the pluto-help mailing list