logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

partimaged-passwd - Manage partimaged user accounts

Authors

       Michael Biebl <biebl@debian.org>

Description

       partimaged can either authenticate against local user accounts (This needs access to /etc/shadow. As this
       is  a  potential  security  risk  this  method  is  not  recommended)  or  its  own  password database in
       /etc/partimaged/passwd.db. To simplify the management of the  partimaged  user  database  this  tool  was
       written.  It  allows  to easily add and remove users or list the users in the database. All users in this
       database are allowed to access the partimaged server.

Files

/etc/partimaged/passwd.db

Name

       partimaged-passwd - Manage partimaged user accounts

Options

-D username
              Delete the specified user from the password file.

       -l     List users in password file and exit.

       -h     Output help information and exit.

See Also

partimaged(8), partimagedusers(5), partimage(1)

Michael Biebl <biebl@debian.org>                       0.1                                  partimaged-passwd(8)

Syntax

       partimaged-passwd [-Dhl] usernamepassword
       partimaged-passwd [-Dhl] username

See Also