Utilizzi pił comuni del comando dbmmanage.
[root@morpheus auth]# ls -l
totale 0
Creazione dell'utente pippo, se il db non esiste viene creato
[root@morpheus auth]# dbmmanage passwd.dbm adduser pippo
New password:
Re-type new password:
User pippo added with password encrypted to E73kpaKh4du3I using crypt
[root@morpheus auth]# ls -l
totale 8
-rw-r--r-- 1 root root 8192 nov 15 13:49 passwd
Visualizzazione della entry relativa all'utente pippo
[root@morpheus auth]# dbmmanage passwd.dbm view pippo
pippo:E73kpaKh4du3I
Creazione dell'utente tramite il comando adduser
[root@morpheus auth]# dbmmanage passwd.dbm adduser pluto
New password:
Re-type new password:
User pluto added with password encrypted to C5tErlEabAsUw using crypt
Cancellazione dell'utente
[root@morpheus auth]# dbmmanage passwd.dbm delete pluto
`pluto' deleted
Inserimento definitivo specificando i gruppi:
[root@morpheus auth]# dbmmanage passwd.dbm add pluto C5tErlEabAsUw:user,admin
User pluto added with password encrypted to C5tErlEabAsUw:user,admin using crypt
Verifica della password dell'utente pluto
[root@morpheus auth]# dbmmanage passwd.dbm check pluto
Enter password:
crypt password ok
Visualizzazione di tutto il db
[root@morpheus auth]# dbmmanage passwd.dbm view
pippo:E73kpaKh4du3I
pluto:C5tErlEabAsUw:user,admin
Access-list e filtro degli accessi web. Metodi di autenticazione degli utenti.