1ipa-defaultoptions(1) ipa-defaultoptions(1)
2
3
4
6 ipa-defaultoptions - Display or modify the IPA Search and User Policies
7
9 ipa-defaultoptions [--maxusername number] [--homedir directory]
10 [--defaultshell shell] [--defaultgroup group] [--emaildomain domain]
11 [--searchtimelimit number] [--searchrecordslimit number] [--usersearch
12 fields] [--groupsearch fields] [-v|--verbose] ipa-defaultoptions --show
13
15 Displays or updates the IPA Search and User Policy.
16
17
19 --maxusername=MAXUSERNAME
20 Max. Length of a username
21
22 --homedir=HOMEDIR
23 Default location of home directories
24
25 --defaultshell=DEFAULTSHELL
26 Default shell for new users
27
28 --defaultgroup=DEFAULTGROUP
29 Default group for new users
30
31 --emaildomain=EMAILDOMAIN
32 Default e-mail domain
33
34 --searchtimelimit=SEARCHTIMELIMIT
35 Max. amount of time (sec.) for a search (-1 for unlimited)
36
37 --searchrecordslimit=SEARCHRECORDSLIMIT
38 Max. number of records to search (-1 for unlimited)
39
40 --usersearch=USERSEARCH
41 A comma-separated list of fields to search when searching for
42 users
43
44 --groupsearch=GROUPSEARCH
45 A comma-separated list of fields to search when searching for
46 groups
47
48 --show Display the current password policy.
49
50 -v, --verbose
51 Display the XML-RPC request and response for more verbose debugā
52 ging output
53
55 The exit status is 0 on success, nonzero on error.
56
57
58
59freeipa Jul 14 2008 ipa-defaultoptions(1)