From Mageia wiki
Jump to: navigation, search
$ urpmq -i libuser

Name        : libuser
Version     : 0.56.18
Release     : 4.1.mga1
Group       : System/Configuration/Other
Size        : 1719933                      Architecture: x86_64
Source RPM  : libuser-0.56.18-4.1.mga1.src.rpm
URL         : https://fedorahosted.org/libuser/
Summary     : A user and group account administration library
Description :
The libuser library implements a standardized interface for manipulating
and administering user and group accounts.  The library uses pluggable
back-ends to interface to its data sources.

Sample applications modeled after those included with the shadow password
suite are included.
$ urpmq --whatrequires libuser
libuser
libuser1
passwd
userdrake

Created a new user with userdrake

# cat /etc/passwd | grep testuser
testuser:x:501:501:Test User:/home/testuser:/bin/bash

# cat /etc/group | grep testuser
testuser:x:501:

# cat /etc/shadow | grep testuser
testuser:$2a$08$FCnQFTuULmR.4ztV1WBVL.Ch7uDVwqZiPcT3fOVPkOpBISY.toap2:15342:-1:99999:-1:::

Logged in as testuser


Return to the QA portal