1ipa-moduser(1) ipa-moduser(1)
2
3
4
6 ipa-moduser - Modify a user
7
9 ipa-moduser [OPTION]... name
10
11
13 Updates the user name.
14
16 -a, --activate
17 Activate a user that was previously inactivated
18
19 -c, --gecos=GECOS
20 Set the gecos field of the user. This is traditionally the
21 user's full name.
22
23 -d, --directory=directory
24 Set user's home directory
25
26 -f, --firstname=NAME
27 Set user's first name
28
29 -l, --lastname=NAME
30 Set user's last name
31
32 -s, --shell=shell
33 Set user's login shell
34
35 --addattr attr=value
36 Add a new attribute, or value to an existing attribute
37
38 --delattr attr=value
39 Remove an attribute and all values
40
41 --setattr attr=value
42 Set an attribute to a new value, removing all old ones
43
45 The exit status is 0 on success, nonzero on error.
46
47
48
49freeipa Oct 10 2007 ipa-moduser(1)